refactor the list and map construction functions and remove the simple macros

rename the "simple" cloning functions from Simple to Shallow

change signatures of cxPropertiesLoad()

change signatures of cxJsonToString() and cxJsonToPrettyString()

change signature of cxBufferInit() and cxBufferCreate()

fix regression in cx_kvl_map_put() - after recent refactoring it returned the wrong value

fix wrong return value documentation for cxMapEmplace()

add json array clone tests

add more json array compare tests

fix unexpected token error when parsing an empty json array

add json clone tests, obj tests still dysfunctional - relates to #785

add cxJsonClone - resolves #785 except for the tests

fix incorrect definition of cx_clone_func fptr

optimize cxJsonCompare in case both value pointers are identical

fix misplaced includes

changelog fixes and make dependency fixes

add json array compare tests

extend json compare test

fix critical UAF because kv-list stored pointers to the wrong key data

add json compare tests

fix that cxJsonCompare() is not symmetric when comparing integer with double

fix that cxJsonCompare() could not compare integers with numbers

add cxJsonCompare()

removes the CX_STR() macro and instead makes the cx_str() inlinable

(0) -1000 -300 -100 -50 -24 tip

mercurial