aboutsummaryrefslogtreecommitdiff
path: root/test/bin
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Simplify tests even morePetri Lehtinen1-4/+1
2024-03-21Refactor tests to work better with CMakePetri Lehtinen1-117/+15
2020-11-05Use size_t to receive result from fread()/ftell().Kelvin Lee1-1/+1
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-8/+6
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-58/+41
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2014-07-16Fix whitespace issuesIan T. Jacobsen1-4/+4
2014-07-16Fixed cases where file would be opened, but not closed. And small realloc mem...Ian T. Jacobsen1-3/+7
2014-04-30Add JSON_REAL_PRECISIONPetri Lehtinen1-5/+24
2014-02-11Merge branch '2.6'Petri Lehtinen1-1/+15
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-1/+15
2014-02-11expect "export" in test configsChip Salzenberg1-4/+3
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2014-01-27Renamed config.h -> jansson_private_config.hJoakim Soderberg1-1/+1
2013-09-27expect "export" in test configsChip Salzenberg1-4/+3
2013-03-14Fix a refleak in test/bin/json_process.cPetri Lehtinen1-0/+1
2013-03-14Remove trailing whitespacePetri Lehtinen1-16/+16
2013-03-13Got rid of some warnings for unused variables.Joakim Söderberg1-6/+6
2013-03-13Add back the old ENV variabe approach to json_process.Joakim Söderberg1-15/+136
2013-03-07Consolidated the CMake project.Joakim Soderberg1-71/+148
2013-02-04Enable gcc specific flags in tests correctlyPetri Lehtinen2-2/+1
2012-10-26Support building and testing with VPATH.Bert Wesarg1-1/+1
2012-03-22Make test stripping locale independentPetri Lehtinen1-2/+4
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2011-11-01Fix test file comparisons on MinGWPetri Lehtinen1-0/+12
2011-10-02Make real number encoding and decoding work under all localesPetri Lehtinen1-0/+12
2011-02-22Refactor decoder input streamPetri Lehtinen1-2/+54
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-10-26Make json_error_t transparent againPetri Lehtinen1-5/+2
2010-10-14Make json_error_t opaquePetri Lehtinen1-2/+5
2010-08-14Add a flags parameter to all decoding functions for future needsPetri Lehtinen1-1/+1
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen1-1/+1
2010-02-11Implement JSON_PRESERVE_ORDER encoding flagPetri Lehtinen1-0/+3
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen1-1/+1
2009-12-16Implement JSON_SORT_KEYS encoding flagPetri Lehtinen1-0/+3
2009-12-16Refactor the test systemPetri Lehtinen2-0/+72