aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-03-28Merge branch '1.2'Petri Lehtinen18-6/+14
2010-03-26Estimate real number underflows with 0.0Petri Lehtinen6-4/+2
2010-03-26Enhance tests for null bytePetri Lehtinen12-2/+12
2010-03-23Merge branch '1.2'Petri Lehtinen1-0/+31
2010-03-23Fix reference counting on true, false and nullPetri Lehtinen1-0/+31
2010-02-11Implement JSON_PRESERVE_ORDER encoding flagPetri Lehtinen5-0/+42
2010-02-04Merge branch '1.2'Petri Lehtinen18-18/+18
2010-02-04C++: Fix test_cpp.cpp to work with VPATH buildsPetri Lehtinen1-1/+2
2010-02-04C++: Rename some functions to better match the C APIPetri Lehtinen1-2/+2
2010-02-04C++: Rename test.json to test_cpp.jsonPetri Lehtinen2-5/+4
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen18-18/+18
2010-02-02C++: Untabify, reindent, delete trailing whitespacePetri Lehtinen1-146/+149
2010-02-02test/suites/api: Detect tests correctlyPetri Lehtinen1-5/+18
2010-02-01Add functions json_object_iter_{at,set,set_new}Petri Lehtinen2-0/+32
2010-01-28Merge branch '1.2'Petri Lehtinen3-14/+63
2010-01-28test/suites/api/test_object.c: Enhance tests for iteratorsPetri Lehtinen1-12/+60
2010-01-28test/suites/api: Fail when a test failsPetri Lehtinen1-1/+2
2010-01-28run-tests.sh: Print the test name correctly when VERBOSE=1Petri Lehtinen1-1/+1
2010-01-21Merge branch 'c++-api'Petri Lehtinen4-1/+251
2010-01-21test/run-suites: Be less picky when searching for testsPetri Lehtinen1-1/+1
2010-01-21Distribute some missing filesPetri Lehtinen2-1/+3
2010-01-18integrate jansson.hpp into build and test suiteSean Middleditch3-5/+8
2010-01-18Merge branch 'master' of /home/elanthis/Source/janssonxxSean Middleditch2-0/+247
2010-01-10Fix memory leaks in json_equal() testsPetri Lehtinen1-2/+5
2010-01-10Enable Valgrind support in the API suitePetri Lehtinen2-1/+7
2009-12-31Add functions for shallow and deep copying JSON valuesPetri Lehtinen4-0/+324
2009-12-31Add equality test for JSON valuesPetri Lehtinen4-0/+190
2009-12-23Add check-exports testPetri Lehtinen2-2/+93
2009-12-23Add _nocheck functionsPetri Lehtinen2-0/+66
2009-12-21Fix tests for realPetri Lehtinen16-16/+16
2009-12-21Enhance testsPetri Lehtinen32-232/+52
2009-12-16Implement JSON_SORT_KEYS encoding flagPetri Lehtinen5-0/+38
2009-12-16Refactor the test systemPetri Lehtinen384-1115/+877
2009-12-05Implement JSON_ENSURE_ASCII encoding flagPetri Lehtinen1-2/+55
2009-11-04Merge branch '1.1'Petri Lehtinen5-3/+59
2009-11-04dump: Revise whitespace usagePetri Lehtinen3-1/+177
2009-10-29load: Parse a badly put - sign correctlyPetri Lehtinen2-2/+32
2009-10-27json_load_file: Initialize the error struct properlyPetri Lehtinen3-1/+27
2009-10-20Distribute stripped unit test dataPetri Lehtinen1-1/+1
2009-10-16Fix indentationPetri Lehtinen3-5/+5
2009-10-15Enhance handling of circular referencesPetri Lehtinen2-0/+76
2009-10-14Make integer, real and string mutablePetri Lehtinen1-0/+28
2009-10-11Extend object APIPetri Lehtinen1-4/+139
2009-10-10Fix API tests for objectPetri Lehtinen2-1/+3
2009-09-29Extend array APIPetri Lehtinen2-6/+243
2009-09-13load: Check for integer and real overlfows and underflowsPetri Lehtinen2-0/+50
2009-09-11test/json-compare.py: Use json module from Python >=2.6 or simplejsonPetri Lehtinen1-3/+6
2009-09-08Add stripped unit tests for decoderPetri Lehtinen6-7/+287
2009-09-07test/.gitignore: Add testprogs/test_simplePetri Lehtinen1-0/+1
2009-09-06Better argument validationPetri Lehtinen3-3/+37