CMake/Utilities/cmjsoncpp
Michael Scott 9217b678b3 jsoncpp: Provide 'isfinite' impl on more HP-UX versions (#15576)
Some versions of HP-UX do not define 'isfinite' or 'finite' in math.h
for Itanium when preprocessing with C++, so we have to add the
definition ourselves instead to map to the internal version.
2015-05-26 10:12:25 -04:00
..
include/json jsoncpp: Drop doxygen comments that cause Clang warnings 2015-01-20 09:28:28 -05:00
src/lib_json jsoncpp: Provide 'isfinite' impl on more HP-UX versions (#15576) 2015-05-26 10:12:25 -04: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
README-CMake.txt jsoncpp: Add README-CMake.txt 2015-01-15 11:39:20 -05:00