summaryrefslogtreecommitdiffstats
path: root/o3tl
Commit message (Expand)AuthorAgeFilesLines
* 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
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-3/+4
* LRU map (cache) implementation to o3tl + testsTomaž Vajngerl2015-07-242-0/+240
* 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-142-0/+64
* We should know what our name isTor Lillqvist2014-10-081-1/+1
* It is "template library", not "tools"Tor Lillqvist2014-10-061-1/+1
* Add guess at what o3tl meansTor Lillqvist2014-10-061-0/+2
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-243-161/+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
* prefer makefile-gmake-modeTakeshi Abe2014-04-281-1/+1
* Remove visual noise from o3tlAlexander Wilms2014-02-252-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-234-5/+5
* re-base on ALv2 code. Includes:Michael Meeks2013-06-032-42/+24
* coverity#983036/37/38: Resource leakJulien Nabet2013-05-081-0/+3
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
* execute move of global headersBjoern Michaelsen2013-04-239-1625/+0
* Validate cow_wrapper static default pattern.Thorsten Behrens2013-03-233-0/+97
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl2013-03-021-0/+5
* remove all d.lstMichael Stahl2013-02-281-0/+0
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
* fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl2013-01-111-1/+11
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* 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-022-13/+12
* Revert "sorted_vector: turn Find parameter into template"Michael Stahl2012-08-012-8/+9
* sorted_vector: turn Find parameter into templateMichael Stahl2012-08-012-9/+8
* sorted_vector: add an additional template parameter:Michael Stahl2012-07-312-26/+174
* 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