1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/os/win
janwas 34186dd017 refactor file interface. requires workspace update
- separate file_system_util into vfs functions (-> vfs/vfs_util) and
file_system (avoids ugly fs_util namespace prefix)
- get rid of non-portable O_BINARY_NP etc. flags
- use standard O_WRONLY etc. flags instead of LIO_WRITE; but avoid the
need for specifying O_CREAT|O_TRUNC
- only open files for aio when O_DIRECT is specified (which 0ad does
not) - avoids wasting time and security issues
- return file descriptor directly instead of via output param
- waio: safer FCB mechanism that avoids mixing descriptors between lowio
and aio

This was SVN commit r9550.
2011-05-25 10:39:13 +00:00
..
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 fix build with ICC 2011-05-07 15:47:20 +00:00
whrt ensure WHRT debug messages are always displayed (in case of compatibility trouble) 2011-05-08 09:14:21 +00:00
wposix refactor file interface. requires workspace update 2011-05-25 10:39:13 +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 ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
mahaf.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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
wclipboard.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +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_heap.cpp fix build with ICC 2011-05-07 15:47:20 +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 avoid stomping on the last error while dumping stack 2011-05-15 00:00:01 +00:00
wdbg_sym.h fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +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
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 license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +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 reinstate aligned_allocator.h (required at work) 2011-05-23 14:10:45 +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 fix build with ICC 2011-05-07 15:47:20 +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