summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)AuthorFilesLines
2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann1-0/+9
2018-10-07-Werror=catch-value=Julien Nabet1-1/+1
2018-10-06Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski1-0/+20
2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski1-0/+55
2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin1-0/+48
2018-09-08clang-tidy bugprone-use-after-moveNoel Grandin1-1/+1
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-9/+9
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann3-0/+42
2018-05-14Fix typoAndrea Gelmini1-1/+1
2018-05-13o3tl: add some comments to sorted_vector testTomaž Vajngerl1-2/+10
2017-10-26Add test for o3tl::saturating_addStephan Bergmann2-0/+120
2017-10-25improve o3tl::enumarray const-nessNoel Grandin2-0/+49
2017-10-23loplugin:includeform: o3tlStephan Bergmann6-18/+18
2017-09-06const correctness in o3tl::array_viewNoel Grandin1-3/+9
2017-07-31loplugin:oncevarNoel Grandin1-3/+3
2017-06-17create o3tl::array_viewNoel Grandin2-0/+80
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-07Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann2-0/+213
2017-03-31Sort lines lexicographicallyStephan Bergmann1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-14fix typo: alreay --> already dennisroczek1-2/+2
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-84/+66
2017-01-24coverity#1399266 Uncaught exceptionCaolán McNamara1-9/+5
2016-09-12coverity#1371178 Missing move assignment operatorCaolán McNamara2-0/+28
2016-06-03CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warningsMiklos Vajna1-9/+9
2016-06-02CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna1-56/+56
2016-05-27CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna3-27/+36
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-02-09Remove excess newlinesChris Sherlock2-3/+0
2016-01-29remove unused o3tl::rangeDavid Tardon2-227/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-09-15Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann1-0/+4
2015-09-01coverity#1321598 Resource leak in objectCaolán McNamara1-3/+2
2015-08-30loplugin:implicitboolconversionStephan Bergmann3-17/+17
2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson3-0/+190
2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin1-1/+4
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-3/+4
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl2-0/+240
2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin1-4/+1
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-2/+0
2014-11-07bug in typed flagsNoel Grandin1-0/+3
2014-10-14need explicit bool conversions hereNoel Grandin1-2/+2
2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin2-0/+64
2014-10-08We should know what our name isTor Lillqvist1-1/+1
2014-10-06It is "template library", not "tools"Tor Lillqvist1-1/+1
2014-10-06Add guess at what o3tl meansTor Lillqvist1-0/+2
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann3-161/+0