| .. |
|
aken
|
updated version of Aken that includes support for MSR and static validation (-> .c instead of .cpp)
|
2011-04-01 15:06:52 +00:00 |
|
tests
|
hopefully fix non-Windows build errors
|
2011-07-18 15:25:48 +00:00 |
|
whrt
|
ensure WHRT debug messages are always displayed (in case of compatibility trouble)
|
2011-05-08 09:14:21 +00:00 |
|
wposix
|
hopefully fix non-Windows build errors
|
2011-07-18 15:25:48 +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
|
avoid warning when running a second instance and Mahaf is enabled
|
2011-07-17 19:19:33 +00:00 |
|
mahaf.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
manifest.cpp
|
Attempt to fix manifest problems in autobuild.
|
2011-06-09 23:16:27 +00:00 |
|
manifest.rc
|
premake: detect processor architecture from script
|
2008-06-30 17:34:18 +00:00 |
|
wclipboard.cpp
|
add support for selection and deletion of entire words in text controls (ctrl+backspace/delete/left/right) based on patch by Chakakhan/kenny (thanks!)
|
2011-06-23 10:12:43 +00:00 |
|
wcpu.cpp
|
refactor status code definitions: allow modules to define an array of them (more convenient+efficient).
|
2011-05-05 13:03:34 +00:00 |
|
wcpu.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wcursor.cpp
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wdbg.cpp
|
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
|
2011-04-30 13:01:45 +00:00 |
|
wdbg.h
|
split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
|
2011-04-30 13:01:45 +00:00 |
|
wdbg_heap.cpp
|
post-alpha sync with work.
|
2011-07-18 09:21:56 +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
|
post-alpha sync with work.
|
2011-07-18 09:21:56 +00:00 |
|
wdbg_sym.h
|
post-alpha sync with work.
|
2011-07-18 09:21:56 +00:00 |
|
wdir_watch.cpp
|
fix self-test and map load on Windows (avoid mixing dir separators).
|
2011-05-06 18:45:30 +00:00 |
|
wdll_delay_load.cpp
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wdll_delay_load.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wdll_main.h
|
fixes from work: avoid potential 0-pointer dereference in freelist, also avoid branching in freelist functions via sentinel
|
2011-03-28 12:28:29 +00:00 |
|
wdll_ver.cpp
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wdll_ver.h
|
refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary
|
2011-03-23 14:43:35 +00:00 |
|
wfirmware.cpp
|
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
|
2011-05-04 12:10:17 +00:00 |
|
wfirmware.h
|
(requires update-workspaces)
|
2011-04-03 15:38:48 +00:00 |
|
wgfx.cpp
|
refactor gfx detection code (interface), allow exporting from DLL (required at work)
|
2011-05-24 14:17:47 +00:00 |
|
wgfx.h
|
refactor gfx detection code (interface), allow exporting from DLL (required at work)
|
2011-05-24 14:17:47 +00:00 |
|
wgl.h
|
wgl compile fix: add types required by new wglext.h
|
2011-02-19 18:00:09 +00:00 |
|
win.h
|
remove no longer necessary lowlevel wsock implementation (superseded by enet) since the delay load hook isn't compatible with a DLL packaging of enet.
|
2011-05-29 19:59:51 +00:00 |
|
winit.cpp
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
winit.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wiocp.cpp
|
reinstate aligned_allocator.h (required at work)
|
2011-05-23 14:10:45 +00:00 |
|
wiocp.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wmi.cpp
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wmi.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wnuma.cpp
|
sync with work. simplify wnuma, refactor+fix topology (bugs: APIC IDs array didn't correspond to OS processor number; couldn't handle noncontiguous APIC ID field values)
|
2011-05-30 13:00:20 +00:00 |
|
wprintf.cpp
|
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
|
2011-05-04 12:10:17 +00:00 |
|
wprofiler.cpp
|
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
|
2011-05-04 12:10:17 +00:00 |
|
wsdl.cpp
|
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
|
2011-05-04 12:10:17 +00:00 |
|
wsdl.h
|
Fix Windows build.
|
2011-03-18 18:07:18 +00:00 |
|
wseh.cpp
|
post-alpha sync with work.
|
2011-07-18 09:21:56 +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
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wsnd.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +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
|
reinstate aligned_allocator.h (required at work)
|
2011-05-23 14:10:45 +00:00 |
|
wutil.cpp
|
fix self-test and map load on Windows (avoid mixing dir separators).
|
2011-05-06 18:45:30 +00:00 |
|
wutil.h
|
cleanup (requires update-workspaces)
|
2011-05-03 12:38:42 +00:00 |
|
wversion.cpp
|
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
|
2011-05-04 12:10:17 +00:00 |
|
wversion.h
|
noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required.
|
2010-10-09 21:14:08 +00:00 |