Timothée Ravier
|
c86b729b83
|
tests/CMakeLists: Allow build with CMake 4
See: https://github.com/json-c/json-c/issues/889
|
2025-12-23 11:55:46 +01:00 |
|
Rudi Heitbaum
|
42864e12b0
|
Allow build with cmake 4.0.0
Update the min version to match parent CMakeLists.txt 3.9...3.12
|
2025-03-28 23:14:48 +11:00 |
|
Eric Haszlakiewicz
|
d9981f67dd
|
Extend the CMakeLists.txt in the apps directory to be usable as a standalone build, to link against other versions of json-c.
Tweak json_parse.c slightly to allow it to build against older json-c versions.
|
2020-04-26 04:02:36 +00:00 |
|
Eric Haszlakiewicz
|
55d053118e
|
Add an apps directory, and a json_parse program to parse an input file and report on memory usage.
This is intended to provide a way, during development, to test out the memory
and performance impacts of a change.
|
2020-04-21 03:57:56 +00:00 |
|