aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
AgeCommit message (Expand)Author
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-22COMMON: Add a size_type to List.Johannes Schickel
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-04COMMON: Fix (harmless) int <-> uint mismatchMax Horn
2009-05-03COMMON: Check for failed memory allocations; changed Common::String to use ne...Max Horn
2009-04-28COMMON: Made Common::List::clear more efficientMax 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-27COMMON: Added Common::List::front() and back() method (similar to std::list)Max Horn
2009-04-11COMMON: Added unit test for Common::List::size(); made List::size() slightly ...Max Horn
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-05-03Formatting.Johannes Schickel
2008-05-03Changed spaces to tab, thus annoying everyone who now have to do a largeTorbjörn Andersson
2008-04-14Reverted commit #31499Filippos Karapetis
2008-04-14Added contains() method to Common::List, same as in Common::ArrayFilippos Karapetis
2008-04-02Oops forgot to enable friend statement.Johannes Schickel
2008-04-02Implemented transparent List::iterator to List::const_iterator conversion and...Johannes Schickel
2008-03-30The "anchor" (root) of the linked list is now constructed inplace in the List...Bertrand Augereau
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-07-30Renamed some typedefs to avoid clashes with sky engineEugene Sandulenko
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-09Removing some unnecessary #includesMax Horn
2007-02-28Fix spellingMax Horn
2006-10-28Not required anymoreChris Apers
2006-10-13Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1...Johannes Schickel
2006-05-26add functions for reverse iteration of Common::ListWillem Jan Palenstijn
2006-03-31Modified the List postfix ++/-- operators to simply invoke their prefix count...Max Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-02-12'Changed Symbian configuration handling so it is using the basepath of the ap...Lars Persson
2006-02-11This seems to definitively fix my compilation problemChris Apers
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-29cyx's gcc 2.95 fix makes things compile with gcc 2.95 again.Jonathan Gray
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-03Fixed compilationChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-25Fix postfix inc/decrement operators of List::IteratorMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-10Fix compilationEugene Sandulenko
2005-05-09fixed compilation for evc4 and vc7Paweł Kołodziejski
2005-05-08Comply to our coding conventionsMax Horn
2005-01-01Removing obsolete commentMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-14Patch #1083548 (common/list enhancement)Max Horn
2004-12-12Optimized List assignment operator, thanks to h00liganMax Horn
2004-12-12Hide iterator implementation details from client codeMax Horn