doom3-bfg/neo/idlib/sys
Yamagi Burmeister da31237ed0 Replace malloc.h by stdlib.h
On true unices malloc.h was never available and on Linux one should
include stdlib.h instead. While this change is necessary to build
rbdoom3 on FreeBSD and other true unices, the big question is what
it means to Windows.
2013-03-16 01:38:53 +01:00
..
posix Disabled usage of pthread_{get,set}_name because it does not work on all Linux systems. 2012-12-22 13:15:47 +01:00
win32 Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_alloc_tags.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_assert.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_assert.h Added some macro defines for Linux. 2012-12-06 01:00:05 +01:00
sys_builddefines.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_defines.h Fixed missing 16 byte alignment on 32 bit Linux for SSE structs. 2012-12-15 14:53:11 +01:00
sys_filesystem.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_includes.h Replace malloc.h by stdlib.h 2013-03-16 01:38:53 +01:00
sys_intrinsics.h Added some macro defines for Linux. 2012-12-06 01:00:05 +01:00
sys_threading.h Fixed some bugs in idSysSignal. 2012-12-12 11:29:55 +01:00
sys_types.h eliminate more longs 2012-12-13 01:28:41 +01:00