- Mar 19, 2014
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Mar 17, 2014
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Mar 14, 2014
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Feb 24, 2014
-
-
Lloyd Hilaiel authored
-
- Feb 15, 2014
-
-
Bjorn Reese authored
-
shahbag authored
This is specific to qnx. build error with qnx6.5.0 ../yajl-2.0.1/lib/libyajl_s.a(yajl_gen.c.obj): In function yajl_gen_double': yajl_gen.c:(.text+0x5b9): undefined reference to_DclassBuilding C object example/CMakeFiles/parse_config.dir/parse_config.c.obj ' yajl_gen.c:(.text+0x5cf): undefined reference to `_Dclass' cc: /opt/qnx650/host/linux/x86/usr/bin/ntox86-ld error 1 make[2]: *** [reformatter/json_reformat] Error 1 any platform that links does not link libm while linking libstdc http://community.qnx.com/sf/discussion/do/listPosts/projects.toolchain/discussion.core_development_tools.topc10811?_pagenum=2
-
Austin Ziegler authored
In BUILDING.WIN32, the following line exists: nmake install This doesn't work because the install targets never get built because of the code: IF(NOT WIN32) INSTALL(...) ... ENDIF() in several CMakeLists.txt files. There's no reason to disallow INSTALL on Windows, even if most developers (who use devenv on its own) will never use it. -
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Ryan Flynn authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jan 29, 2013
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Minor changes to make "gcc -Wextra" happy
-
Lloyd Hilaiel authored
Clarify README with respect to legacy version
-
Lloyd Hilaiel authored
fix spelling
-
- Dec 23, 2012
-
-
Steve Gravrock authored
-
- Dec 19, 2012
-
-
Ed Maste authored
-
- Dec 16, 2012
-
-
Steve Gravrock authored
Fixed by explicitly using /bin/bash. Removing bash-isms would also work. But /bin/sh is bash on most developers' systems, so using that shell explicitly seems like it's less likely to break in the future.
-
- Sep 07, 2012
-
-
yep authored
-
- Aug 18, 2012
-
-
Patrick Perry authored
-
- Dec 20, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Joey Ekstrom authored
characters are between 0-9, and setting an error case otherwise. Signed-off-by:Lloyd Hilaiel <lloyd@hilaiel.com>
-
Joey Ekstrom authored
calls like YAJL_IS_INTEGER fail, even though parsing succeeded. Consisted of removing checks that would have been necessary, if the custom integer parsing wasn't used. Signed-off-by:Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
Fixed memory leak
-
Lloyd Hilaiel authored
yajl_gen_escape_solidus is unsettable
-
Lloyd Hilaiel authored
yajl_gen_double does not always emit decimal point
-
Lloyd Hilaiel authored
errno not being reset
-
- Dec 13, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-