Age | Commit message (Expand) | Author |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-23 | Use char16_t string literals | Stephan Bergmann |
2020-12-20 | Remove the OUString vs. std::u16string_view comparison operators again | Stephan Bergmann |
2020-12-18 | Check intermediate for not to be rounded value, tdf#138360 follow-up | Eike Rathke |
2020-12-18 | Replace log2() call with parts.exponent-1023, tdf#138360 follow-up | Eike Rathke |
2020-12-14 | Add empty OUStringBuffer::toString test | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-10 | Avoid calling OString ctor with null pointer | Stephan Bergmann |
2020-12-10 | Do not call GetAddrInfoW if we just want the hostname | Samuel Mehrbrodt |
2020-12-08 | Tighten rtl_{string,uString}_newFromStr_WithLength implementation | Stephan Bergmann |
2020-12-08 | Improve a CPPUNIT_ASSERT message | Stephan Bergmann |
2020-12-07 | Revert "Fix osl_Security::getHomeDir test under fakeroot" | Stephan Bergmann |
2020-12-03 | Better accuracy in rtl_math_approxValue(), tdf#138360 related | Eike Rathke |
2020-12-03 | tdf#138360: sal_rtl: Add unittest | Xisco Fauli |
2020-12-03 | Related: tdf#138360 Use approxFloor() in rtl_math_round() | Eike Rathke |
2020-12-02 | Typo in rounded digit string, tdf#138360 follow-up | Eike Rathke |
2020-12-02 | Related: tdf#138360 Rounding integers to decimals is futile | Eike Rathke |
2020-11-28 | Resolves: tdf#138360 better accuracy in rtl_math_round() | Eike Rathke |
2020-11-28 | Unit tests for DBL_MAX to string conversion, tdf#136272 | Eike Rathke |
2020-11-27 | Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-up | Eike Rathke |
2020-11-27 | Fix comment | Eike Rathke |
2020-11-27 | Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308 | Eike Rathke |
2020-11-25 | Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAX | Eike Rathke |
2020-11-25 | Silence false loplugin:stringviewparam in conditional code (clang-cl) | Stephan Bergmann |
2020-11-21 | Relax non-null requirement for some rtl_uString_* functions | Stephan Bergmann |
2020-11-21 | tdf#123936 Formatting files in module sal with clang-format | Philipp Hofer |
2020-11-18 | Replace #if with if constexpr() | Mike Kaganski |
2020-11-16 | replace std::max(std::min()) with std::clamp | Noel |
2020-11-11 | loplugin:stringview | Noel |
2020-11-11 | disable O(U)String::concat for internal code | Noel Grandin |
2020-10-28 | Extend loplugin:elidestringvar to OString | Stephan Bergmann |
2020-10-18 | Limit nDecPlaces to a sensible value [-20, 20] | Eike Rathke |
2020-10-12 | Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ... | Gleb Popov |
2020-10-08 | Do not redefine ETIME unconditionally on FreeBSD. | Gleb Popov |
2020-10-05 | loplugin:reducevarscope in sal | Noel |
2020-09-26 | Fix typo in code | Andrea Gelmini |
2020-09-25 | cppunittester: [_RUN_____] indicates unit test start | Justin Luth |
2020-09-23 | Silence cid#1467434 | Stephan Bergmann |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-21 | cppunittester: Do not unload test libraries | Stephan Bergmann |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-12 | Replace remaining uses of sal_Char | Julien Nabet |
2020-09-08 | Fix typos in comments | Stephan Bergmann |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-09-05 | Make OUString(char16_t const[N]) ctor check for embedded NULs | Stephan Bergmann |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann |
2020-09-03 | Fix typo | Stephan Bergmann |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann |
2020-08-31 | Remove some commented-out code | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |