Age | Commit message (Expand) | Author |
2018-11-30 | Remove obsolete _MSC_VER checks | Stephan Bergmann |
2018-11-19 | Fix typos | Andrea Gelmini |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-09-11 | Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where available | Stephan Bergmann |
2018-09-10 | correct doxygen syntax | Korrawit Pruegsanusak |
2018-08-31 | coverity#1438473 silence Logically dead code | Caolán McNamara |
2018-08-22 | new loplugin:conststringfield | Noel Grandin |
2018-08-21 | Make OUStringLiteral ctor actually constexpr | Stephan Bergmann |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-08-08 | tdf#42949 Fix IWYU warnings in include/rtl/* | Gabor Kelemen |
2018-08-02 | [API CHANGE] add some more asserts to the string functions | Noel Grandin |
2018-08-02 | Revert rtl_alloc_preInit back to boolean argument | Stephan Bergmann |
2018-08-01 | add operator+=(OUStringBuffer) method to OUString | Noel Grandin |
2018-08-01 | Remove "officially dead now" rtl_cache slab allocator mechanism | Stephan Bergmann |
2018-05-30 | fix incorrect example in rtl_Instance docs | Luboš Luňák |
2018-05-23 | Fix typos | Andrea Gelmini |
2018-05-16 | [API CHANGE] Remove no longer working rtl_arena -> rtl_cache feature | Stephan Bergmann |
2018-02-02 | sal: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-22 | loplugin:cstylecast (clang-cl, manual fix of conditional code) | Stephan Bergmann |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-12 | tdf#114939 sal: deprecate rtl_digest_*SHA* and rtl_digest_PBKDF2 | Michael Stahl |
2018-01-12 | More loplugin:cstylecast: sal | Stephan Bergmann |
2017-12-29 | Fix typos | Andrea Gelmini |
2017-12-29 | Fix typos | Andrea Gelmini |
2017-12-28 | rtl: support start/stop threads around pre-init | Ashod Nakashian |
2017-12-28 | Fix typos | Andrea Gelmini |
2017-12-15 | sal: add pre-initialization scheme for allocations. | Michael Meeks |
2017-11-11 | Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries | Stephan Bergmann |
2017-10-23 | loplugin:includeform: UNO API include files | Stephan Bergmann |
2017-10-23 | correct doxygen syntax | Korrawit Pruegsanusak |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-17 | correct wrong doxygen syntax; also comments clean-up | Korrawit Pruegsanusak |
2017-09-19 | sal: fix numerous doxygen warnings | Michael Stahl |
2017-09-13 | New rtl::isUnicodeScalarValue, rtl::isSurrogate | Stephan Bergmann |
2017-08-23 | tdf#111964: only trim XML whitespace | Mike Kaganski |
2017-08-04 | rtl: typo in doc comment | Ashod Nakashian |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-07-17 | RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO | Chris Sherlock |
2017-06-16 | Remove a bunch of comment cruft - esp. "the end." bits | Chris Sherlock |
2017-06-16 | Remove HAVE_CXX11_REF_QUALIFIER, always true now | Stephan Bergmann |
2017-06-07 | tdf#108039: check for nullptr in rtl_uString and OUString | Mike Kaganski |
2017-06-06 | add COVERITY_NOEXCEPT_FALSE | Caolán McNamara |
2017-06-01 | HAVE_THREADSAFE_STATICS sould always be true | Stephan Bergmann |
2017-05-29 | apply SAL_RETURNS_NONNULL in a couple more places | Noel Grandin |
2017-05-26 | create SAL_RETURNS_NONNULL annotation | Noel Grandin |
2017-04-25 | make __RSC a builtin define for the RSC compiler | Noel Grandin |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: sal | Stephan Bergmann |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke |
2017-03-25 | Fix typos | Andrea Gelmini |