1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/ia32
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
..
ia32_asm.asm # SwEng 2007-05-02 12:07:08 +00:00
ia32_asm.h # SwEng 2007-05-02 12:07:08 +00:00
ia32_memcpy_init.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
ia32_memcpy.asm # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
ia32_memcpy.h # SwEng / MacOSX compat 2007-04-30 14:35:19 +00:00
ia32.cpp # SwEng 2007-05-02 12:07:08 +00:00
ia32.h # SwEng 2007-05-02 12:07:08 +00:00
ia32.inc # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00