aboutsummaryrefslogtreecommitdiff
path: root/common/array.h
AgeCommit message (Expand)Author
2012-02-22COMMON: Slight formatting fixes in array.h.Johannes Schickel
2012-02-22COMMON: Add a size_type to Array and take advantage of it.Johannes Schickel
2011-11-16COMMON: Improve storage management of Array.Johannes Schickel
2011-08-07COMMON: Correct error message.Christoph Mallon
2011-08-07COMMON: Use correct format specifier.Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-06-15COMMON: Fix code formatting, rename stuff for consistencyMax Horn
2011-06-15COMMON: fixed resizeVladimir
2011-06-15COMMON: added assign(T*, T*)Vladimir
2011-05-16COMMON: Fix inserting an array into itself under certain conditionsMax Horn
2011-05-16COMMON: Don't allocate zero-sized storage in arrayWillem Jan Palenstijn
2011-05-16COMMON: Unify Array memory allocationMax Horn
2011-05-16COMMON: Change Array::insert_aux to immediately assign newly allocated memory...Max Horn
2011-05-16COMMON: Set _capacity to just _size in Common::Array::operator=Max Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2009-10-19Added operator== and != to Common::ArrayMax Horn
2009-07-13Unify PS2 and non-PS2 alloc code in Common::Array code (if this causes regres...Max Horn
2009-07-12Added a temporary work-around for PS2 backend in common/array.hMax Lingua
2009-05-26Fixed a bug in Common::Array (including a unit test for it), and changed the ...Max Horn
2009-05-10Changed Common::Array::resize() to default init new array elementsMax Horn
2009-05-05COMMON: Changed Array destructor to reset _storage and _size to 0 -- this hel...Max Horn
2009-05-04COMMON: Made Array::resize() init/zero the memory it allocatesMax Horn
2009-05-03COMMON: Check for failed memory allocations; changed Common::String to use ne...Max Horn
2009-05-03COMMON: Changed Array::resize to not shrink the internal storage if we shrink...Max Horn
2009-04-27COMMON: Improved efficiency of some Common::List methods; added more unit tes...Max Horn
2009-04-27COMMON: Made sure Common::List and Common::array each have all front/back/pu...Max Horn
2009-04-22COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar...Max Horn
2009-04-20COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data...Max Horn
2008-08-20Unified member names in container/storage classes Array, HashMap and String: ...Max Horn
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
2008-05-03Formatting.Johannes Schickel
2008-04-14Removed Common::Array::contains()Max Horn
2008-02-27Added Array::resize() methodMax Horn
2008-02-27Added Array::resize() method, matching vector::resize() from the std C++ libMax Horn
2007-11-11Cleanup.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Must include stdafx.h before scummsys.hMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
2007-03-12Protect Array<> and HashMap<> instances against self assignmentsMax Horn
2007-03-09Removing some unnecessary #includesMax Horn
2006-10-13Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1...Johannes Schickel
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson