summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)Author
2016-05-24Convert VclPackType to scoped enumNoel Grandin
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-29remove unused o3tl::rangeDavid Tardon
2016-01-29remove unneeded sal/config.hDavid Tardon
2016-01-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-01-19Make enumarray_iterator adhere to iterator requirementsStephan Bergmann
2016-01-13remove unused o3tl/ptr_container.hxxMichael Stahl
2016-01-10Fix typosAndrea Gelmini
2016-01-06std::swap is in <utility>, not <algorithm>Stephan Bergmann
2015-11-05BOOST_ASSERT->assertNoel Grandin
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann
2015-09-16Remove unnecessary typedef from previous attempt againStephan Bergmann
2015-09-15Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann
2015-08-30loplugin:simplifyboolStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin
2015-08-19o3tl: cow_wrapper add move constructor/assignmentDaniel Robertson
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-08-17o3tl: remove unused codeThorsten Behrens
2015-08-13tdf#92459 basebmp: replace project2ndDaniel Robertson
2015-08-11tdf#92459 o3tl: remove unary_functionDaniel Robertson
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl
2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin
2015-07-10do not include boost/utility.hppMichael Stahl
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann
2015-05-21o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna
2015-05-09Fix ICEs in gcc 4.6.3 for small-int typed_flags.Thorsten Behrens
2015-05-09Revert "improve fallback behaviour of underlying_type for old gcc"Thorsten Behrens
2015-05-07improve fallback behaviour of underlying_type for old gccChristoph Lutz
2015-04-29enumarray_iterator should not have a deleted copy assignment opStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10Get rid of false GCC 4.7 -Werror=type-limits in template codeStephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann
2015-04-01CosmeticsTor Lillqvist
2015-04-01WaE: c-style castTor Lillqvist
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist
2015-03-11convert CHILD_ constants to enum classNoel Grandin
2015-03-05Simplify o3tl::LazyUpdateStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara