Age | Commit message (Expand) | Author |
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 |
2020-04-04 | Show flags and modes symbolically in the SAL_INFO() for open() and access() | Tor Lillqvist |
2020-04-02 | loplugin:flatten in sal | Noel Grandin |
2020-03-16 | Avoid stack overflow in testTdf124815 on Windows | Mike Kaganski |
2020-03-14 | tdf#130975 replace `rtl::math::isNan` with `std::isnan`. | Yukio Siraichi |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |
2020-03-12 | tdf#130976 replace `rtl::math::isInf` with `std::inf`. | Yukio Siraichi |
2020-03-12 | tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`. | Yukio Siraichi |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-03-11 | Get rid of some SAL_MATH_FINITE use | Stephan Bergmann |
2020-03-04 | ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoa | Stephan Bergmann |
2020-02-27 | avoid memory leak in win32 sal::backtrace_get() | Luboš Luňák |
2020-02-27 | Related: tdf#130725: use strtod also in rtl::math::stringToDouble | Mike Kaganski |
2020-02-12 | clang-analyzer-deadcode.DeadStores | Noel Grandin |
2020-02-03 | loplugin:unsignedcompare (clang-cl) | Stephan Bergmann |
2020-02-03 | Remove unnecessary cast | Stephan Bergmann |
2020-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-28 | loplugin:unsignedcompare (--enable-cipher-openssl-backend) | Stephan Bergmann |
2020-01-28 | tdf#96505: Get rid of cargo cult long integer literals | Onur Yilmaz |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |