summaryrefslogtreecommitdiffstats
path: root/o3tl/inc
Commit message (Expand)AuthorAgeFilesLines
* o3tl::sorted_vector::insert should take const parameterMichael Stahl2012-09-211-3/+2
* Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl2012-08-021-9/+10
* Revert "sorted_vector: turn Find parameter into template"Michael Stahl2012-08-011-6/+5
* sorted_vector: turn Find parameter into templateMichael Stahl2012-08-011-5/+6
* sorted_vector: add an additional template parameter:Michael Stahl2012-07-311-26/+60
* sorted_vector: removing the vector::ersase makes more senseMichael Stahl2012-07-251-3/+7
* sorted_vector: MSVC doesn't know which erase to callMichael Stahl2012-07-251-5/+0
* sorted_vector: add erase(const_iterator) methodsMichael Stahl2012-07-251-0/+12
* Unnecessary sorted_vector_compareStephan Bergmann2012-07-201-19/+3
* sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl2012-07-171-21/+0
* sorted_vector: rename nonconst methods to be more obviousMichael Stahl2012-07-171-7/+8
* sorted_vector: fix silly problems with gcc:Michael Stahl2012-07-171-23/+24
* Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin2012-07-171-0/+5
* Improvements to sorted_vectorNoel Grandin2012-07-171-24/+91
* sorted_vector should not inherit public std::vectorMichael Stahl2012-07-121-3/+7
* Create a template container class for sorted vectorNoel Grandin2012-07-121-0/+136
* re-base on ALv2 code.Michael Meeks2012-06-263-69/+42
* re-base on ALv2 code.Michael Meeks2012-06-212-46/+28
* callcatcher update listCaolán McNamara2012-03-201-1/+1
* fix trunk gcc compile errorsMatúš Kukan2011-09-291-3/+3
* fix compile errors from trunck gccTom Tromey2011-08-111-1/+1
* Added iota to stl compat header, switch canvas to use thatThorsten Behrens2011-02-081-1/+19
* Port stuff to our private implementation of SGI extensionsFridrich Štrba2011-02-081-0/+133
* Remove old RCS lines.Thomas Arnhold2011-01-211-3/+0
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-145-0/+15
* Merge DEV300_m75thb2010-03-314-16/+4
|\
| * changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-124-16/+4
* | #i105938# Provides simplistic pool memory from a std::vectorthb2009-10-161-0/+132
|/
* CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte2008-10-101-3/+4
* INTEGRATION: CWS changefileheader (1.2.8); FILE MERGEDRüdiger Timm2008-04-112-46/+36
* INTEGRATION: CWS changefileheader (1.2.10); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS changefileheader (1.5.32); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann2007-08-201-0/+197
* INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann2007-08-201-0/+319
* INTEGRATION: CWS awttree01 (1.1.2); FILE ADDEDJens-Heiner Rechtien2007-06-271-0/+279
* #i63310# Optimization: for operator==/!=, first checking for same object (via...Thorsten Behrens2006-05-111-8/+8
* #i63310# Simplified policy interface; added unique-case optimization to Threa...Thorsten Behrens2006-03-281-7/+13
* #i63310# Made cow_wrapper refcounting behaviour configurable via policy class...Thorsten Behrens2006-03-231-25/+54
* #128078# Removed unused typedef; corrected example codeThorsten Behrens2006-03-171-3/+3
* Initial revision. To be used for our standard, pimpled copy-on-write pattern.Thorsten Behrens2006-01-251-0/+300