summaryrefslogtreecommitdiffstats
path: root/o3tl/qa
Commit message (Expand)AuthorAgeFilesLines
* Add test for o3tl::saturating_addStephan Bergmann2017-10-261-0/+119
* improve o3tl::enumarray const-nessNoel Grandin2017-10-251-0/+48
* loplugin:includeform: o3tlStephan Bergmann2017-10-236-18/+18
* const correctness in o3tl::array_viewNoel Grandin2017-09-061-3/+9
* loplugin:oncevarNoel Grandin2017-07-311-3/+3
* create o3tl::array_viewNoel Grandin2017-06-171-0/+79
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann2017-04-071-0/+212
* Fix typosAndrea Gelmini2017-03-251-1/+1
* fix typo: alreay --> already dennisroczek2017-03-141-2/+2
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-84/+66
* coverity#1399266 Uncaught exceptionCaolán McNamara2017-01-241-9/+5
* coverity#1371178 Missing move assignment operatorCaolán McNamara2016-09-122-0/+28
* CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-06-031-9/+9
* CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna2016-06-021-56/+56
* CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna2016-05-273-27/+36
* Fix typosAndrea Gelmini2016-04-301-1/+1
* Remove excess newlinesChris Sherlock2016-02-092-3/+0
* remove unused o3tl::rangeDavid Tardon2016-01-291-226/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann2015-09-151-0/+4
* coverity#1321598 Resource leak in objectCaolán McNamara2015-09-011-3/+2
* loplugin:implicitboolconversionStephan Bergmann2015-08-303-17/+17
* o3tl: add another unit test to cow_wrapperDaniel Robertson2015-08-293-0/+190
* Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin2015-08-261-1/+4
* LRU map (cache) implementation to o3tl + testsTomaž Vajngerl2015-07-241-0/+239
* create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin2015-07-151-4/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-2/+0
* bug in typed flagsNoel Grandin2014-11-071-0/+3
* need explicit bool conversions hereNoel Grandin2014-10-141-2/+2
* fixes and tests for o3tl::typed_flagsNoel Grandin2014-10-141-0/+63
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-157/+0
* Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann2014-09-151-0/+1
* Fix memory leaks in test codeStephan Bergmann2014-05-221-0/+11
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-3/+3
* coverity#1209778 & coverity#1209777 Resource leakChris Sherlock2014-05-021-0/+2
* coverity#1209779 & coverity#1209780 Resource leakChris Sherlock2014-05-021-0/+2
* Remove visual noise from o3tlAlexander Wilms2014-02-252-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-234-5/+5
* coverity#983036/37/38: Resource leakJulien Nabet2013-05-081-0/+3
* Validate cow_wrapper static default pattern.Thorsten Behrens2013-03-233-0/+97
* Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl2012-08-021-4/+2
* Revert "sorted_vector: turn Find parameter into template"Michael Stahl2012-08-011-2/+4
* sorted_vector: turn Find parameter into templateMichael Stahl2012-08-011-4/+2
* sorted_vector: add an additional template parameter:Michael Stahl2012-07-311-0/+114
* Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin2012-07-171-0/+31
* Improvements to sorted_vectorNoel Grandin2012-07-171-0/+40
* Create a template container class for sorted vectorNoel Grandin2012-07-121-0/+80