summaryrefslogtreecommitdiff
path: root/o3tl/inc/o3tl/sorted_vector.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-23execute move of global headersBjoern Michaelsen1-237/+0
2013-03-02fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl1-0/+5
2013-01-11fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl1-1/+11
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