summaryrefslogtreecommitdiffstats
path: root/o3tl
Commit message (Expand)AuthorAgeFilesLines
* LRU map (cache) implementation to o3tl + testsTomaž Vajngerl2015-08-202-0/+240
* 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
* sorted_vector: rename nonconst methods to be more obviousMichael Stahl2012-07-171-7/+8
* sorted_vector: fix silly problems with gcc:Michael Stahl2012-07-171-23/+24
* Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin2012-07-172-0/+36
* Improvements to sorted_vectorNoel Grandin2012-07-172-24/+131
* sorted_vector should not inherit public std::vectorMichael Stahl2012-07-121-3/+7
* Create a template container class for sorted vectorNoel Grandin2012-07-124-0/+218
* targetted re-work of cppunit pieces.Michael Meeks2012-06-274-23/+4
* re-base on ALv2 code.Michael Meeks2012-06-267-115/+106
* re-base on ALv2 code.Michael Meeks2012-06-214-92/+56