summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add interface to parse JSON into a tree like structure.Florian Forster2010-08-053-2/+470
* | | | | Add a generator feature to validate UTF8 strings as they are written to outpu...Lloyd Hilaiel2011-04-225-23/+78
* | | | | 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 a...Lloyd Hilaiel2011-04-216-10/+10
* | | | | rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-2131-258/+290
* | | | | oh, ok. osx ld doesn't like more than two digits in shared lib version numbe...Lloyd Hilaiel2011-04-201-2/+2
* | | | | add tests cases for partial value configLloyd Hilaiel2011-04-209-60/+81
* | | | | cosmetic, indentation and whitespaceLloyd Hilaiel2011-04-202-54/+52
* | | | | yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-2028-780/+366
* | | | | o closes #5 - replace strtol with own implementation, uses pascal strings.Greg Olszewski2011-04-201-21/+34
* | | | | add a test case which demonstrates how new parsing configuration in yajl 2.x ...Lloyd Hilaiel2011-04-202-0/+4
* | | | | fixes to testing system. allowGarbage is misnamed, it actually means *forbid...Lloyd Hilaiel2011-04-207-6/+6
* | | | | add a missing test case - multiple integers in a streamLloyd Hilaiel2011-04-201-0/+1
* | | | | Parse null bytes correctly.Conrad Irwin2011-04-203-0/+8
* | | | | o rework yajl apiLloyd Hilaiel2011-04-2023-40/+202
* | | | | Merge branch 'master' into 2.xLloyd Hilaiel2011-04-206-20/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| | |/ | |/|
* | | Merge branch 'master' into 2.xLloyd Hilaiel2010-08-101-9/+13
|\ \ \ | |/ /
| * | 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
* | | use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-1018-93/+99
* | | re-introduce long long type for integer representation now that we require C99Lloyd Hilaiel2010-08-105-10/+10
* | | adjust version to indicate branch stabilityLloyd Hilaiel2010-08-101-2/+4
|/ /
* | 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