summaryrefslogtreecommitdiffstats
path: root/include/o3tl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some glue for using std::unique_ptr with the Boost Pointer Container LibraryStephan Bergmann2014-09-301-0/+31
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-283/+0
* Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann2014-09-151-2/+2
* Extend o3tl::heap_ptr to support arraysStephan Bergmann2014-06-061-36/+36
* o3tl::default_deleter->boost::checked_deleterCaolán McNamara2014-05-121-34/+0
* Move this function object to o3tl.Kohei Yoshida2014-05-121-0/+34
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-301-1/+1
* Unused code: binary_compose, identityThorsten Behrens2014-04-151-35/+0
* Remove iota template function & last call site.Thorsten Behrens2014-04-151-8/+0
* typo: optimisation -> optimizationThomas Arnhold2014-03-291-1/+1
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-22/+0
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-10/+1
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-1/+1
* execute move of global headersBjoern Michaelsen2013-04-237-0/+1586