Merge branch '1.2'
[jansson.git] / test /
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
2009-08-23 Petri Lehtinenrun-test: Don't remove all testlogs when starting a...
2009-07-30 Petri LehtinenAdd LICENSE and a copyright note to all sources
2009-07-28 Petri LehtinenRename json_{load,dump} to json_{load,dump}_file
2009-07-28 Petri LehtinenFix some memory leaks and invalid memory references
2009-07-28 Petri LehtinenEnhance test system
2009-07-26 Petri LehtinenExpand encoder test coverage
2009-07-26 Petri LehtinenExpand parser and Unicode test coverage
2009-07-16 Petri LehtinenImplement support for \u escapes
2009-07-13 Petri LehtinenReport errors from lexical and stream level in parser
2009-07-13 Petri LehtinenStreamify the loader
2009-07-13 Petri LehtinenGet rid of json_dumpfd and json_loadfd
2009-07-09 Petri LehtinenAdd some tests