Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-04 | Improved loplugin:staticanonymous -> redundantstatic redux, clang-cl | Stephan Bergmann | 2 | -4/+4 |
2020-07-21 | Improved oplugin:staticanonymous -> redundantstatic redux, macOS | Stephan Bergmann | 1 | -3/+3 |
2020-07-07 | Allow making SAL_LOG based output fatal | Jan-Marek Glogowski | 1 | -9/+30 |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: sal | Stephan Bergmann | 55 | -2389/+2389 |
2020-06-05 | Upcoming loplugin:elidestringvar: sal | Stephan Bergmann | 2 | -48/+21 |
2020-06-04 | Remove useless Result variable | Stephan Bergmann | 1 | -9/+5 |
2020-05-29 | loplugin:simplifybool in oox..sd | Noel Grandin | 2 | -4/+4 |
2020-05-25 | createSocketImpl is always called with the same argument | Stephan Bergmann | 1 | -4/+4 |
2020-05-24 | Revert "Try to blind-solve cppunittester hangs on Windows" | Mike Kaganski | 2 | -10/+4 |
2020-05-24 | Try to blind-solve cppunittester hangs on Windows | Mike Kaganski | 2 | -4/+10 |
2020-05-10 | compact namespace in sal..svgio | Noel Grandin | 8 | -16/+16 |
2020-04-29 | Fix problems when running a sandboxed LO as instdir/.../soffice on macOS | Tor Lillqvist | 1 | -0/+12 |
2020-04-17 | Just use __builtin_ffs on GCC and Clang | Stephan Bergmann | 1 | -9/+2 |
2020-04-15 | loplugin:buriedassign in sal | Noel Grandin | 4 | -20/+34 |
2020-04-06 | Nah, let's revert that shite | Tor Lillqvist | 5 | -295/+40 |
2020-04-04 | Let's put some verbosity in #if 0, though | Tor Lillqvist | 1 | -1/+1 |
2020-04-04 | Show what pathname a fd was opened from in the SAL_INFO("sal.file") calls | Tor Lillqvist | 4 | -38/+137 |
2020-04-04 | Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write calls | Tor Lillqvist | 1 | -5/+39 |
2020-04-04 | Show flags and modes symbolically in the SAL_INFO() for open() and access() | Tor Lillqvist | 3 | -6/+128 |
2020-04-02 | loplugin:flatten in sal | Noel Grandin | 10 | -332/+333 |
2020-03-16 | Avoid stack overflow in testTdf124815 on Windows | Mike Kaganski | 1 | -0/+8 |
2020-03-14 | tdf#130975 replace `rtl::math::isNan` with `std::isnan`. | Yukio Siraichi | 2 | -14/+14 |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi | 2 | -14/+14 |
2020-03-12 | tdf#130976 replace `rtl::math::isInf` with `std::inf`. | Yukio Siraichi | 2 | -11/+11 |
2020-03-12 | tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`. | Yukio Siraichi | 1 | -5/+5 |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin | 19 | -89/+89 |
2020-03-11 | Get rid of some SAL_MATH_FINITE use | Stephan Bergmann | 1 | -4/+2 |
2020-03-04 | ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoa | Stephan Bergmann | 1 | -0/+5 |
2020-02-27 | avoid memory leak in win32 sal::backtrace_get() | Luboš Luňák | 2 | -63/+14 |
2020-02-27 | Related: tdf#130725: use strtod also in rtl::math::stringToDouble | Mike Kaganski | 3 | -132/+105 |
2020-02-12 | clang-analyzer-deadcode.DeadStores | Noel Grandin | 1 | -1/+1 |