summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include a note in the readme about availability of new YAJL1.xLloyd Hilaiel2011-04-251-0/+5
* update ChangeLog with changes in 1.0.12Lloyd Hilaiel2011-04-251-1/+11
* Parse null bytes correctly.Conrad Irwin2011-04-203-0/+8
* LLVM warningsMirek Rusin2011-04-193-13/+14
* Don't generate numbers for keys. closes #13Greg Olszewski2011-04-151-6/+30
* add test case and goldfile contributed by karl adamLloyd Hilaiel2011-02-162-0/+9
* win32 build documentation improvements (I know, that's subjective. But it's ...Lloyd Hilaiel2010-10-121-8/+10
* Include command line building instructions contributed by vikas kumar.Lloyd Hilaiel2010-10-121-2/+15
* ensure we're using the echo program on the path, at least in snow leopard run...Lloyd Hilaiel2010-08-101-6/+8
* Fix test for W32John Stamp2010-08-101-3/+5
* remove bash dependency in run_tests.sh, contributed by http://github.com/baptLloyd Hilaiel2010-08-101-17/+20
* Don't export private symbolsJohn Stamp2010-08-102-1/+12
* Install yajl_version.h, not the templateJohn Stamp2010-08-101-1/+2
* Don't use -fPIC for static lib. Cmake will automatically add it for the shared.John Stamp2010-08-101-1/+1
* yajl_gen_double now specifies precision to sprintf as %.20g to avoid prematur...Lloyd Hilaiel2010-08-101-1/+1
* fix paths embedded in dylib upon installation on osx. closes #11Lloyd Hilaiel2010-08-102-4/+7
* update Changelog with 1.0.11 changes1.0.11Lloyd Hilaiel2010-07-211-0/+3
* gcc 3.4.6 compat, remove -Wno-missing-field-initializersLloyd Hilaiel2010-07-211-1/+1
* bump to 1.0.11 after tagging 1.0.10Lloyd Hilaiel2010-07-201-1/+1
* 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