1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/os/win
janwas c634a62f4c from work: cpu_AtomicAdd - return previous value (required for atomic test&set)
numa: move allocator into higher-level VirtualMemory module, since
VirtualAllocExNuma requires Server 2008 and the workaround doesn't
require numa support

This was SVN commit r7753.
2010-07-14 08:52:20 +00:00
..
aken license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
tests Fix triggering of "buffer too small" error during some stack dumps. 2010-05-09 19:52:13 +00:00
whrt numa: fix: nodeNumber isn't guaranteed to be contiguous; fix race conditions during init; add support for ACPI SRAT; pin NUMA alloc thread to NUMA node; major refactor 2010-07-13 12:45:27 +00:00
wposix # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
comctl6.manifest premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
error_dialog.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
error_dialog.rc premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
icon.rc fix a few remnants of the previous sysdep/win folder location, including a relative path in icon.rc 2008-06-30 18:19:14 +00:00
mahaf.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
mahaf.h # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
manifest.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
manifest.rc premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
wacpi.cpp fix: wasn't checking function pointers => crash on older windows versions 2010-07-08 21:07:46 +00:00
wacpi.h enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros. 2010-07-08 10:33:38 +00:00
wclipboard.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wcpu.cpp enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros. 2010-07-08 10:33:38 +00:00
wcpu.h needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wcursor.cpp Add basic help page into the main menu. 2010-07-07 21:47:31 +00:00
wdbg_heap.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wdbg_heap.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdbg_sym.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
wdbg_sym.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdbg.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wdbg.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdir_watch.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wdll_delay_load.cpp lib/ changes required at work: 2010-04-03 10:46:28 +00:00
wdll_delay_load.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdll_ver.cpp sync with work (add IO callbacks, export wsdl functions, avoid error in ReadVersionString) 2010-06-14 12:09:49 +00:00
wdll_ver.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wgfx.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wgfx.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wgl.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
win.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
winit.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
winit.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wmi.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
wmi.h fixes/improvements from work 2010-05-03 12:27:39 +00:00
wnuma.cpp from work: cpu_AtomicAdd - return previous value (required for atomic test&set) 2010-07-14 08:52:20 +00:00
wprintf.cpp warning fixes 2010-07-08 10:58:24 +00:00
wprofiler.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsdl.cpp fix: don't complain if redirecting stdout fails (when running as non-admin from "program files") 2010-07-14 07:29:35 +00:00
wsdl.h fix: don't complain if redirecting stdout fails (when running as non-admin from "program files") 2010-07-14 07:29:35 +00:00
wseh.cpp fixes+improvements from work (overhaul wutil, add convenience macros for DLL imports) 2010-07-08 10:18:42 +00:00
wseh.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsnd.cpp enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros. 2010-07-08 10:33:38 +00:00
wsnd.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wstartup.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wstartup.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsysdep.cpp (vc2010) warning fixes 2010-07-10 18:24:02 +00:00
wutil.cpp fixes+improvements from work (overhaul wutil, add convenience macros for DLL imports) 2010-07-08 10:18:42 +00:00
wutil.h from work: cpu_AtomicAdd - return previous value (required for atomic test&set) 2010-07-14 08:52:20 +00:00