Add spec file
[jansson.git] / test /
2011-03-27 Petri LehtinenTest framework enhancements, fix the check_exports...
2011-02-27 Petri LehtinenFix packing of invalid UTF-8 strings
2011-02-25 Petri Lehtinentests: Add missing json_decref() calls to suites/api...
2011-02-25 Petri LehtinenRemove invalid subdirs from test/suites/Makefile.am
2011-02-22 Petri LehtinenAdd lots of tests for pack/unpack code, fix bugs found
2011-02-22 Petri LehtinenRefactor decoder input stream
2011-02-19 Petri Lehtinentests: Use "make STOP=1 check" to stop on first failure
2011-02-17 Petri LehtinenAdd custom memory allocation
2011-01-25 Petri LehtinenExpand the pack/unpack API, implement unpack flags
2011-01-24 Petri LehtinenRefactor json_pack()
2011-01-24 Petri LehtinenUnify style
2011-01-22 Petri LehtinenUpdate copyright notices for 2011
2011-01-14 Graeme SmecherMake json_pack/json_unpack() recursive
2010-10-26 Petri LehtinenMake json_error_t transparent again
2010-10-26 Graeme SmecherAdds json_pack / json_unpack variadic functions.
2010-10-14 Petri LehtinenMake json_error_t opaque
2010-09-06 Petri LehtinenMerge branch '1.3'
2010-08-14 Petri LehtinenMerge branch '1.3'
2010-08-14 Petri LehtinenAdd a flags parameter to all decoding functions for...
2010-08-13 Petri LehtinenChange the underlying type of JSON integer from long...
2010-06-15 Petri LehtinenUnify unsigned integer usage in the API
2010-06-12 Petri LehtinenRemove the C++ interface
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-06-10 Petri LehtinenFix a few memory leaks in tests origin/1.2
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-14 Petri LehtinenZero the visited flag after an encoding error
2010-05-14 Petri LehtinenZero the visited flag after encoding an empty array...
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-26 Petri LehtinenEstimate real number underflows with 0.0
2010-03-26 Petri LehtinenEnhance tests for null byte
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenFix reference counting on true, false and null
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-04 Petri LehtinenMerge branch 'cleanup-c++-code'
2010-02-04 Petri LehtinenC++: Fix test_cpp.cpp to work with VPATH builds
2010-02-04 Petri LehtinenC++: Rename some functions to better match the C API
2010-02-04 Petri LehtinenC++: Rename test.json to test_cpp.json
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-02-02 Petri LehtinenC++: Untabify, reindent, delete trailing whitespace
2010-02-02 Petri Lehtinentest/suites/api: Detect tests correctly
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-28 Petri LehtinenMerge branch '1.2'
2010-01-28 Petri Lehtinentest/suites/api/test_object.c: Enhance tests for iterators
2010-01-28 Petri Lehtinentest/suites/api: Fail when a test fails
2010-01-28 Petri Lehtinenrun-tests.sh: Print the test name correctly when VERBOSE=1
2010-01-21 Petri LehtinenMerge branch 'c++-api'
2010-01-21 Petri Lehtinentest/run-suites: Be less picky when searching for tests
2010-01-21 Petri LehtinenDistribute some missing files
2010-01-19 Sean Middleditchintegrate jansson.hpp into build and test suite
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-17 Petri LehtinenMerge branch '1.1'
2010-01-10 Petri LehtinenFix memory leaks in json_equal() tests
2010-01-10 Petri LehtinenEnable Valgrind support in the API suite
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd check-exports test
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenFix tests for real
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenEnhance tests
2009-12-16 Petri LehtinenImplement JSON_SORT_KEYS encoding flag
2009-12-16 Petri LehtinenRefactor the test system
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-11-08 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri Lehtinendump: Revise whitespace usage
2009-10-29 Petri Lehtinenload: Parse a badly put - sign correctly
2009-10-27 Petri Lehtinenjson_load_file: Initialize the error struct properly
2009-10-20 Petri LehtinenDistribute stripped unit test data
2009-10-16 Petri LehtinenFix indentation
2009-10-15 Petri LehtinenEnhance handling of circular references
2009-10-14 Petri LehtinenMake integer, real and string mutable
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-11 Petri LehtinenFix API tests for object
2009-10-11 Petri LehtinenExtend object API
2009-10-10 Petri LehtinenFix API tests for object
2009-09-29 Petri LehtinenExtend array API
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-14 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-14 Petri Lehtinentest/json-compare.py: Use json module from Python ...
2009-09-13 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-11 Petri Lehtinentest/json-compare.py: Use json module from Python ...
2009-09-08 Petri LehtinenAdd stripped unit tests for decoder
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-07 Petri Lehtinentest/.gitignore: Add testprogs/test_simple
2009-09-06 Petri LehtinenBetter argument validation
2009-09-06 Petri LehtinenExpand test coverage
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-04 Petri LehtinenAdd reference stealing functions for inserting values...
2009-08-25 Petri LehtinenDistribute appropriate files
2009-08-25 Petri Lehtinentest: Add Makefile.am to test/testprogs
2009-08-25 Petri LehtinenAdd some missing copyright notices
2009-08-24 Petri LehtinenDetect garbage near EOF in json_loadf() and json_load_f...
2009-08-24 Petri LehtinenAdd test for numbers
2009-08-23 Petri LehtinenExpand value test coverage
next