summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add automake/autoconf generated files for the 0.12 release.Eric Haszlakiewicz2014-04-101-0/+1138
* Simplify the tests Makefile to avoid repeating the name of each test.Eric Haszlakiewicz2014-03-222-18/+20
* Rename the "test_case" test to "test_charcase" to make it slightly less confu...Eric Haszlakiewicz2014-03-224-27/+4
* Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz2014-03-222-0/+35
* Issue#102 - add support for parsing "NaN".Eric Haszlakiewicz2014-03-092-0/+5
* Merge branch 'master' into LowercaseLiteralsAndrea Faulds2014-02-123-0/+53
|\
| * Missing testsAndrea Faulds2014-02-123-0/+53
* | Only allow lowercase literals in STRICT modeAndrea Faulds2013-11-141-1/+4
|/
* Added a json_object_new_double_s() convenience function to allow an exact str...Eric Haszlakiewicz2013-09-112-3/+3
* Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at th...Eric Haszlakiewicz2013-03-312-2/+13
* Include the test_locale test in the tests that run.Eric Haszlakiewicz2013-02-263-1/+15
* Merge branch 'remicollet-issue-float'Eric Haszlakiewicz2013-02-262-0/+34
|\
| * probably worth an option for thisRemi Collet2012-12-131-1/+2
| * move locale change to be global for perfRemi Collet2012-12-132-0/+33
* | Mark the "val" variable in json_object_object_foreach as unused so the compil...Eric Haszlakiewicz2013-02-211-1/+1
* | Enable -Werror and fix a number of minor warnings that existed.Eric Haszlakiewicz2013-02-093-3/+3
* | Fixed test_parse for \fIskren Chernev2013-01-281-1/+1
* | Revert the test_null test back to emitted to stdout, and update the expected ...Eric Haszlakiewicz2012-12-232-3/+4
* | Write additional test info to stderr instead of stdout so as not to mar the e...Alexander Klauer2012-12-191-3/+3
* | Fixed memory leak in testReplaceExistingAlexander Klauer2012-12-191-0/+2
* | Library is now called libjson-cAlexander Klauer2012-12-181-1/+1
* | Fix issue #53 - ensure explicit length string are still NUL terminated, and f...Eric Haszlakiewicz2012-12-091-0/+20
* | Add a missing json_object_get() so we don't try to use a freed object in test1.Eric Haszlakiewicz2012-11-291-0/+1
* | Fix a memory leak in the test_printbuf test.Eric Haszlakiewicz2012-11-291-0/+1
|/
* Make it safe to delete keys while iterating with the json_object_object_forea...Eric Haszlakiewicz2012-10-202-1/+27
* Fix a memory leak in test1 with respect to how json_object_object_del was used.Eric Haszlakiewicz2012-09-165-1/+12
* Reformat the test sources. No functional change.Eric Haszlakiewicz2012-09-168-216/+223
* Update the set_serializer test to match the actual output.Eric Haszlakiewicz2012-09-091-0/+1
* Add a json_set_serializer() function to allow the string output of a json_obj...Eric Haszlakiewicz2012-09-024-0/+96
* Handle the \f escape sequence (the two characters: backslash followed by an f...Eric Haszlakiewicz2012-07-292-1/+21
* Initialize errno before calling sscanf in json_parse_int64() so parsing valid...Eric Haszlakiewicz2012-07-292-0/+13
* Rewrite json_object_object_add to replace just the value if the key already e...Eric Haszlakiewicz2012-07-244-1/+81
* Added a bunch of missing HAVE_* defines tested with ./configure script to fix...Mateusz Loskot2012-06-191-1/+1
* Missing explicit casts from void* to specific pointers required. Added #defin...Mateusz Loskot2012-05-222-2/+10
* Extend test1 and test2 to run using json_object_to_json_string_ext() based on...Eric Haszlakiewicz2012-04-2814-19/+293
* Actually save the expected output for the test_printbuf test so it passes.Eric Haszlakiewicz2012-04-221-0/+32
* Add a test for the printbuf functions.Eric Haszlakiewicz2012-04-223-0/+182
* Use a different variable when referring to the json.la file, since the origin...Eric Haszlakiewicz2012-04-221-8/+8
* Move the rest of the tests into the tests subdirectory.Eric Haszlakiewicz2012-04-2220-8/+922
* Create a tests subdirectory and move one of the test to there.Eric Haszlakiewicz2012-04-224-0/+180