dfhack/depends/jsoncpp
Pauli 424028a0ae jsoncpp: Fix (U)Int64 to long int on 64bit linux
Passing a 64bit integer to Json::Value fails to find matching. Even
tough long long int is also 64bits gcc considres long long int different
to long int. But fix can't be as simple as removing an long from type
because that would reduce 32bit builds to have only 32bit maximum int
size. But standard offers fixed width integer types that can be used to
get correct underlying type depending on platform.
2018-06-14 17:24:50 +03:00
..
CMakeLists.txt Replace jsonxx with jsoncpp 2015-07-29 15:50:33 -04:00
jsoncpp-ex.h Improve Json::get() slightly 2015-11-27 16:45:26 -05:00
jsoncpp.cpp Fix compile errors on Ubuntu 18.04 Bionic Beaver 2018-03-08 11:42:58 -06:00
jsoncpp.h jsoncpp: Fix (U)Int64 to long int on 64bit linux 2018-06-14 17:24:50 +03:00