aboutsummaryrefslogtreecommitdiff
path: root/test/suites
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Add more testsPetri Lehtinen6-6/+6
2024-03-25Fix testsPetri Lehtinen6-1/+14
2024-03-25Simplify tests even morePetri Lehtinen12-14/+0
2024-03-21Refactor tests to work better with CMakePetri Lehtinen4-58/+17
2021-11-20tests: add some cases in fixed size testMaxim Zhukov1-0/+23
2021-09-09Fix the check-exports tests for versioned symbolsPetri Lehtinen1-1/+1
2020-09-01introduce new fixed-size key APIMaxim Zhukov2-0/+207
2020-08-12sort tests by alpha orderMaxim Zhukov1-1/+1
2020-05-06add jansson_* to shared library exportsXℹ Ruoyao1-1/+1
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen13-292/+243
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen18-1278/+1252
2019-10-17Merge branch 'master' into fix-issue281Petri Lehtinen4-8/+103
2019-10-17Merge pull request #505 from AllenX2018/recursive_object_updatePetri Lehtinen1-0/+81
2019-10-17Merge pull request #500 from AllenX2018/fix-issue426Petri Lehtinen1-0/+4
2019-10-17Merge pull request #506 from AllenX2018/add-json_equal-test-casePetri Lehtinen1-4/+14
2019-10-15fix typo & add negative test case for test_equal_complexallen1-4/+14
2019-10-14update the test case of json_object_update_recursiveallen1-3/+1
2019-10-12add loop check for json_object_update_recursive functionallen1-1/+32
2019-10-11Add json_object_update_recursive()Henrique Cabral1-0/+52
2019-10-08fix issue #281allen1-0/+63
2019-10-08fix issue #426AllenX20181-0/+4
2019-09-23Merge pull request #494 from luzpaz/typosPetri Lehtinen2-4/+4
2019-09-20Fix various typosluz.paz2-4/+4
2019-08-12add loop check in json deep copy #457allen1-0/+53
2019-07-22correct spelling mistakeallen1-1/+1
2019-03-12Add runtime version checking functionsSean Bright2-1/+61
2018-11-05Remove inappropriate jsonp_free which caused segmentation fault.Corey Farrell1-0/+21
2018-09-25More work on json_pack error reporting.Corey Farrell1-2/+52
2018-09-25json_pack: Improve handling of formats with '?' and '*'.Corey Farrell1-3/+46
2018-03-22Fix error handling in json_packMaxim Zhukov1-0/+8
2018-03-06More test coverage.Corey Farrell1-1/+63
2018-02-15Improve test coverage.Corey Farrell10-1/+435
2018-02-09Merge pull request #381 from phst/end-of-file-error-codePetri Lehtinen1-0/+8
2018-02-09Add json_sprintf and json_vsprintfjson_sprintfPetri Lehtinen2-0/+24
2017-12-20Use a more specific error code for premature end of inputPhilipp Stephani1-0/+8
2017-12-13json_pack: Enable more complete stealing of references.Corey Farrell1-0/+9
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani4-54/+79
2017-04-19Enable optional object/array members in json_pack()Nathaniel McCallum1-0/+24
2017-02-27Add JSON_EMBED encoding flagNathaniel McCallum1-0/+34
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum2-4/+50
2017-01-26Implement json_dumpb()Nathaniel McCallum1-0/+26
2016-09-18Update copyrights for 2016Petri Lehtinen18-18/+18
2016-08-31Add support for the cleanup attribute in GCC/ClangNathaniel McCallum1-0/+13
2016-08-25Merge pull request #293 from akheron/object-insertion-orderPetri Lehtinen2-37/+29
2016-08-11Conform to c89Andreas Pasiopoulos1-2/+3
2016-08-11Add a test case for OOM while allocating memoryAndreas Pasiopoulos1-1/+43
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen2-37/+29
2016-05-03Fix for issue #282Dmitry Janushkevich2-0/+3
2016-02-23Implemented json_pack() format specifiers 's?', 'o?', and 'O?'.David Harvey-Macaulay1-0/+48
2015-12-23Merge pull request #263 from wking/display-first-unrecognized-keyPetri Lehtinen2-7/+29