fix include guard for properties.h

move the test execution for string_to_number back in line

optimize cxJsonObjGet() part 1 - binary search

add missing convenience macros for sorted insert with array reallocator

improve coverage metrics

change coverage tool from gcov to gcovr

implement floating point string to number conversions

add cx_vcmp_* family of functions

implement string to integer conversions

avoid copying the filled data in the json parser when possible - fixes #530

add references between both variants of the properties fill function

downgrades the severity of the advice in cxPropertiesFilln() from attention to remark

add tests for JSON create functions and fix a bug in cxJsonCreateCxString()

add documentation for json value creation API

fix cxJsonObjPut() for existing keys

add implementation for creating new json values

fix missing definition of SSIZE_MAX in windows

add temporary implementations for string to number and first test cases

fix another missing free() in json tests

make cx_strcast() also support cxstring

fix cx_hash_key_cxstr() being a macro

implement all string to number conversions that are just wrappers

don't trust that size_t always has word width

fix datatype in long long variants

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

mercurial