CMake/Utilities/cmjsoncpp
Zsolt Parragi 4fe34b2d29 Fixing warnings generated by clang 8.0 on Windows
* Deprecation removals previously specific to MSVC/Intel now also used
  by clang
* String literals were assigned to non const pointers. These are stored
  in mutable arrays now
* An implicit function pointer to pointer conversion is a Microsoft
  extension warning is suppressed by an explicit reinterpret_cast
* The MSVC specific deprecation macro for jsoncpp was moved after the
  clang macro to avoid redefinition warnings. This is consistent with
  how jsoncpp fixed the issue in 36d8cfd7
2019-05-29 18:18:09 +02:00
..
include/json Fixing warnings generated by clang 8.0 on Windows 2019-05-29 18:18:09 +02:00
src/lib_json jsoncpp: fix signed overflow when parsing negative value 2018-12-11 12:50:21 -05:00
.gitattributes
CMakeLists.txt Utilities: Suppress warnings in third-party code when using XLClang 2019-02-25 08:26:17 -05:00
LICENSE Merge branch 'upstream-jsoncpp' into update-jsoncpp 2017-08-30 10:16:59 -04:00
README-CMake.txt jsoncpp: Add README-CMake.txt 2015-01-15 11:39:20 -05:00