Age | Commit message (Expand) | Author | Files | Lines |
2021-04-23 | Add API to LibreOfficeKit to set arbitrary run-time options in core | Tor Lillqvist | 2 | -26/+38 |
2021-04-05 | The backtrace() etc API is available on macOS and iOS, too | Tor Lillqvist | 1 | -68/+1 |
2021-03-15 | tdf#126742 make Windows file handling more unx-like | Armin Le Grand (Allotropia) | 1 | -4/+4 |
2021-03-09 | Improve unit test accuracy | Mike Kaganski | 1 | -3/+7 |
2021-03-09 | tdf#116983 tdf#136175: retry if failed | Mike Kaganski | 3 | -0/+89 |
2021-02-09 | report what value was found in message | Caolán McNamara | 1 | -3/+2 |
2020-12-18 | Check intermediate for not to be rounded value, tdf#138360 follow-up | Eike Rathke | 1 | -64/+71 |
2020-12-04 | Better accuracy in rtl_math_approxValue(), tdf#138360 related | Eike Rathke | 1 | -3/+11 |
2020-12-03 | Related: tdf#138360 Use approxFloor() in rtl_math_round() | Eike Rathke | 1 | -19/+5 |
2020-12-02 | Typo in rounded digit string, tdf#138360 follow-up | Eike Rathke | 1 | -1/+1 |
2020-12-02 | Related: tdf#138360 Rounding integers to decimals is futile | Eike Rathke | 1 | -1/+4 |
2020-11-29 | Resolves: tdf#138360 better accuracy in rtl_math_round() | Eike Rathke | 1 | -3/+36 |
2020-11-28 | Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-up | Eike Rathke | 1 | -4/+4 |
2020-11-27 | Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308 | Eike Rathke | 1 | -0/+78 |
2020-11-25 | Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAX | Eike Rathke | 1 | -1/+20 |
2020-11-21 | Relax non-null requirement for some rtl_uString_* functions | Stephan Bergmann | 4 | -13/+143 |
2020-11-21 | tdf#123936 Formatting files in module sal with clang-format | Philipp Hofer | 33 | -126/+111 |
2020-11-18 | Replace #if with if constexpr() | Mike Kaganski | 1 | -10/+12 |
2020-11-16 | replace std::max(std::min()) with std::clamp | Noel | 1 | -2/+2 |
2020-11-11 | loplugin:stringview | Noel | 2 | -2/+2 |
2020-11-11 | disable O(U)String::concat for internal code | Noel Grandin | 1 | -12/+12 |
2020-10-28 | Extend loplugin:elidestringvar to OString | Stephan Bergmann | 4 | -105/+53 |
2020-10-18 | Limit nDecPlaces to a sensible value [-20, 20] | Eike Rathke | 1 | -0/+6 |
2020-10-12 | Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ... | Gleb Popov | 1 | -1/+7 |
2020-10-08 | Do not redefine ETIME unconditionally on FreeBSD. | Gleb Popov | 1 | -1/+3 |
2020-10-05 | loplugin:reducevarscope in sal | Noel | 4 | -11/+9 |
2020-09-26 | Fix typo in code | Andrea Gelmini | 1 | -2/+2 |
2020-09-25 | cppunittester: [_RUN_____] indicates unit test start | Justin Luth | 1 | -1/+2 |
2020-09-23 | Silence cid#1467434 | Stephan Bergmann | 1 | -0/+1 |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara | 4 | -9/+9 |
2020-09-21 | cppunittester: Do not unload test libraries | Stephan Bergmann | 1 | -2/+7 |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann | 2 | -7/+14 |
2020-09-12 | Replace remaining uses of sal_Char | Julien Nabet | 1 | -1/+1 |
2020-09-08 | Fix typos in comments | Stephan Bergmann | 1 | -2/+2 |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann | 5 | -7/+7 |
2020-09-05 | Make OUString(char16_t const[N]) ctor check for embedded NULs | Stephan Bergmann | 3 | -2/+95 |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann | 8 | -42/+102 |
2020-09-03 | Fix typo | Stephan Bergmann | 1 | -1/+1 |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann | 3 | -10/+17 |
2020-08-31 | Remove some commented-out code | Stephan Bergmann | 1 | -7/+0 |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann | 2 | -8/+27 |
2020-08-29 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann | 7 | -52/+52 |
2020-08-21 | loplugin:stringstatic (clang-cl) | Stephan Bergmann | 1 | -2/+2 |
2020-08-17 | Remove leftover debug include | Stephan Bergmann | 1 | -1/+0 |
2020-08-17 | loplugin:loopvartoosmall | Stephan Bergmann | 1 | -6/+5 |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin | 2 | -15/+14 |
2020-08-11 | loplugin:flatten | Noel Grandin | 1 | -12/+12 |
2020-08-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist | 1 | -2/+6 |
2020-08-04 | loplugin:elidestringvar (clang-cl) | Stephan Bergmann | 1 | -2/+1 |