1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/win/wposix
janwas 73683b6109 # SwEng
. the massive renaming undertaking: camelCase functions -> PascalCase.
. add some cppdoc.
. minor additional renaming improvements: e.g. GetIsClosed -> IsClosed
. in entity code, replace constructs like "pvec = new vector; return
pvec; use *pvec; delete pvec" with a simple stack variable passed as
output parameter (avoid unnecessary dynamic allocs)
. timer: simpler handling of raw ticks vs normal timer (less #if)

This was SVN commit r5017.
2007-05-02 12:07:08 +00:00
..
waio_internal.h # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
waio.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
waio.h fixes: (after testing on other machine) 2007-01-01 22:54:42 +00:00
wdlfcn.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wdlfcn.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
werrno.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wfilesystem.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
wfilesystem.h fixes: (after testing on other machine) 2007-01-01 22:54:42 +00:00
wmman.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wmman.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wposix_internal.h # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wposix_types.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wposix.cpp # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wposix.h # improvements to foundation code 2007-04-22 16:43:54 +00:00
wpthread.cpp # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wpthread.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wsock_internal.h # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wsock.cpp # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wsock.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wterminal.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wterminal.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wtime_internal.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wtime.cpp # SwEng 2007-05-02 12:07:08 +00:00
wtime.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wutsname.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wutsname.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00