summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-05-19 20:12:29 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-05-19 20:12:29 +0200
commitc2cc1d17e29ce202dd1ba538db618dc2d39a726d (patch)
treeb5716aaa59705f61c7871bd98a04ae811f02eef1
parent5086bdbd12a18a13ce8865fd4e1431a782543486 (diff)
Version 7.1.4.1, tag libreoffice-7.1.4.1 libreoffice-7.1.4.1
Change-Id: Ib2ae932a30458d6848c66844f106600b12dd5fe2
0 files changed, 0 insertions, 0 deletions
nshotannotation'>feature/screenshotannotation LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl
AgeCommit message (Expand)Author
2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann
2018-10-07-Werror=catch-value=Julien Nabet
2018-10-06Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski
2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski
2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin
2018-09-08clang-tidy bugprone-use-after-moveNoel Grandin
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-05-14Fix typoAndrea Gelmini
2018-05-13o3tl: add some comments to sorted_vector testTomaž Vajngerl
2017-10-26Add test for o3tl::saturating_addStephan Bergmann
2017-10-25improve o3tl::enumarray const-nessNoel Grandin
2017-10-23loplugin:includeform: o3tlStephan Bergmann
2017-09-06const correctness in o3tl::array_viewNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-06-17create o3tl::array_viewNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-07Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann
2017-03-31Sort lines lexicographicallyStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-14fix typo: alreay --> already dennisroczek
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-24coverity#1399266 Uncaught exceptionCaolán McNamara