This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-26 04:27:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab6863c484dbfa63501aa7ca09e5c2443255eb82
0ad
/
source
/
lib
T
History
Ykkrosh
08e37f1a71
Avoid potential aliasing violation in endian functions
...
This was SVN commit r10428.
2011-10-25 14:02:50 +00:00
..
adts
…
allocators
replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
2011-10-16 10:37:21 +00:00
external_libraries
…
file
sync with work: add and use NOTHROW; export file_system functions; throw Status from File ctor; add WARN_THROW equivalents of WARN_RETURN
2011-10-10 10:04:36 +00:00
pch
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
posix
…
res
add support for recursive mutex on windows; ensure h_mgr uses them (pthread doesnt guarantee default type is recursive)
2011-09-10 22:51:51 +00:00
sysdep
sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails
2011-10-19 10:58:02 +00:00
tests
…
tex
refactor: remove "wrapping" and "read" functionality for DynArray (in preparation for replacing it with template policies for more flexible Pool etc.)
2011-08-17 08:38:53 +00:00
alignment.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails
2011-10-19 10:58:02 +00:00
byte_order.cpp
Avoid potential aliasing violation in endian functions
2011-10-25 14:02:50 +00:00
byte_order.h
…
code_annotation.h
fix compile error due to GCC restriction.
2011-10-10 20:08:04 +00:00
code_generation.h
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails
2011-10-19 10:58:02 +00:00
debug.h
lay groundwork for more efficient and flexible allocators. add new sysdep/vm that provides access to additional features on Windows (large pages, autocommit). add Pool/Arena allocators that avoid overhead and support arbitrary storage (not just the expensive virtual memory allocator in DynArray)
2011-08-21 11:00:09 +00:00
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
input.cpp
…
input.h
…
lib_api.h
…
lib.cpp
…
lib.h
…
module_init.cpp
…
module_init.h
…
ogl.cpp
…
ogl.h
…
os_path.h
Fix -Wconversion warnings in simulation code.
2011-08-16 11:18:32 +00:00
path.cpp
…
path.h
…
pointer_typedefs.h
__SSE[2]__ didn't work on MSVC/ICC after all; introduce HAVE_SSE[2] instead
2011-08-24 09:23:44 +00:00
precompiled.h
…
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.cpp
…
self_test.h
…
status.cpp
…
status.h
sync with work: add and use NOTHROW; export file_system functions; throw Status from File ctor; add WARN_THROW equivalents of WARN_RETURN
2011-10-10 10:04:36 +00:00
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
…
timer.h
Fix -Wconversion warnings in simulation code.
2011-08-16 11:18:32 +00:00
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…