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
2016-06-04
COMMON: Fixed SortedArray implementation
Eugene Sandulenko
2016-05-23
COMMON: Fix another warning.
Eugene Sandulenko
2016-05-23
COMMON: Remove const qualifiers.
Eugene Sandulenko
2016-05-23
COMMON: Fix warning
Eugene Sandulenko
2016-05-23
COMMON: Fix SortedArray implementation for empty array
Eugene Sandulenko
2016-05-22
COMMON: Fix SortedArray implementation.
Eugene Sandulenko
2016-05-22
COMMON: Implement SortedArray
Eugene Sandulenko
2016-02-18
COMMON: Add methods for inserting and erasing with iterators
Colin Snover
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-02-22
COMMON: Slight formatting fixes in array.h.
Johannes Schickel
2012-02-22
COMMON: Add a size_type to Array and take advantage of it.
Johannes Schickel
2011-11-16
COMMON: Improve storage management of Array.
Johannes Schickel
2011-08-07
COMMON: Correct error message.
Christoph Mallon
2011-08-07
COMMON: Use correct format specifier.
Christoph Mallon
2011-08-07
COMMON: Remove superfluous Common:: qualifiers.
Christoph Mallon
2011-06-15
COMMON: Fix code formatting, rename stuff for consistency
Max Horn
2011-06-15
COMMON: fixed resize
Vladimir
2011-06-15
COMMON: added assign(T*, T*)
Vladimir
2011-05-16
COMMON: Fix inserting an array into itself under certain conditions
Max Horn
2011-05-16
COMMON: Don't allocate zero-sized storage in array
Willem Jan Palenstijn
2011-05-16
COMMON: Unify Array memory allocation
Max Horn
2011-05-16
COMMON: Change Array::insert_aux to immediately assign newly allocated memory...
Max Horn
2011-05-16
COMMON: Set _capacity to just _size in Common::Array::operator=
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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
[next]