Commit Graph

163 Commits (29db75d9705bbe9efa643aebaca08d07de1da6c1)
 

Author SHA1 Message Date
Krzysztof Gabis 29db75d970
Update build.yml 2 years ago
Alexandru Ardelean 18f306045c
ci: add a bit of Github workflows (#189) 2 years ago
Krzysztof Gabis d259c9b3f9 Adds meson.build 3 years ago
Krzysztof Gabis a34e725282 1.4.0: Accepting trailing commas in objects and arrays 3 years ago
Cristian Pop 4158fdbea7
1.3.1: Fixes size_t conversion on x64 systems. Excluding build/ in .gitignore. (#177) 3 years ago
Krzysztof Gabis 4bd5797811 Fixes repository URL 3 years ago
Krzysztof Gabis 6e30db3599 Updates license (version and year). 3 years ago
iggyvolz 08f1898ba0
Adds test_hash_collisions to .gitignore (#175) 3 years ago
Krzysztof Gabis af848c27b4 1.3.0: Adds json_set_float_serialization_format function. 3 years ago
Krzysztof Gabis fd77bcddc1 1.2.1: Not using SIZE_MAX macro (issue #167) 3 years ago
Krzysztof Gabis 6b3d6f42f2 1.2.0: JSON objects are now implemented using hash maps, PARSON_VERSION defines (issue #37) 3 years ago
Krzysztof Gabis 8ed9ff63b0
Update README.md 3 years ago
Krzysztof Gabis 2d7b3ddf12 1.1.3: Ignoring floating point underflow (issue #161) 3 years ago
Disconnect3d ab7f5e5401
Fix memleak when parsing keys with embedded null bytes (#157) 3 years ago
benswick 60b2c69f17
Improved serialization performance (#156) 4 years ago
Tim Gates 8beeb5ea4d
docs: fix simple typo, lighweight -> lightweight (#147) 4 years ago
reuben olinsky 102a4467e1
Add support for string values with embedded '\0' characters (#137) 5 years ago
Krzysztof Gabis 8d8850d9d5
Update README.md 5 years ago
Krzysztof Gabis 70dc239f8f Optional tests directory path argument in tests.c 5 years ago
ɹɐɯsǝʎ 186680a511 Guard against potential integer overflow (#133) 5 years ago
dan soucy 9d63e76014 Avoid truncating strings warning (#131) 5 years ago
Krzysztof Gabis 0341880552 Using semantic versioning from now on, Parson is officially 1.0.0 5 years ago
Krzysztof Gabis de7fbfac12
Merge pull request #124 from DasRoteSkelett/bugfix/locationCmakeConfigFilesOnInstall 5 years ago
Krzysztof Gabis 2be6991d84 Adds tests to avoid json_object_set_* memory leaks (fixed in 39c2d51). 5 years ago
Krzysztof Gabis 39c2d51c52
Merge pull request #128 from danellis/master 5 years ago
Dan Ellis 9e1de5086f Fix memory leaks in `parson_object_set_*` when `object` is invalid 5 years ago
Matthias Schoepfer da126c2aba CMakeLists.txt: Minimal fixes, added GNUInstallDirs and fixed cmake config loc 5 years ago
Krzysztof Gabis c5bb9557fe Updates copyright year. 5 years ago
Krzysztof Gabis 409afcb437
Merge pull request #121 from AkihiroSuda/spdx 5 years ago
Akihiro Suda 9ec77a8d74 add SPDX-License-Identifier 5 years ago
Krzysztof Gabis 33e5519d0a
Merge pull request #120 from ewertons/master 5 years ago
Ewerton Scaboro da Silva 74ea152aa7 Add CMakeLists.txt with install definitions 5 years ago
Krzysztof Gabis 809ef4b7d8
Update README.md 6 years ago
Krzysztof Gabis 2e2e36651d
Shamelesser plug 6 years ago
Krzysztof Gabis 395e70d85b
Shameless plug 6 years ago
Krzysztof Gabis 302fba9cbb Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function) 6 years ago
Krzysztof Gabis 0a1896939f
Merge pull request #105 from zolvarga/master 6 years ago
zolvarga 69684f600c Remove trailing spaces 6 years ago
Krzysztof Gabis b58ac757a8 Using isnan and isinf macros if they are defined (fixes issue #104). 6 years ago
Krzysztof Gabis 4f3eaa6849 Not adding incorrect objects if json_object_dotset_value() fails halfway through. 6 years ago
Krzysztof Gabis 921da6f5d7 Using smaller buffer size for number serialization. 7 years ago
Krzysztof Gabis 387c5665f6 Better handling of CRLF line breaks. 7 years ago
Krzysztof Gabis c147744b72 Workaround for MSVC C2124 error. 7 years ago
Krzysztof Gabis bef4969d25
Merge pull request #91 from JetstreamRoySprowl/master 7 years ago
Roy Sprowl 385b476a30 Fix signed char fed to isspace 7 years ago
Krzysztof Gabis b87a27c15c
Merge pull request #89 from lunixoid/master 7 years ago
Roman Kalashnikov f1bb6e7fbe
Fixed condition 7 years ago
Krzysztof Gabis e112626cb5 Create LICENSE file 7 years ago
Krzysztof Gabis 243bccb51d Merge pull request #85 from tbeu/fix-typos 7 years ago
tbeu 1839d0de54 Fix typos 7 years ago