Age | Commit message (Expand) | Author |
2020-03-12 | comparison operators should be const | Noel Grandin |
2020-02-22 | Adapt o3tl::span to removal of std::span::cbegin et al | Stephan Bergmann |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-01 | std::unordered_set<T*> -> o3tl::sorted_vector | Noel Grandin |
2020-01-26 | move "remove duplicates" for a vector to o3tl/vector_utils.hxx | Tomaž Vajngerl |
2020-01-09 | Introduce o3tl::make_unsigned to cast from signed to unsigned type | Stephan Bergmann |
2019-12-07 | Better not use constexpr here | Stephan Bergmann |
2019-12-07 | Adapt o3tl::span to P1872R0 | Stephan Bergmann |
2019-12-03 | Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-27 | tdf#108642 simplify comparison data calculation | Noel Grandin |
2019-11-26 | Remove bogus enumarray[_const]_iterator assignment ops | Stephan Bergmann |
2019-11-06 | ofz#12553 Timeout | Caolán McNamara |
2019-10-29 | loplugin:finalclasses jvmaccess..o3tl | Noel Grandin |
2019-10-08 | Introduce o3tl::unsafe_downcast for known-good dynamic_cast downcasts | Stephan Bergmann |
2019-09-25 | constinit, here we come | Stephan Bergmann |
2019-09-25 | better data structures for some static const vars | Noel Grandin |
2019-09-06 | Typos | Andrea Gelmini |
2019-08-23 | Mark move ctors/assignments noexcept | Mike Kaganski |
2019-08-23 | loplugin:returnconstval in o3tl | Noel Grandin |
2019-08-13 | Fix Clang 10 -Werror,-Wimplicit-int-float-conversion | Stephan Bergmann |
2019-06-03 | fix crash in lru_map/SalBitmap on shutdown | Noel Grandin |
2019-05-16 | tdf#125254 Performance: A spreadsheet opens too slow, part1 | Noel Grandin |
2019-05-09 | add missing include guards | Luboš Luňák |
2019-03-18 | Adapt o3tl::span to updated C++2a std::span | Stephan Bergmann |
2019-03-07 | log nice exception messages whereever possible | Noel Grandin |
2019-03-05 | Introduce o3tl::underlyingEnumValue | Stephan Bergmann |
2019-02-25 | Drop include/o3tl/make_unique.hxx | Gabor Kelemen |
2019-02-01 | Introduce O3TL_UNREACHABLE as a better alternative to assert(false) | Stephan Bergmann |
2019-01-13 | array_view was changed to span in upcoming C++20 | Stephan Bergmann |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann |
2019-01-11 | Drop o3tl/string_view.hxx | Stephan Bergmann |
2018-12-16 | Fix o3tl::string_view streaming operator << | Stephan Bergmann |
2018-12-07 | HAVE_CXX14_CONSTEXPR is always true now | Stephan Bergmann |
2018-12-06 | Remove obsolete GCC version checks | Stephan Bergmann |
2018-11-30 | Remove obsolete _MSC_VER checks | Stephan Bergmann |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-06 | Convert ImplFontCache to use o3tl::lru_map | Jan-Marek Glogowski |
2018-10-06 | Add a glyph-bound-rect cache to the font cache | Jan-Marek Glogowski |
2018-10-06 | loplugin:useuniqueptr in SwHTMLPosFlyFrames | Noel Grandin |
2018-10-06 | lru_map: fix std::move insert | Jan-Marek Glogowski |
2018-10-04 | loplugin:useuniqueptr in SetGetExpFields | Noel Grandin |
2018-09-19 | implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T> | Noel Grandin |
2018-09-06 | make SwWriteTableRows be a vector of std::unique_ptr | Noel Grandin |
2018-08-29 | 32-bit Clang trunk (towards Clang 9) still doesn't have __mulodi4 | Stephan Bergmann |
2018-08-15 | RTF picture sizes are 32-bit signed | Stephan Bergmann |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-26 | o3tl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-06-04 | o3tl: add more strong_int operators | Michael Stahl |
2018-05-25 | no need declare these tag structs separately | Noel Grandin |