1
0
cuberite-2a/src/OSSupport
2014-06-19 01:49:56 -07:00
..
CMakeLists.txt Cmake generated projects for IDEs include headers in project files. 2014-04-25 09:56:15 -07:00
CriticalSection.cpp
CriticalSection.h
Errors.cpp More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. 2014-03-25 11:15:05 -06:00
Errors.h
Event.cpp Nullify deleted pointers. 2014-06-19 01:49:56 -07:00
Event.h
File.cpp Open files in shared mode on windows, so that other tools may read them. 2014-05-02 20:55:50 +02:00
File.h Template Magic 2014-04-28 10:31:07 -07:00
GZipFile.cpp Fixed unitialized member in gZipFile (CID 43673) 2014-04-26 14:23:53 +02:00
GZipFile.h
IsThread.cpp Fixed deadlock when moving players to other worlds. 2014-06-08 21:58:30 +02:00
IsThread.h Fixed deadlock when moving players to other worlds. 2014-06-08 21:58:30 +02:00
ListenThread.cpp Fixed MSVC 64-bit build warnings. 2014-05-09 18:32:03 +02:00
ListenThread.h Fixed non-virtual destructors warnings. 2014-03-28 21:35:45 +01:00
Queue.h fixed globals.h warnings 2014-02-23 12:23:35 -08:00
Semaphore.cpp
Semaphore.h
Sleep.cpp
Sleep.h Added newlines. Without them, the files would not compile. 2014-03-25 10:33:52 -06:00
Socket.cpp Fixed MSVC 64-bit build warnings. 2014-05-09 18:32:03 +02:00
Socket.h Fixed MSVC 64-bit build warnings. 2014-05-09 18:32:03 +02:00
SocketThreads.cpp Nullify deleted pointers. 2014-06-19 01:49:56 -07:00
SocketThreads.h Fixed crashes in the SSL HTTP connection. 2014-05-01 15:08:15 +02:00
Thread.cpp Nullify deleted pointers. 2014-06-19 01:49:56 -07:00
Thread.h Added newlines. Without them, the files would not compile. 2014-03-25 10:33:52 -06:00
Timer.cpp
Timer.h