0ad/source/lib
Ykkrosh 8d0a7170f6 # Slightly tidied up string code.
CStr: Indented comments more consistently. Made some parameters
pass-by-reference, made some others not. Removed some useless methods -
Length (use length or empty), GetSubstring (use substr), LCase/UCase
(use LowerCase/UpperCase). Removed operator[] bounds-checking because
VS2005 does that anyway.
Maybe fixed noncopyable warnings on VS2003.

This was SVN commit r4828.
2007-02-01 14:46:14 +00:00
..
posix # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
res # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
sysdep # housekeeping 2007-02-01 01:34:17 +00:00
tests Extra fixes 2007-01-01 22:56:24 +00:00
adts.h # Added support for automatically loading 3d models in the COLLADA format. 2006-12-20 03:22:24 +00:00
allocators.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
allocators.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
app_hooks.cpp # improvements to app_hooks 2007-01-13 18:37:51 +00:00
app_hooks.h # improvements to app_hooks 2007-01-13 18:37:51 +00:00
byte_order.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
byte_order.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
cache_adt.h # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
config.h philip points out G++ will not support the restrict keyword at all. 2007-02-01 01:44:13 +00:00
debug_stl.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
debug_stl.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
debug.cpp slightly nicer fix for goto-skips-init trouble 2007-01-19 23:03:35 +00:00
debug.h # General tidying. 2007-01-27 02:36:33 +00:00
glext_funcs.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
input.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
input.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
lf_alloc.cpp # minor fixes exposed by ICC 9.0 warnings 2006-12-17 00:49:09 +00:00
lib_errors.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
lib_errors.h # minor fixes exposed by ICC 9.0 warnings 2006-12-17 00:49:09 +00:00
lib.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
lib.h # housekeeping 2007-02-01 01:34:17 +00:00
lockfree.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
lockfree.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
mmgr.cpp # housekeeping 2007-01-14 23:13:08 +00:00
mmgr.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
nommgr.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ogl.cpp # General tidying. 2007-01-27 02:36:33 +00:00
ogl.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
path_util.cpp # Linux/ICC fixes 2007-01-02 18:11:00 +00:00
path_util.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
precompiled.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
precompiled.h # housekeeping 2007-02-01 01:34:17 +00:00
sdl_fwd.h add missing file from sweng/"forward declare" commit 2006-08-27 12:17:27 +00:00
sdl.h # sweng 2006-08-26 21:52:18 +00:00
secure_crt.cpp # Tidied up some code. 2007-01-08 01:56:46 +00:00
secure_crt.h # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
self_test.cpp # GCC fixes 2007-01-01 21:55:38 +00:00
self_test.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
string_s.cpp # Linux/ICC fixes 2007-01-02 18:11:00 +00:00
string_s.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
timer.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
timer.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
types.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wstring_s.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00