summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ofz#12553 TimeoutCaolán McNamara1-0/+13
2019-10-29loplugin:finalclasses jvmaccess..o3tlNoel Grandin1-1/+1
2019-10-08Introduce o3tl::unsafe_downcast for known-good dynamic_cast downcastsStephan Bergmann1-0/+35
2019-09-25constinit, here we comeStephan Bergmann1-2/+2
2019-09-25better data structures for some static const varsNoel Grandin1-0/+12
2019-09-06TyposAndrea Gelmini1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-23loplugin:returnconstval in o3tlNoel Grandin1-3/+3
2019-08-13Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann1-0/+57
2019-06-03fix crash in lru_map/SalBitmap on shutdownNoel Grandin1-0/+8
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin1-0/+5
2019-05-09add missing include guardsLuboš Luňák1-0/+5
2019-03-18Adapt o3tl::span to updated C++2a std::spanStephan Bergmann1-3/+3
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+2
2019-03-05Introduce o3tl::underlyingEnumValueStephan Bergmann2-60/+77
2019-02-25Drop include/o3tl/make_unique.hxxGabor Kelemen1-51/+0
2019-02-01Introduce O3TL_UNREACHABLE as a better alternative to assert(false)Stephan Bergmann1-0/+39
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann2-163/+95
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-39/+0
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann1-808/+0
2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann1-6/+5
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann5-127/+23
2018-12-06Remove obsolete GCC version checksStephan Bergmann1-1/+1
2018-11-30Remove obsolete _MSC_VER checksStephan Bergmann1-10/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-6/+6
2018-10-06Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski1-3/+4
2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski1-1/+26
2018-10-06loplugin:useuniqueptr in SwHTMLPosFlyFramesNoel Grandin1-0/+11
2018-10-06lru_map: fix std::move insertJan-Marek Glogowski1-3/+7
2018-10-04loplugin:useuniqueptr in SetGetExpFieldsNoel Grandin1-0/+20
2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin1-0/+12
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin1-2/+46
2018-08-2932-bit Clang trunk (towards Clang 9) still doesn't have __mulodi4Stephan Bergmann1-2/+2
2018-08-15RTF picture sizes are 32-bit signedStephan Bergmann1-0/+43
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26o3tl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-7/+0
2018-06-04o3tl: add more strong_int operatorsMichael Stahl1-0/+9
2018-05-25no need declare these tag structs separatelyNoel Grandin1-2/+1
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-0/+22
2018-04-11improve commit 95eb921ec06ee7Noel Grandin1-1/+2
2018-04-11tdf#108608 more Draw text editing responsiveness fixesNoel Grandin1-0/+5
2018-02-19ofz#6432 bad-castCaolán McNamara1-0/+10
2018-02-07ofz: Pos2Page returns true on same value that returned false previouslyCaolán McNamara1-0/+5
2018-02-01o3tl: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-11/+2
2018-01-29Fix typosAndrea Gelmini1-3/+3
2018-01-28ofz#5621 Integer-overflowCaolán McNamara1-0/+30
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann1-0/+2
2018-01-12More loplugin:cstylecast: o3tlStephan Bergmann1-1/+1
2017-12-11o3tl: 32-bit clang 4.0.1 fails with undefined reference to `__mulodi4'Michael Stahl1-1/+2
2017-10-27ofz#3819 Integer-overflowCaolán McNamara1-0/+9