index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
array.h
Age
Commit message (
Expand
)
Author
2008-05-07
Proper delete[] formatting (this time all occurences should've been changed...)
Johannes Schickel
2008-05-03
Formatting.
Johannes Schickel
2008-04-14
Removed Common::Array::contains()
Max Horn
2008-02-27
Added Array::resize() method
Max Horn
2008-02-27
Added Array::resize() method, matching vector::resize() from the std C++ lib
Max Horn
2007-11-11
Cleanup.
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Must include stdafx.h before scummsys.h
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-23
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
Johannes Schickel
2007-03-12
Protect Array<> and HashMap<> instances against self assignments
Max Horn
2007-03-09
Removing some unnecessary #includes
Max Horn
2006-10-13
Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1...
Johannes Schickel
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-21
Patches needed to build for SYMBIAN32 WINS/GCC added.
Lars Persson
2005-01-01
Updated copyright
Max Horn
2004-09-28
Preserve the order of config file sections -> to suite people who manually ed...
Max Horn
2004-08-12
Fix compilation of remove_at() in array.h. It was never tested before.
Eugene Sandulenko
2004-04-09
Renamed template class 'List' to 'Array', since that is really what it is (a ...
Max Horn