summaryrefslogtreecommitdiff
path: root/verify
Commit message (Collapse)AuthorAgeFilesLines
* add generator reset, and ability to verify and reformat streamsLloyd Hilaiel2014-03-141-3/+3
|
* add -m flag to json_verify for processing a stream of json valuesLloyd Hilaiel2014-03-141-0/+4
|
* Makes 'nmake install' work.Austin Ziegler2014-02-151-3/+1
| | | | | | | | | | | | | | | | | | In BUILDING.WIN32, the following line exists: nmake install This doesn't work because the install targets never get built because of the code: IF(NOT WIN32) INSTALL(...) ... ENDIF() in several CMakeLists.txt files. There's no reason to disallow INSTALL on Windows, even if most developers (who use devenv on its own) will never use it.
* update copyright and emailLloyd Hilaiel2014-02-152-2/+2
|
* compiling cleanly on winblowsLloyd Hilaiel2011-04-251-1/+1
|
* use new configuration features to simplify the json verifierLloyd Hilaiel2011-04-221-9/+5
|
* rename yajl_parse_complete to yajl_complete_parse. the latter is correctly ↵Lloyd Hilaiel2011-04-211-3/+3
| | | | an imperative, while the former might be confused for a question.
* rework programmatic configuration of yajl. both generator and parser now ↵Lloyd Hilaiel2011-04-211-25/+26
| | | | have a yajl_XXX_config() function that accepts varargs so that configuration is simple, and new config options can be added in the future that preserve backwards binary compatibility. closes #23.
* add tests cases for partial value configLloyd Hilaiel2011-04-201-2/+2
|
* cosmetic, indentation and whitespaceLloyd Hilaiel2011-04-201-5/+5
|
* yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-202-59/+27
|
* update all them dates.Lloyd Hilaiel2010-01-082-2/+2
|
* fix win32 compilation after addition of isnan() isinf() checks, address a ↵Lloyd Hilaiel2009-10-191-1/+1
| | | | couple sign mismatches in comparison
* always use a format string with fprintf, silence compiler warnings. shhh.1.0.6Lloyd Hilaiel2009-09-121-1/+1
|
* Add support for combining short optionsJohn Stamp2009-09-091-13/+19
|
* Fix handling multiple options in json_reformat and json_verifyJohn Stamp2009-09-091-1/+1
|
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-012-4/+4
| | | | | | | | | * bump yajl version to 1.0.0 * update TODO list, removing completed tasks * update yajl_test to override allocation routines and count allocations/frees, providing an automated standalone way to validate we're not leaky * update all copyright dates * update all .gold files with new test output * update ChangeLog in preparation for 1.0.0 release
* Update json_reformat and json_verify to use the new yajl_parse_complete()Timothy J. Wood2009-02-261-18/+21
| | | | at the end of their input.
* comment out INSTALL cmake directives on win32unknown2009-01-051-1/+3
|
* add install targets for binaries 'json_verify' and 'json_reformat', add top ↵Lloyd Hilaiel2008-12-181-0/+2
| | | | level 'make install' handling.
* fix bug in validator, false report of valid inputlloydh2007-12-222-4/+5
| | | | git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@86 e775cfb5-b74b-0410-aad5-5bebe4a96390
* Add support for UTF8 validation during parsing, fiddle testing to lloydh2007-11-111-3/+7
| | | | | | | | constantly stress stream parsing (use a parse buffer ranging in size from 1 to 32 bytes) git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@77 e775cfb5-b74b-0410-aad5-5bebe4a96390
* clean up json_verify and json_reformat, copy into sdk.lloydh2007-07-262-16/+41
| | | | git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@68 e775cfb5-b74b-0410-aad5-5bebe4a96390
* fix all warnings under windows.lloydh2007-07-261-5/+3
| | | | git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@67 e775cfb5-b74b-0410-aad5-5bebe4a96390
* comment switch in json_verify.lloydh2007-07-251-4/+16
| | | | git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@65 e775cfb5-b74b-0410-aad5-5bebe4a96390
* support comments, configurable with an argument to yajl_alloc.lloydh2007-07-251-1/+3
| | | | git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@63 e775cfb5-b74b-0410-aad5-5bebe4a96390
* move all files to trunk.lloydh2007-07-172-0/+135
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@60 e775cfb5-b74b-0410-aad5-5bebe4a96390