jsoncpp/src
dominicpezzuto abd1bb0709 Fix build issues related to Solaris and older GCC
Fixed two build issues:
 - JsonCPP currently doesn’t compile for Solaris due to platform
differences with ‘isfinite’ function.  Fixed by adding proper include
and define for Solaris.
 - JsonCPP currently doesn’t compile for GCC version 4.1.2 and earlier
due to use of ‘-Werror=*’ compile flag, which was introduced in a later
version.  Fixed by adding version check to only add this flag on
supported versions of GCC.
2015-01-06 13:07:19 -06:00
..
jsontestrunner Added printing of comments to *.actual test files 2014-10-09 16:33:29 -04:00
lib_json Fix build issues related to Solaris and older GCC 2015-01-06 13:07:19 -06:00
test_lib_json Revert "Revert "Removed vim mode lines."" 2014-09-18 16:46:40 -07:00
CMakeLists.txt - New CMake based build system. Based in part on contribution from 2013-05-08 20:21:11 +00:00