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
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-10-03
SCI: Allow multiple word groups in parser
Willem Jan Palenstijn
2009-10-19
Added operator== and != to Common::Array
Max Horn
2009-07-13
Unify PS2 and non-PS2 alloc code in Common::Array code (if this causes regres...
Max Horn
2009-07-12
Added a temporary work-around for PS2 backend in common/array.h
Max Lingua
2009-05-26
Fixed a bug in Common::Array (including a unit test for it), and changed the ...
Max Horn
2009-05-10
Changed Common::Array::resize() to default init new array elements
Max Horn
2009-05-05
COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel...
Max Horn
2009-05-04
COMMON: Made Array::resize() init/zero the memory it allocates
Max Horn
2009-05-03
COMMON: Check for failed memory allocations; changed Common::String to use ne...
Max Horn
2009-05-03
COMMON: Changed Array::resize to not shrink the internal storage if we shrink...
Max Horn
2009-04-27
COMMON: Improved efficiency of some Common::List methods; added more unit tes...
Max Horn
2009-04-27
COMMON: Made sure Common::List and Common::array each have all front/back/pu...
Max Horn
2009-04-22
COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar...
Max Horn
2009-04-20
COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data...
Max Horn
2008-08-20
Unified member names in container/storage classes Array, HashMap and String: ...
Max Horn
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