summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changes in 1.0.101.0.10Lloyd Hilaiel2010-07-202-8/+12
* replace -ansi with -std=c99, given our dependency on isnan()Lloyd Hilaiel2010-07-201-1/+1
* allow builder to specify RPATH in a cmake variable if they so choose - cmake ...Lloyd Hilaiel2010-07-161-0/+9
* include Vitali Lovich's patch to make the yajl version number programatically...Lloyd Hilaiel2010-05-253-1/+36
* implement Vitali's suggestion of a *cmake* var for lib64 support rather than ...Lloyd Hilaiel2010-03-252-5/+5
* support installation into lib64 via an environment variable 'LIB_SUFFIX' (con...Lloyd Hilaiel2010-03-252-2/+8
* don't ignore environmentally defined CFLAGS when present in the environment (...Lloyd Hilaiel2010-03-251-1/+2
* When building on OS-X with CMake version 2.8.0 with an explicitBrian Maher2010-01-301-2/+1
* Mark project as 'C' project so C++ compiler is not required to beBrian Maher2010-01-302-2/+6
* update all them dates.Lloyd Hilaiel2010-01-0827-27/+27
* bump trunk to 1.0.10 after tagging 1.0.9Lloyd Hilaiel2010-01-081-1/+1
* document issue #10 in changelog1.0.9Lloyd Hilaiel2010-01-081-0/+4
* fix flipped logic for isinf() definition on windows. [closes #10]Lloyd Hilaiel2010-01-081-1/+1
* bump master branch to 1.0.9 after tagging 1.0.8Lloyd Hilaiel2009-12-181-1/+1
* update changelog for 1.0.81.0.8Lloyd Hilaiel2009-12-181-2/+7
* ensure proper preprocessor directives are defined during building of .dll on ...Lloyd Hilaiel2009-12-181-0/+6
* Merge branch 'master' of git://github.com/bluemarvin/yajlLloyd Hilaiel2009-12-182-23/+23
|\
| * Win32 DLL build fix. The YAJL_API macro was in the incorrect location. Update...Randall E. Barker2009-12-082-23/+23
* | silence a const related warning by always passing around a const yajl_print_t...Lloyd Hilaiel2009-12-184-4/+4
* | prune a now unused parameter (tanks' @agentdero)Lloyd Hilaiel2009-12-173-6/+6
* | change yajl_get_error_offset() to yajl_get_bytes_consumed(), which will allow...Lloyd Trevor Hilaiel2009-12-134-12/+22
|/
* set error offset when client callback cancels parseLloyd Hilaiel2009-12-051-0/+1
* include yajl_get_error_offset in changelogLloyd Hilaiel2009-12-051-2/+5
* Merge branch 'master' of github.com:lloyd/yajlLloyd Hilaiel2009-12-055-33/+99
|\
| * update changelog with printer api by BrianLloyd Trevor Hilaiel2009-11-251-0/+3
| * more castifornication to eliminate innocuous warnings from the build. That w...Lloyd Trevor Hilaiel2009-11-251-2/+2
| * a cast to keep gcc happyLloyd Trevor Hilaiel2009-11-251-2/+2
| * Add API so that we can provide our own printer function instead ofBrian Maher2009-11-254-33/+96
* | add yajl_get_error_offset() -- affording clients more flexibility in how they...Lloyd Hilaiel2009-12-052-1/+17
|/
* bump master to 1.0.8 having tagged 1.0.7Lloyd Hilaiel2009-10-291-1/+1
* changes in 1.0.6 and 1.0.71.0.7Lloyd Hilaiel2009-10-291-0/+12
* fix win32 compilation after addition of isnan() isinf() checks, address a cou...Lloyd Hilaiel2009-10-194-2/+9
* bump master branch to 1.0.7Lloyd Hilaiel2009-09-251-1/+1
* remove rfc4627.txt from revision control, so that folks downstream have fewer...Lloyd Hilaiel2009-09-251-563/+0
* always use a format string with fprintf, silence compiler warnings. shhh.1.0.6Lloyd Hilaiel2009-09-123-3/+3
* return an error from yajl_gen_double when client passes inf or nan. Can't re...Lloyd Hilaiel2009-09-122-2/+11
* win32 building cmd-line w/o the msvs guiDoug MacEachern2009-09-091-3/+2
* Add support for combining short optionsJohn Stamp2009-09-092-25/+37
* json_reformat exits on errorsJohn Stamp2009-09-091-2/+5
* Fix handling multiple options in json_reformat and json_verifyJohn Stamp2009-09-092-10/+14
* test/cases/integers.json.gold: Adapt test-case for 64bit architecture.Florian Forster2009-08-272-3/+2
* Preliminary .gitignoreMax Howell2009-05-211-0/+2
* Fix ./configure --prefixMax Howell2009-05-211-1/+1
* bump trunk to 1.0.6Lloyd Hilaiel2009-05-181-1/+1
* update changelog with changes in 1.0.51.0.5Lloyd Hilaiel2009-05-181-0/+4
* fix realloc bug in yajl test case runnerLloyd Hilaiel2009-05-171-1/+1
* implement a more efficient custom state stack (rather than re-using buffers),...Lloyd Hilaiel2009-05-174-83/+131
* inline a couple state management routines for 12% lex perf improvement - also...Lloyd Hilaiel2009-05-153-46/+53
* inline readChar and unreadChar for marginal improvements in parsing performan...Lloyd Hilaiel2009-05-151-17/+5
* bump trunk to 1.0.5Lloyd Hilaiel2009-04-241-1/+1