summaryrefslogtreecommitdiffstats
path: root/include/o3tl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann2015-04-021-15/+6
* CosmeticsTor Lillqvist2015-04-011-24/+23
* WaE: c-style castTor Lillqvist2015-04-011-2/+2
* convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2015-04-012-0/+197
* We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist2015-03-191-9/+3
* convert CHILD_ constants to enum classNoel Grandin2015-03-111-0/+17
* Simplify o3tl::LazyUpdateStephan Bergmann2015-03-051-194/+34
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-6/+6
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-2/+2
* Typo: syncro->synchroJulien Nabet2015-01-241-1/+1
* fdo#75757: remove inheritance to std::vectorAshod Nakashian2015-01-161-32/+46
* One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann2015-01-092-60/+84
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-061-0/+39
* coverity#1202781 Division or modulo by zeroCaolán McNamara2014-10-291-0/+28
* gcc4.7.3 complains about the assertsNoel Grandin2014-10-231-2/+2
* Reintroduce SFINAE-based selective enablement of &=, |=Stephan Bergmann2014-10-141-35/+41
* fixes and tests for o3tl::typed_flagsNoel Grandin2014-10-141-8/+4
* Work around missing std::underlying_type in GCC 4.6Stephan Bergmann2014-10-141-38/+47
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-0/+208
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-0/+30