summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)Author
2015-08-30loplugin:implicitboolconversionStephan Bergmann
2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl
2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-11-07bug in typed flagsNoel Grandin
2014-10-14need explicit bool conversions hereNoel Grandin
2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin
2014-10-08We should know what our name isTor Lillqvist
2014-10-06It is "template library", not "tools"Tor Lillqvist
2014-10-06Add guess at what o3tl meansTor Lillqvist
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann
2014-05-22Fix memory leaks in test codeStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-02coverity#1209778 & coverity#1209777 Resource leakChris Sherlock
2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-02-25Remove visual noise from o3tlAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-08coverity#983036/37/38: Resource leakJulien Nabet
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-03-23Validate cow_wrapper static default pattern.Thorsten Behrens
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-02fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl
2013-02-28remove all d.lstMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-11fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-21o3tl::sorted_vector::insert should take const parameterMichael Stahl
2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl
2012-08-01Revert "sorted_vector: turn Find parameter into template"Michael Stahl
2012-08-01sorted_vector: turn Find parameter into templateMichael Stahl
2012-07-31sorted_vector: add an additional template parameter:Michael Stahl
2012-07-25sorted_vector: removing the vector::ersase makes more senseMichael Stahl
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl
2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl
2012-07-20Unnecessary sorted_vector_compareStephan Bergmann
2012-07-17sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl
2012-07-17sorted_vector: rename nonconst methods to be more obviousMichael Stahl
2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl