Age | Commit message (Expand) | Author |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-10 | Avoid calling OString ctor with null pointer | Stephan Bergmann |
2020-12-10 | Do not call GetAddrInfoW if we just want the hostname | Samuel Mehrbrodt |
2020-11-21 | tdf#123936 Formatting files in module sal with clang-format | Philipp Hofer |
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-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
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-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist |
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-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-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-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-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-02-27 | avoid memory leak in win32 sal::backtrace_get() | Luboš Luňák |
2020-02-03 | loplugin:unsignedcompare (clang-cl) | Stephan Bergmann |
2020-02-03 | Remove unnecessary cast | Stephan Bergmann |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-28 | tdf#96505: Get rid of cargo cult long integer literals | Onur Yilmaz |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-27 | Use Linux gettid as available since glibc 2.30 | Stephan Bergmann |
2020-01-26 | cppcheck: shadowFunction in sal/file_url | Julien Nabet |
2020-01-15 | Clean up safeRead/Write | Stephan Bergmann |
2020-01-08 | Grammar fixes | Andrea Gelmini |
2020-01-03 | android: file-cache to improve performance. | Michael Meeks |
2019-12-19 | sal_Char->char in remotebridges..sax | Noel Grandin |
2019-12-10 | use scoped enum | Stephan Bergmann |
2019-12-10 | loplugin:unusedmember (clang-cl) | Stephan Bergmann |
2019-12-05 | loplugin:external (clang-cl) | Stephan Bergmann |
2019-12-03 | SAL_INFO_IF -> SAL_WARN_IF | Noel Grandin |
2019-12-03 | use scoped enum | Stephan Bergmann |
2019-12-03 | WIN map ERROR_DIRECTORY to osl_File_E_NOTDIR | Jan-Marek Glogowski |