summaryrefslogtreecommitdiff
path: root/include/o3tl
AgeCommit message (Expand)Author
2019-06-04fix crash in lru_map/SalBitmap on shutdownNoel Grandin
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin
2019-05-09add missing include guardsLuboš Luňák
2019-03-18Adapt o3tl::span to updated C++2a std::spanStephan Bergmann
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-05Introduce o3tl::underlyingEnumValueStephan Bergmann
2019-02-25Drop include/o3tl/make_unique.hxxGabor Kelemen
2019-02-01Introduce O3TL_UNREACHABLE as a better alternative to assert(false)Stephan Bergmann
2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2019-01-11Drop o3tl/string_view.hxxStephan Bergmann
2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-11-30Remove obsolete _MSC_VER checksStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
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-10-06loplugin:useuniqueptr in SwHTMLPosFlyFramesNoel Grandin
2018-10-06lru_map: fix std::move insertJan-Marek Glogowski
2018-10-04loplugin:useuniqueptr in SetGetExpFieldsNoel Grandin
2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin
2018-08-2932-bit Clang trunk (towards Clang 9) still doesn't have __mulodi4Stephan Bergmann
2018-08-15RTF picture sizes are 32-bit signedStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26o3tl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-04o3tl: add more strong_int operatorsMichael Stahl
2018-05-25no need declare these tag structs separatelyNoel Grandin
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-04-11improve commit 95eb921ec06ee7Noel Grandin
2018-04-11tdf#108608 more Draw text editing responsiveness fixesNoel Grandin
2018-02-19ofz#6432 bad-castCaolán McNamara
2018-02-07ofz: Pos2Page returns true on same value that returned false previouslyCaolán McNamara
2018-02-01o3tl: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-29Fix typosAndrea Gelmini
2018-01-28ofz#5621 Integer-overflowCaolán McNamara
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-12More loplugin:cstylecast: o3tlStephan Bergmann
2017-12-11o3tl: 32-bit clang 4.0.1 fails with undefined reference to `__mulodi4'Michael Stahl
2017-10-27ofz#3819 Integer-overflowCaolán McNamara
2017-10-26array_view std::hash override should be constNoel Grandin
2017-10-26Fix o3tl::saturating_add for negative bStephan Bergmann
2017-10-25improve o3tl::enumarray const-nessNoel Grandin
2017-10-25add checked_subCaolán McNamara
2017-10-25add checked_addCaolán McNamara
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-10-06Fix -fsanitize=signed-integer-overflowStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-06const correctness in o3tl::array_viewNoel Grandin