Files
CMake/Utilities
Brad King 5751a09092 jsoncpp: fix signed overflow when parsing negative value
Clang's ubsan (-fsanitize=undefined) reports:

    runtime error: negation of -9223372036854775808 cannot be represented in
    type 'Json::Value::LargestInt' (aka 'long'); cast to an unsigned type to
    negate this value to itself

Follow its advice and update the code to remove the explicit negation.
2018-12-11 12:50:21 -05:00
..
2017-08-30 06:56:49 -04:00
2018-11-05 07:43:41 -05:00
2018-10-03 08:03:47 -04:00
2018-10-18 07:38:15 -04:00
2018-10-19 09:58:27 -04:00