summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)AuthorFilesLines
2021-06-09allow altering the max size of o3tl::lru_cacheLuboš Luňák1-0/+14
2021-05-11add o3tl version of hash_combine to not depend on boost for thisTomaž Vajngerl1-3/+3
2021-04-19Updated README.md filesHossein1-8/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-19/+27
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-14Fix copy-paste leftoverMike Kaganski1-2/+2
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski2-0/+873
2021-01-13Verify o3tl::temporary of a copied lvalue works as expectedStephan Bergmann2-0/+48
2020-12-23Rename sorted_vector::erase(size_t) to erase_atJan-Marek Glogowski1-2/+2
2020-11-18tdf#123936 Formatting files in module o3tl with clang-formatPhilipp Hofer2-37/+36
2020-05-26Don't run CompilerTest_o3tl_* with COMPILER_PLUGIN_TOOL=...Stephan Bergmann1-2/+3
2020-02-22Adapt o3tl::span to removal of std::span::cbegin et alStephan Bergmann1-6/+0
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann1-3/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+7
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+3
2019-10-08Introduce o3tl::unsafe_downcast for known-good dynamic_cast downcastsStephan Bergmann3-0/+49
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski2-12/+12
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen1-9/+8
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann3-86/+66
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann2-222/+0
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