dfhack/depends
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
..
clsocket@6a9153d053 Fix some warnings on OS X 2018-05-12 18:46:58 -04:00
jsoncpp jsoncpp: Fix (U)Int64 to long int on 64bit linux 2018-06-14 17:24:50 +03:00
lua Fix remaining warnings on Windows. 2018-04-06 21:22:48 -05:00
md5 Reorder dfhack-md5 GCC flags, fix another embark-assistant warning 2018-05-13 13:09:51 -04:00
protobuf Request c++14 support from compilers 2018-06-10 23:15:33 +03:00
tinyxml Update bundled tinyxml version from 2.5.3 to 2.6.2 2016-12-06 21:40:30 -05:00
tthread win64 fixes (partial) 2016-07-27 19:46:49 -04:00
zlib Switch to downloading zlib.lib and SDLreal.dll on Windows 2016-07-27 21:08:24 -04:00
CMakeLists.txt Support linking against an external tinyxml if EXTERNAL_TINYXML is set 2016-06-29 17:53:16 -04:00
copy-if-different.pl Replace some instances of "cmake -E copy_if_different" with a standalone script 2016-11-02 16:23:32 -04:00
gunzip.pl gunzip.pl: use binary output mode 2017-04-30 17:06:57 -04:00