0ad/source/lib/tests
janwas aea2368300 fixes to stack trace code under x64 (from work):
- displaying symbol values requires stack pointer, not frame pointer
- update debug_IsPointerBogus
- skip-n-frames code changed to skip-all-frames-up-to-func (more
reliable in the face of inlining)

debug.cpp: cleanup

This was SVN commit r6410.
2008-09-27 10:05:11 +00:00
..
test_adts.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
test_base32.h fix self-tests. 2007-05-10 21:33:56 +00:00
test_bits.h replace most BIT macros with a Bit() template for better 64-bit safety 2008-09-06 21:15:53 +00:00
test_byte_order.h get rid of some instances of type punning (dangerous in the face of aliasing optimizations) 2008-06-28 17:51:18 +00:00
test_cache_adt.h had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
test_fnv_hash.h fix self-tests. 2007-05-10 21:33:56 +00:00
test_lib.h # SwEng/cleanup 2007-05-18 00:14:26 +00:00
test_lockfree.h fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
test_path_util.h large batch of Dehydra static code analysis fixes 2008-07-12 10:45:11 +00:00
test_rand.h fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00
test_regex.h fix self-tests. 2007-05-10 21:33:56 +00:00
test_secure_crt.h fixes to stack trace code under x64 (from work): 2008-09-27 10:05:11 +00:00