Age | Commit message (Expand) | Author |
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 |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: sal | Stephan Bergmann |
2020-06-05 | Upcoming loplugin:elidestringvar: sal | Stephan Bergmann |
2020-06-04 | Remove useless Result variable | Stephan Bergmann |
2020-05-29 | loplugin:simplifybool in oox..sd | Noel Grandin |
2020-05-25 | createSocketImpl is always called with the same argument | Stephan Bergmann |
2020-05-24 | Revert "Try to blind-solve cppunittester hangs on Windows" | Mike Kaganski |
2020-05-24 | Try to blind-solve cppunittester hangs on Windows | Mike Kaganski |
2020-05-10 | compact namespace in sal..svgio | Noel Grandin |
2020-04-29 | Fix problems when running a sandboxed LO as instdir/.../soffice on macOS | Tor Lillqvist |
2020-04-17 | Just use __builtin_ffs on GCC and Clang | Stephan Bergmann |
2020-04-15 | loplugin:buriedassign in sal | Noel Grandin |
2020-04-06 | Nah, let's revert that shite | Tor Lillqvist |
2020-04-04 | Let's put some verbosity in #if 0, though | Tor Lillqvist |
2020-04-04 | Show what pathname a fd was opened from in the SAL_INFO("sal.file") calls | Tor Lillqvist |
2020-04-04 | Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write calls | Tor Lillqvist |