summaryrefslogtreecommitdiffstats
path: root/include/o3tl
Commit message (Expand)AuthorAgeFilesLines
* crashtesting: use a stack with the expected dtor order for its elementsCaolán McNamara2016-10-041-0/+78
* o3tl: replace yet another sal_Size with std::size_tMichael Stahl2016-09-201-1/+2
* o3tl: refcounts should be native platform int widthThorsten Behrens2016-09-191-1/+1
* fix warning in windows debug buildJochen Nitschke2016-09-171-1/+1
* Try silence cid#1371124 ("Operands don't affect result")Stephan Bergmann2016-09-161-1/+5
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-101-35/+63
* Const correctness in o3tl/any.hxxStephan Bergmann2016-06-101-16/+20
* Improve o3tl/any.hxxStephan Bergmann2016-06-061-6/+35
* New o3tl::try/doGet to obtain value from AnyStephan Bergmann2016-06-021-0/+264
* Convert VclPackType to scoped enumNoel Grandin2016-05-241-0/+1
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-6/+0
* loplugin:unusedmethodsNoel Grandin2016-02-081-5/+0
* remove unused o3tl::rangeDavid Tardon2016-01-291-183/+0
* remove unneeded sal/config.hDavid Tardon2016-01-295-8/+0
* vcl: replace boost::shared_array with std::shared_ptrMichael Stahl2016-01-261-0/+33
* Make enumarray_iterator adhere to iterator requirementsStephan Bergmann2016-01-191-3/+7
* remove unused o3tl/ptr_container.hxxMichael Stahl2016-01-131-61/+0
* Fix typosAndrea Gelmini2016-01-103-3/+3
* std::swap is in <utility>, not <algorithm>Stephan Bergmann2016-01-061-1/+1
* BOOST_ASSERT->assertNoel Grandin2015-11-051-5/+5
* Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Avoid unhelpful -Wunused-variableStephan Bergmann2015-09-301-20/+53
* Remove unnecessary typedef from previous attempt againStephan Bergmann2015-09-161-1/+0
* Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann2015-09-151-21/+33
* loplugin:simplifyboolStephan Bergmann2015-08-301-1/+1
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-5/+8
* o3tl: add another unit test to cow_wrapperDaniel Robertson2015-08-291-2/+13
* Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin2015-08-261-9/+0
* o3tl: cow_wrapper add move constructor/assignmentDaniel Robertson2015-08-191-3/+23
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-0/+0
* o3tl: remove unused codeThorsten Behrens2015-08-171-26/+1
* tdf#92459 basebmp: replace project2ndDaniel Robertson2015-08-131-9/+0
* tdf#92459 o3tl: remove unary_functionDaniel Robertson2015-08-111-25/+16
* add assert for valid value in o3tl::typed_flags_setNoel Grandin2015-07-301-1/+4
* LRU map (cache) implementation to o3tl + testsTomaž Vajngerl2015-07-241-0/+141
* create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin2015-07-151-0/+9
* do not include boost/utility.hppMichael Stahl2015-07-101-1/+1
* Remove workarounds for no longer supported GCC 4.6Stephan Bergmann2015-06-262-93/+54
* o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna2015-05-211-0/+34
* Fix ICEs in gcc 4.6.3 for small-int typed_flags.Thorsten Behrens2015-05-091-55/+61
* Revert "improve fallback behaviour of underlying_type for old gcc"Thorsten Behrens2015-05-091-5/+1
* improve fallback behaviour of underlying_type for old gccChristoph Lutz2015-05-071-1/+5
* enumarray_iterator should not have a deleted copy assignment opStephan Bergmann2015-04-291-5/+5
* convert STR_EVENT constants to scoped enumNoel Grandin2015-04-291-0/+7
* loplugin:simplifyboolStephan Bergmann2015-04-241-2/+2
* Get rid of false GCC 4.7 -Werror=type-limits in template codeStephan Bergmann2015-04-102-24/+86
* loplugin:staticmethodsNoel Grandin2015-04-091-1/+1
* convert SvtModuleOptions::EFactory to enum classNoel Grandin2015-04-071-2/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1