summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-sorted_vector.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin1-0/+48
2018-05-14Fix typoAndrea Gelmini1-1/+1
2018-05-13o3tl: add some comments to sorted_vector testTomaž Vajngerl1-2/+10
2017-10-23loplugin:includeform: o3tlStephan Bergmann1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-84/+66
2016-06-02CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna1-56/+56
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2014-05-22Fix memory leaks in test codeStephan Bergmann1-0/+11
2014-05-02coverity#1209778 & coverity#1209777 Resource leakChris Sherlock1-0/+2
2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock1-0/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-05-08coverity#983036/37/38: Resource leakJulien Nabet1-0/+3
2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl1-4/+2
2012-08-01Revert "sorted_vector: turn Find parameter into template"Michael Stahl1-2/+4
2012-08-01sorted_vector: turn Find parameter into templateMichael Stahl1-4/+2
2012-07-31sorted_vector: add an additional template parameter:Michael Stahl1-0/+114
2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin1-0/+31
2012-07-17Improvements to sorted_vectorNoel Grandin1-0/+40
2012-07-12Create a template container class for sorted vectorNoel Grandin1-0/+80