864 Commits (30e00cf75736f4fa1cc4e8873e3b174ab92da59b)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 30e00cf757
Merge pull request #545 from dota17/make_doc 5 years ago
  dota17 e3b6521baa add doc target on cmake 5 years ago
  Eric Haszlakiewicz 5a2b9139f9
Merge pull request #544 from dota17/distcheck 5 years ago
  Eric Haszlakiewicz a0129c9761
Merge pull request #543 from dota17/readme 5 years ago
  dota17 77d7a99c75 Increase distcheck target in cmake 5 years ago
  Chen 0ccb296263
Update README.md 5 years ago
  dota17 f69fbd897b Added documentation for camke-configure 5 years ago
  Eric Haszlakiewicz 518f337ce8 Issue #539: use a internal-only serializer function in json_object_new_double_s() to avoid potential conflicts with user code that uses the json_object_userdata_to_json_string serializer. Also, document the serializer-resetting behavior of json_object_set_double(). 5 years ago
  Eric Haszlakiewicz 4bf7ffa984 Issue #539: be sure to clean up at the end of test_set_value. 5 years ago
  Eric Haszlakiewicz ae13ca524a Issue #539: reset the serializer when json_object_set_double() is called and the current serializer is the one that json_object_new_double_s() used. 5 years ago
  Eric Haszlakiewicz 0ffdbb2395
Merge pull request #531 from dota17/utf8test 5 years ago
  Eric Haszlakiewicz 1934eddf29
Merge pull request #536 from dota17/new_null 5 years ago
  dota17 7ad72b81c5 update comment 5 years ago
  dota17 010f33d460 add json_object_new_null 5 years ago
  dota17 787a8b3f1c update code 5 years ago
  Eric Haszlakiewicz 360d28b961
Merge pull request #533 from sunpoet/master 5 years ago
  Po-Chuan Hsieh bb5971ba2a
Fix make check 5 years ago
  dota17 eca74dcccf test utf8 5 years ago
  Eric Haszlakiewicz e651e96a5b
Merge pull request #526 from dota17/addTestCase_printbuf 5 years ago
  Eric Haszlakiewicz a255510cca
Merge pull request #525 from dota17/addPointerTestcase 5 years ago
  chenguoping 8c0cb0bd28 Increased the test coverage of printbuf.c 82% to 92%. 5 years ago
  Eric Haszlakiewicz 0421772bbc
Merge pull request #523 from dota17/updatetestcase 5 years ago
  Eric Haszlakiewicz 4bfed6eb2f
Merge pull request #522 from dota17/addVisitTestcase 5 years ago
  dota17 5fe4448541 update tsetcase for tokener_c 5 years ago
  dota17 a5089f5a79 update json_visit testcase 5 years ago
  dota17 48ae9e8874 update pointer test case 5 years ago
  Eric Haszlakiewicz ee34939e74
Merge pull request #519 from dota17/addTestCase_obj_token 5 years ago
  chenguoping 424b315ce0 pointer types discards qualifiers 5 years ago
  chenguoping 1446572997 add testcases of object and token 5 years ago
  Eric Haszlakiewicz d6b968dff7
Merge pull request #512 from JaapKeuter/cmake_test 5 years ago
  Jaap Keuter 78d8e5c3d5 Properly append to CMAKE_C_FLAGS string 5 years ago
  Eric Haszlakiewicz 6c55f65d07 Set cmake policy CMP0075, to have check_include_file use the value of CMAKE_REQUIRED_LIBRARIES (currently, adds -lm). See issue #510. 5 years ago
  Eric Haszlakiewicz 0819a55ffb Undefine NDEBUG for tests - cmake version. See issue #501. 5 years ago
  Eric Haszlakiewicz 37b4da6b92
Merge pull request #501 from andy5995/iss_406-2 5 years ago
  Eric Haszlakiewicz 581b94b3bd Add a shim script to ease shift from autoconf to cmake. 5 years ago
  Eric Haszlakiewicz 11a638048d Add a few missing features to the cmake setup that are present in configure.ac: 5 years ago
  Eric Haszlakiewicz a92e6d2c28 Set the soversion in the cmake built library, and arrange for the file name to be generated appropriately too. 5 years ago
  Eric Haszlakiewicz 41f434e89f Fix test_util_file for VS2013 too, but skip all the tests for anything older than that because the limitations are too inconvenient. 5 years ago
  Eric Haszlakiewicz b99be9cf4e Fix up the test_util_file test for builds on Windows VS2015. 5 years ago
  Eric Haszlakiewicz 7f30afc6e5 Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escapes, define __func__ and omit unistd.h if needed. 5 years ago
  Eric Haszlakiewicz f19abcf981 Get the cmake build a bit closer to the autoconf one: include json_visit.h, and fix the version stamped in json-c.pc. 5 years ago
  Eric Haszlakiewicz bdaff94e9a Build and run the tests as part of the cmake build. 5 years ago
  Eric Haszlakiewicz 25aedddcdf Fix memory leaks in test_double_serializer, and make sure all tests return 0 at the end of main(). 5 years ago
  Eric Haszlakiewicz 3d3b014971 Add a quick way (JSONC_TEST_TRACE=1) to turn on shell tracing in tests. 5 years ago
  Eric Haszlakiewicz b1ad748842 Extend test_double_serializer to check NaN and Infinity handling. 5 years ago
  Eric Haszlakiewicz af8dd4a307 Define vars earlier to fix old Windows builds. 5 years ago
  Eric Haszlakiewicz baed9983b3 Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified. 5 years ago
  Eric Haszlakiewicz ac26ea9c5b Add a test for serializing the double value -1.0. 5 years ago
  Eric Haszlakiewicz ddd049045d
Merge pull request #505 from grdowns/vcpkg-instructions 6 years ago
  grdowns 7ef51239a9 Update dependencies 6 years ago