1
0
Fork 0
cuberite-2a/src/OSSupport
Steven Riehl 856764dee8 convert old style casts to fix warnings 2014-10-11 20:39:55 -06:00
..
CMakeLists.txt Update CMakeLists.txt 2014-10-05 23:44:55 +01:00
CriticalSection.cpp Basic style fixes. 2014-07-17 22:50:58 +02:00
CriticalSection.h Basic style fixes. 2014-07-17 22:50:58 +02:00
Errors.cpp Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Errors.h Switched cEvent to GetOSErrorString 2014-01-25 06:02:20 -08:00
Event.cpp Added a cEvent::Wait() with timeout. 2014-10-05 19:04:30 +02:00
Event.h Added a cEvent::Wait() with timeout. 2014-10-05 19:04:30 +02:00
File.cpp OSSupport: Fixed UNICODE Windows builds. 2014-09-14 01:33:05 +02:00
File.h Fixed windows compilation and style issues. 2014-08-12 22:43:04 +02:00
GZipFile.cpp Fixed unitialized member in gZipFile (CID 43673) 2014-04-26 14:23:53 +02:00
GZipFile.h Fixed the remaining derps 2013-11-27 07:40:59 +00:00
IsThread.cpp Fixed printf formats for Win builds 2014-07-01 22:48:01 +02:00
IsThread.h convert old style casts to fix warnings 2014-10-11 20:39:55 -06: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 spaces after "template" keyword. 2014-08-28 16:44:36 +03:00
Semaphore.cpp Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Semaphore.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Sleep.cpp Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Sleep.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Socket.cpp Socket: removed unused Socket destructor 2014-07-19 14:50:31 -07:00
Socket.h Socket: removed unused Socket destructor 2014-07-19 14:50:31 -07:00
SocketThreads.cpp Normalized comments. 2014-07-17 22:15:34 +02:00
SocketThreads.h Fixed crashes in the SSL HTTP connection. 2014-05-01 15:08:15 +02:00
Thread.cpp Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Thread.h Style: Normalized to no spaces before closing parenthesis. 2014-07-21 17:40:43 +02:00
Timer.cpp Fixed timing on *nix. 2014-01-28 16:28:55 +01:00
Timer.h Moved source to src 2013-11-24 14:19:41 +00:00