summaryrefslogtreecommitdiff
path: root/o3tl/inc
AgeCommit message (Expand)Author
2013-03-04fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl
2013-01-11fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-21o3tl::sorted_vector::insert should take const parameterMichael Stahl
2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl
2012-08-01Revert "sorted_vector: turn Find parameter into template"Michael Stahl
2012-08-01sorted_vector: turn Find parameter into templateMichael Stahl
2012-07-31sorted_vector: add an additional template parameter:Michael Stahl
2012-07-25sorted_vector: removing the vector::ersase makes more senseMichael Stahl
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl
2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl
2012-07-20Unnecessary sorted_vector_compareStephan Bergmann
2012-07-17sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl
2012-07-17sorted_vector: rename nonconst methods to be more obviousMichael Stahl
2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl
2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin
2012-07-17Improvements to sorted_vectorNoel Grandin
2012-07-12sorted_vector should not inherit public std::vectorMichael Stahl
2012-07-12Create a template container class for sorted vectorNoel Grandin
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-03-20callcatcher update listCaolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-08-11fix compile errors from trunck gccTom Tromey
2011-02-08Added iota to stl compat header, switch canvas to use thatThorsten Behrens
2011-02-08Port stuff to our private implementation of SGI extensionsFridrich Štrba
2011-01-21Remove old RCS lines.Thomas Arnhold
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-03-31Merge DEV300_m75thb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-10-16#i105938# Provides simplistic pool memory from a std::vectorthb
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte
2008-04-11INTEGRATION: CWS changefileheader (1.2.8); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.2.10); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.5.32); FILE MERGEDRüdiger Timm
2007-08-20INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann
2007-08-20INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann
2007-06-27INTEGRATION: CWS awttree01 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2006-05-11#i63310# Optimization: for operator==/!=, first checking for same object (via...Thorsten Behrens
2006-03-28#i63310# Simplified policy interface; added unique-case optimization to Threa...Thorsten Behrens
2006-03-23#i63310# Made cow_wrapper refcounting behaviour configurable via policy class...Thorsten Behrens
2006-03-17#128078# Removed unused typedef; corrected example codeThorsten Behrens
2006-01-25Initial revision. To be used for our standard, pimpled copy-on-write pattern.Thorsten Behrens