dfhack/depends
Ben Lubar 700392ba55 Fix tinythread memory leak in two ways:
1. update to tinythread version 1.1, which provides a detach method
2. move the thread disassociation to the join function, which allows
attached threads to be joined even after they finish (this was the main
leak)

Also update RemoteServer.cpp to detach threads and delete the thread
objects instead of leaking them (although they are much smaller than the
actual threads).
2016-05-21 19:17:08 -05:00
..
clsocket@dc7ff5dadf Update clsocket 2015-10-03 13:55:16 -04:00
jsoncpp Improve Json::get() slightly 2015-11-27 16:45:26 -05:00
lua Rename the LUA_PATH/LUA_CPATH environment variables to avoid conflicts. 2014-03-31 14:15:57 +04:00
md5 Add <algorithm> includes and use min/max to get them into global scope 2014-11-09 11:20:09 +01:00
protobuf Also exclude libprotoc when cross-compiling (unused) 2016-01-18 09:22:08 -05:00
tinyxml Move depends out of main library, make them (static) libraries. 2012-03-13 14:46:48 +01:00
tthread Fix tinythread memory leak in two ways: 2016-05-21 19:17:08 -05:00
zlib Move depends out of main library, make them (static) libraries. 2012-03-13 14:46:48 +01:00
CMakeLists.txt Replace jsonxx with jsoncpp 2015-07-29 15:50:33 -04:00