summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)AuthorFilesLines
2022-10-24Fix MulDivSaturate to avoid overflowMike Kaganski1-0/+2
2022-05-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák1-20/+0
2022-05-02support custom item size (cost) for o3tl::lru_mapLuboš Luňák1-0/+30
2022-04-20Avoid unhelpful loplugin:stringviewvarStephan Bergmann1-1/+3
2022-04-09add a more complete o3tl::getTokenNoel Grandin1-0/+107
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák1-0/+4
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák1-0/+8
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen6-7/+3
2021-12-22-Werror,-Wundef (clang-cl)Stephan Bergmann1-1/+1
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-0/+1
2021-11-30disable test under gcc 11.2.0Noel Grandin1-0/+4
2021-09-21Some more o3tl::starts/ends_with overloadsStephan Bergmann2-0/+592
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-0/+2
2021-08-10sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl1-0/+7
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