summaryrefslogtreecommitdiffstats
path: root/o3tl
Commit message (Expand)AuthorAgeFilesLines
* remove the o3tl::lru_map "unlimited" hackLuboš Luňák2022-05-031-20/+0
* support custom item size (cost) for o3tl::lru_mapLuboš Luňák2022-05-021-0/+30
* Avoid unhelpful loplugin:stringviewvarStephan Bergmann2022-04-201-1/+3
* add a more complete o3tl::getTokenNoel Grandin2022-04-091-0/+107
* use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák2022-03-011-0/+4
* fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák2022-03-011-0/+8
* Recheck modules [o-r]* with IWYUGabor Kelemen2022-01-306-7/+3
* -Werror,-Wundef (clang-cl)Stephan Bergmann2021-12-221-1/+1
* improve the script for reducing symbol exportsNoel Grandin2021-12-011-0/+1
* disable test under gcc 11.2.0Noel Grandin2021-11-301-0/+4
* Some more o3tl::starts/ends_with overloadsStephan Bergmann2021-09-212-0/+592
* convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2021-08-111-0/+2
* sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl2021-08-101-0/+7
* allow altering the max size of o3tl::lru_cacheLuboš Luňák2021-06-091-0/+14
* add o3tl version of hash_combine to not depend on boost for thisTomaž Vajngerl2021-05-111-3/+3
* Updated README.md filesHossein2021-04-191-8/+4
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-19/+27
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Fix copy-paste leftoverMike Kaganski2021-02-141-2/+2
* Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski2021-02-142-0/+873
* Verify o3tl::temporary of a copied lvalue works as expectedStephan Bergmann2021-01-132-0/+48
* Rename sorted_vector::erase(size_t) to erase_atJan-Marek Glogowski2020-12-231-2/+2
* tdf#123936 Formatting files in module o3tl with clang-formatPhilipp Hofer2020-11-182-37/+36
* Don't run CompilerTest_o3tl_* with COMPILER_PLUGIN_TOOL=...Stephan Bergmann2020-05-261-2/+3
* Adapt o3tl::span to removal of std::span::cbegin et alStephan Bergmann2020-02-221-6/+0
* Adapt o3tl::span to P1872R0Stephan Bergmann2019-12-071-3/+4
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-0/+7
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-0/+3
* Introduce o3tl::unsafe_downcast for known-good dynamic_cast downcastsStephan Bergmann2019-10-083-0/+49
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Mark move ctors/assignments noexceptMike Kaganski2019-08-232-12/+12
* o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen2019-02-201-9/+8
* array_view was changed to span in upcoming C++20Stephan Bergmann2019-01-133-86/+66
* Drop o3tl/string_view.hxxStephan Bergmann2019-01-112-222/+0
* Fix o3tl::string_view streaming operator <<Stephan Bergmann2018-12-161-0/+9
* -Werror=catch-value=Julien Nabet2018-10-071-1/+1
* Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski2018-10-061-0/+20
* Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski2018-10-061-0/+55
* implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin2018-09-191-0/+48
* clang-tidy bugprone-use-after-moveNoel Grandin2018-09-081-1/+1
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-9/+9
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-173-0/+42
* Fix typoAndrea Gelmini2018-05-141-1/+1
* o3tl: add some comments to sorted_vector testTomaž Vajngerl2018-05-131-2/+10
* Add test for o3tl::saturating_addStephan Bergmann2017-10-262-0/+120
* improve o3tl::enumarray const-nessNoel Grandin2017-10-252-0/+49
* loplugin:includeform: o3tlStephan Bergmann2017-10-236-18/+18
* const correctness in o3tl::array_viewNoel Grandin2017-09-061-3/+9
* loplugin:oncevarNoel Grandin2017-07-311-3/+3
* create o3tl::array_viewNoel Grandin2017-06-172-0/+80