Age | Commit message (Expand) | Author |
2012-02-22 | COMMON: Add a size_type to List. | Johannes Schickel |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-04 | COMMON: Fix (harmless) int <-> uint mismatch | Max Horn |
2009-05-03 | COMMON: Check for failed memory allocations; changed Common::String to use ne... | Max Horn |
2009-04-28 | COMMON: Made Common::List::clear more efficient | 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-27 | COMMON: Added Common::List::front() and back() method (similar to std::list) | Max Horn |
2009-04-11 | COMMON: Added unit test for Common::List::size(); made List::size() slightly ... | Max Horn |
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-05-03 | Formatting. | Johannes Schickel |
2008-05-03 | Changed spaces to tab, thus annoying everyone who now have to do a large | Torbjörn Andersson |
2008-04-14 | Reverted commit #31499 | Filippos Karapetis |
2008-04-14 | Added contains() method to Common::List, same as in Common::Array | Filippos Karapetis |
2008-04-02 | Oops forgot to enable friend statement. | Johannes Schickel |
2008-04-02 | Implemented transparent List::iterator to List::const_iterator conversion and... | Johannes Schickel |
2008-03-30 | The "anchor" (root) of the linked list is now constructed inplace in the List... | Bertrand Augereau |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-07-30 | Renamed some typedefs to avoid clashes with sky engine | Eugene Sandulenko |
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-09 | Removing some unnecessary #includes | Max Horn |
2007-02-28 | Fix spelling | Max Horn |
2006-10-28 | Not required anymore | Chris Apers |
2006-10-13 | Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1... | Johannes Schickel |
2006-05-26 | add functions for reverse iteration of Common::List | Willem Jan Palenstijn |
2006-03-31 | Modified the List postfix ++/-- operators to simply invoke their prefix count... | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ap... | Lars Persson |
2006-02-11 | This seems to definitively fix my compilation problem | Chris Apers |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-29 | cyx's gcc 2.95 fix makes things compile with gcc 2.95 again. | Jonathan Gray |
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-09-03 | Fixed compilation | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-25 | Fix postfix inc/decrement operators of List::Iterator | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-05-10 | Fix compilation | Eugene Sandulenko |
2005-05-09 | fixed compilation for evc4 and vc7 | Paweł Kołodziejski |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-01-01 | Removing obsolete comment | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-14 | Patch #1083548 (common/list enhancement) | Max Horn |
2004-12-12 | Optimized List assignment operator, thanks to h00ligan | Max Horn |
2004-12-12 | Hide iterator implementation details from client code | Max Horn |
2004-05-08 | Added default iterator constructor, for convenience | Max Horn |
2004-04-16 | Fixed const iterator | Max Horn |