summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)AuthorFilesLines
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl1-6/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-5/+0
2016-01-29remove unused o3tl::rangeDavid Tardon1-183/+0
2016-01-29remove unneeded sal/config.hDavid Tardon5-8/+0
2016-01-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl1-0/+33
2016-01-19Make enumarray_iterator adhere to iterator requirementsStephan Bergmann1-3/+7
2016-01-13remove unused o3tl/ptr_container.hxxMichael Stahl1-61/+0
2016-01-10Fix typosAndrea Gelmini3-3/+3
2016-01-06std::swap is in <utility>, not <algorithm>Stephan Bergmann1-1/+1
2015-11-05BOOST_ASSERT->assertNoel Grandin1-5/+5
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann1-20/+53
2015-09-16Remove unnecessary typedef from previous attempt againStephan Bergmann1-1/+0
2015-09-15Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann1-21/+33
2015-08-30loplugin:simplifyboolStephan Bergmann1-1/+1
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-5/+8
2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson1-2/+13
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin1-9/+0
2015-08-19o3tl: cow_wrapper add move constructor/assignmentDaniel Robertson1-3/+23
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-0/+0
2015-08-17o3tl: remove unused codeThorsten Behrens1-26/+1
2015-08-13tdf#92459 basebmp: replace project2ndDaniel Robertson1-9/+0
2015-08-11tdf#92459 o3tl: remove unary_functionDaniel Robertson1-25/+16
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin1-1/+4
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl1-0/+141
2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin1-0/+9
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann2-93/+54
2015-05-21o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna1-0/+34
2015-05-09Fix ICEs in gcc 4.6.3 for small-int typed_flags.Thorsten Behrens1-55/+61
2015-05-09Revert "improve fallback behaviour of underlying_type for old gcc"Thorsten Behrens1-5/+1
2015-05-07improve fallback behaviour of underlying_type for old gccChristoph Lutz1-1/+5
2015-04-29enumarray_iterator should not have a deleted copy assignment opStephan Bergmann1-5/+5
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-0/+7
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-10Get rid of false GCC 4.7 -Werror=type-limits in template codeStephan Bergmann2-24/+86
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-2/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann1-15/+6
2015-04-01CosmeticsTor Lillqvist1-24/+23
2015-04-01WaE: c-style castTor Lillqvist1-2/+2
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-0/+197
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist1-9/+3
2015-03-11convert CHILD_ constants to enum classNoel Grandin1-0/+17
2015-03-05Simplify o3tl::LazyUpdateStephan Bergmann1-194/+34
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-6/+6
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+2
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1