summaryrefslogtreecommitdiff
path: root/o3tl/inc
AgeCommit message (Expand)AuthorFilesLines
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-09-21o3tl::sorted_vector::insert should take const parameterMichael Stahl1-3/+2
2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl1-9/+10
2012-08-01Revert "sorted_vector: turn Find parameter into template"Michael Stahl1-6/+5
2012-08-01sorted_vector: turn Find parameter into templateMichael Stahl1-5/+6
2012-07-31sorted_vector: add an additional template parameter:Michael Stahl1-26/+60
2012-07-25sorted_vector: removing the vector::ersase makes more senseMichael Stahl1-3/+7
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl1-5/+0
2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl1-0/+12
2012-07-20Unnecessary sorted_vector_compareStephan Bergmann1-19/+3
2012-07-17sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl1-21/+0
2012-07-17sorted_vector: rename nonconst methods to be more obviousMichael Stahl1-7/+8
2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl1-23/+24
2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin1-0/+5
2012-07-17Improvements to sorted_vectorNoel Grandin1-24/+91
2012-07-12sorted_vector should not inherit public std::vectorMichael Stahl1-3/+7
2012-07-12Create a template container class for sorted vectorNoel Grandin1-0/+136
2012-06-26re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-03-20callcatcher update listCaolán McNamara1-1/+1
2011-09-29fix trunk gcc compile errorsMatúš Kukan1-3/+3
2011-08-11fix compile errors from trunck gccTom Tromey1-1/+1
2011-02-08Added iota to stl compat header, switch canvas to use thatThorsten Behrens1-1/+19
2011-02-08Port stuff to our private implementation of SGI extensionsFridrich Štrba1-0/+133
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth5-0/+15
2010-03-31Merge DEV300_m75thb4-16/+4
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien4-16/+4
2009-10-16#i105938# Provides simplistic pool memory from a std::vectorthb1-0/+132
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte1-3/+4
2008-04-11INTEGRATION: CWS changefileheader (1.2.8); FILE MERGEDRüdiger Timm2-46/+36
2008-04-11INTEGRATION: CWS changefileheader (1.2.10); FILE MERGEDRüdiger Timm1-23/+18
2008-04-11INTEGRATION: CWS changefileheader (1.5.32); FILE MERGEDRüdiger Timm1-23/+18
2007-08-20INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+197
2007-08-20INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann1-0/+319
2007-06-27INTEGRATION: CWS awttree01 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+279
2006-05-11#i63310# Optimization: for operator==/!=, first checking for same object (via...Thorsten Behrens1-8/+8
2006-03-28#i63310# Simplified policy interface; added unique-case optimization to Threa...Thorsten Behrens1-7/+13
2006-03-23#i63310# Made cow_wrapper refcounting behaviour configurable via policy class...Thorsten Behrens1-25/+54
2006-03-17#128078# Removed unused typedef; corrected example codeThorsten Behrens1-3/+3
2006-01-25Initial revision. To be used for our standard, pimpled copy-on-write pattern.Thorsten Behrens1-0/+300