File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2121 * lth addition of a little in tree performance benchmark, `perftest` in
2222 perf/perftest.c
2323
24+ 1.0.12
25+ * Conrad Irwin - Parse null bytes correctly
26+ * Mirek Rusin - fix LLVM warnings
27+ * gno - Don't generate numbers for keys. closes #13
28+ * lth - various win32 fixes, including build documentation improvements
29+ * John Stamp - Don't export private symbols.
30+ * John Stamp - Install yajl_version.h, not the template.
31+ * John Stamp - Don't use -fPIC for static lib. Cmake will automatically add it for the shared.
32+ * lth 0 fix paths embedded in dylib upon installation on osx. closes #11
33+
24341.0.11
2535 * lth remove -Wno-missing-field-initializers for greater gcc compat (3.4.6)
2636
Original file line number Diff line number Diff line change 1+ **********************************************************************
2+ This is YAJL 2, for the legacy version of YAJL. see
3+ https://github.com/lloyd/yajl/tree/1.x
4+ **********************************************************************
5+
16Welcome to Yet Another JSON Library (YAJL)
27
38## Why does the world need another C library for parsing JSON?
You can’t perform that action at this time.
0 commit comments