CMake/Utilities/cmjsoncpp
Brad King 50032bc847 jsoncpp: Add missing assert before strcmp in json_value.cpp
The strcmp function does not allow NULL pointers, so add an
assert to tell Clang scan-build that the code does not expect
a NULL pointer.
2015-01-15 11:39:03 -05:00
..
include/json jsoncpp: Add missing <iosfwd> include in json/writer.h 2015-01-15 11:39:03 -05:00
src/lib_json jsoncpp: Add missing assert before strcmp in json_value.cpp 2015-01-15 11:39:03 -05:00
.gitattributes jsoncpp: Add .gitattributes to skip whitespace checks 2015-01-13 10:36:19 -05:00
CMakeLists.txt jsoncpp: Disable warnings to avoid changing 3rd party code 2015-01-15 11:39:01 -05:00
LICENSE Merge branch 'jsoncpp-upstream' into import-jsoncpp 2015-01-13 14:42:00 -05:00