summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* bump to 2.1.1 after tagging 2.1.0Lloyd Hilaiel2014-03-181-1/+1
* bump api version - minor bump for API additionsLloyd Hilaiel2014-03-181-2/+2
* update copyright and emailLloyd Hilaiel2014-02-151-1/+1
* add a custom api test facilityLloyd Hilaiel2014-02-151-2/+4
* bump to 2.0.5 after tagging 2.0.4Lloyd Hilaiel2011-12-191-1/+1
* bump to version 2.0.4 after tagging 2.0.3Lloyd Hilaiel2011-12-121-1/+1
* bump master version to 2.0.3 after tagging 2.0.2, which includes a pair of fi...Lloyd Hilaiel2011-04-291-3/+3
* bump to 2.0.2 after tagging 2.0.1Lloyd Hilaiel2011-04-271-1/+1
* bump to 2.0.1 after tagging 2.0.0Lloyd Hilaiel2011-04-251-1/+1
* bump to 2.0.02.0.0Lloyd Hilaiel2011-04-251-5/+3
* compiling cleanly on winblowsLloyd Hilaiel2011-04-251-1/+3
* first pass at a little in-tree perf test for a stable way to quantify optimiz...Lloyd Hilaiel2011-04-241-0/+1
* initial merge/port of Florian Forster's yajl_tree implementation, along with ...Lloyd Hilaiel2011-04-221-0/+1
* oh, ok. osx ld doesn't like more than two digits in shared lib version numbe...Lloyd Hilaiel2011-04-201-2/+2
* yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-201-29/+13
* adjust version to indicate branch stabilityLloyd Hilaiel2010-08-101-2/+4
* Don't export private symbolsJohn Stamp2010-08-101-0/+7
* Don't use -fPIC for static lib. Cmake will automatically add it for the shared.John Stamp2010-08-101-1/+1
* fix paths embedded in dylib upon installation on osx. closes #11Lloyd Hilaiel2010-08-101-4/+0
* 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-201-8/+3
* 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
* don't ignore environmentally defined CFLAGS when present in the environment (...Lloyd Hilaiel2010-03-251-1/+2
* Mark project as 'C' project so C++ compiler is not required to beBrian Maher2010-01-301-2/+2
* update all them dates.Lloyd Hilaiel2010-01-081-1/+1
* bump trunk to 1.0.10 after tagging 1.0.9Lloyd Hilaiel2010-01-081-1/+1
* bump master branch to 1.0.9 after tagging 1.0.8Lloyd Hilaiel2009-12-181-1/+1
* bump master to 1.0.8 having tagged 1.0.7Lloyd Hilaiel2009-10-291-1/+1
* fix win32 compilation after addition of isnan() isinf() checks, address a cou...Lloyd Hilaiel2009-10-191-0/+1
* bump master branch to 1.0.7Lloyd Hilaiel2009-09-251-1/+1
* bump trunk to 1.0.6Lloyd Hilaiel2009-05-181-1/+1
* bump trunk to 1.0.5Lloyd Hilaiel2009-04-241-1/+1
* bump trunk to 1.0.4 after tagging 1.0.3Lloyd Hilaiel2009-04-221-1/+1
* bump trunk to 1.0.3 after updating doxygen documentation (code sample)Lloyd Hilaiel2009-04-151-1/+1
* bump trunk to 1.0.2Lloyd Hilaiel2009-04-011-1/+1
* resolve crash in json_reformatter due to incorrectly ordered parameters1.0.1Lloyd Hilaiel2009-04-011-1/+1
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-011-4/+4
* bump trunk to 0.4.1Lloyd Hilaiel2009-02-161-1/+1
* build with gcc flags suggested by Mark de Does, clean up resultant compiler w...Lloyd Hilaiel2009-02-161-3/+5
* Add install target, thanks to Andrei Soroker for the contribution.Lloyd Hilaiel2008-12-181-0/+3
* bump to version 0.4.0llooyd2008-05-011-2/+2
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-251-1/+1
* documentation updates, add make test target, build documentation bylloydh2008-01-141-0/+5
* 1. doxygen docs now part of the buildlloydh2008-01-141-7/+7
* add lightweight build system wrapper, fix shared lib symlinks, addlloydh2007-12-221-0/+6
* no pdbs, generate COFF style debug symbols.lloydh2007-11-091-1/+13
* clean up json_verify and json_reformat, copy into sdk.lloydh2007-07-261-1/+1
* fix all warnings under windows.lloydh2007-07-261-3/+11