Age | Commit message (Expand) | Author |
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 |
2020-08-29 | Fix typos | Andrea Gelmini |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-21 | loplugin:stringstatic (clang-cl) | Stephan Bergmann |
2020-08-17 | Remove leftover debug include | Stephan Bergmann |
2020-08-17 | loplugin:loopvartoosmall | Stephan Bergmann |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-08-11 | loplugin:flatten | Noel Grandin |
2020-08-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist |
2020-08-04 | loplugin:elidestringvar (clang-cl) | Stephan Bergmann |
2020-08-04 | Improved loplugin:staticanonymous -> redundantstatic redux, clang-cl | Stephan Bergmann |
2020-07-21 | Improved oplugin:staticanonymous -> redundantstatic redux, macOS | Stephan Bergmann |
2020-07-07 | Allow making SAL_LOG based output fatal | Jan-Marek Glogowski |