1
0
forked from 0ad/0ad
0ad/source/lib
janwas a1e149ab11 more of the asserts.. also:
- increase stack trace buffer size (needed for some complicated nested
expressions)
- fix bug in container output - no longer treat iterator (i.e.
x::iterator) as an x string (now uses match_wildcard instead of simple
string compare)
- add unicode match_wildcard
- bugfix for vectored exception handler - was always ignoring exceptions
from main thread (fixed the previous fix where it was always grabbing
all exceptions ;p)
- better array display (display less of huge arrays)
- fix nesting limit (which was too low); make sure infinite
nesting/indirection can't happen

This was SVN commit r2448.
2005-06-28 04:12:50 +00:00
..
res rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
sysdep more of the asserts.. also: 2005-06-28 04:12:50 +00:00
adts.cpp fix for vc7 (incomplete type in container). also some updates to vfs 2004-05-08 01:11:51 +00:00
adts.h rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
byte_order.cpp config: add endian detect 2005-06-25 07:43:13 +00:00
byte_order.h config: add endian detect 2005-06-25 07:43:13 +00:00
config.h config: detect STL version 2005-06-27 00:25:10 +00:00
debug_stl.cpp more of the asserts.. also: 2005-06-28 04:12:50 +00:00
debug_stl.h config: detect STL version 2005-06-27 00:25:10 +00:00
debug.cpp more of the asserts.. also: 2005-06-28 04:12:50 +00:00
debug.h more of the asserts.. also: 2005-06-28 04:12:50 +00:00
detect.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
detect.h hopefully fixed bug #57 (limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit. 2005-04-19 17:07:05 +00:00
glext_funcs.h Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function. 2005-06-14 03:33:16 +00:00
input.cpp include SDL or lib/input.h where needed (since lib.h no longer pulls it in) 2005-01-27 15:31:06 +00:00
input.h include SDL or lib/input.h where needed (since lib.h no longer pulls it in) 2005-01-27 15:31:06 +00:00
lf_alloc.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
lib.cpp more of the asserts.. also: 2005-06-28 04:12:50 +00:00
lib.h more of the asserts.. also: 2005-06-28 04:12:50 +00:00
lockfree.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
lockfree.h EntityManager.cpp: safety improvements 2005-05-09 04:41:35 +00:00
memcpy.cpp stomped various lint warnings: 2005-01-23 17:54:20 +00:00
mmgr.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
mmgr.h rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
nommgr.h mmgr ported to linux 2005-02-02 17:01:33 +00:00
ogl.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
ogl.h reorganize code; add paranoid checking for core support of extensions in case the driver forgot to advertise some; remove deadwood (oglPrintErrors - oglCheck does the same); prefix the feature/limit variables with ogl_; add oglHaveExtensions call 2005-06-16 22:21:12 +00:00
posix_types.h - Linux/GCC (as usual :P) 2005-05-18 05:32:09 +00:00
posix.h - Linux/GCC (as usual :P) 2005-05-18 05:32:09 +00:00
precompiled.cpp Linux/GCC compat, a few newlines at end of file, minor changes 2004-06-02 15:31:55 +00:00
precompiled.h config: add endian detect 2005-06-25 07:43:13 +00:00
sdl.h Terrain XML loading, plus mouse/JS portability and some misc stuff to mix it up 2005-06-20 15:14:36 +00:00
string_s.cpp rename assert2 debug_assert; use instead of all plain assert(), since there are no longer any issues (e.g. can't use while handling an exception) 2005-06-28 04:06:25 +00:00
string_s.h philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +00:00
timer.cpp philip points out precompiled.h -> string_s.h includes posix.h - too heavy for the PCH 2005-03-18 22:44:55 +00:00
timer.h - config.h: massive improvements, much clearer. 2005-06-22 03:23:22 +00:00
types.h Added CStr and some other things to precompiled.h, to reduce build times. 2005-06-01 20:12:45 +00:00
wstring_s.cpp implementation of secure CRT string functions 2005-02-28 15:27:04 +00:00