Age | Commit message (Expand) | Author |
2017-05-16 | Extend loplugin:comparisonwithconstant beyond integral types | Stephan Bergmann |
2017-05-16 | Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issue | Stephan Bergmann |
2017-05-15 | coverity#1408971 Mixing enum types | Caolán McNamara |
2017-05-14 | osl: cleanup file_url.cxx | Chris Sherlock |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | osl: remove comment cruft, whitespace cleanup of thread.cxx | Chris Sherlock |
2017-05-07 | osl: remove comment cruft, whitespace cleanup of process.cxx | Chris Sherlock |
2017-04-26 | loplugin:useuniqueptr (clang-cl) | Stephan Bergmann |
2017-04-26 | -Werror,-Wunused-macros (clang-cl) | Stephan Bergmann |
2017-04-24 | clang-tidy readability-simplify-boolean-expr in oox..sal | Noel Grandin |
2017-04-21 | Make HASHID work whenever there is std::hash<pthread_t> | Stephan Bergmann |
2017-04-20 | Simplify PTHREAD_VALUE | Stephan Bergmann |
2017-04-20 | Avoid loplugin:redundantcast on macOS | Stephan Bergmann |
2017-04-12 | clang-tidy: readability-else-after-return | Noel Grandin |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke |
2017-03-30 | loplugin:loopvartoosmall | Stephan Bergmann |
2017-03-30 | loplugin:redundantcast | Stephan Bergmann |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-24 | Various loplugin warnings (clang-cl) | Stephan Bergmann |
2017-03-24 | Handle "POSIX" in parse_locale, 2nd attempt | Stephan Bergmann |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann |
2017-03-23 | Revert "Handle "POSIX" in parse_locale" | Stephan Bergmann |
2017-03-23 | Handle "POSIX" in parse_locale | Stephan Bergmann |
2017-03-22 | Don't actually change OS-level locale with (unused) osl_setSystemLocale | Stephan Bergmann |
2017-03-22 | Comment clean-up that was inadvertently missing from previous commit | Stephan Bergmann |
2017-03-22 | Use nl_langinfo_l instead of setlocale+nl_langinfo | Stephan Bergmann |
2017-03-21 | Argument to parse_locale is never null | Stephan Bergmann |
2017-03-21 | On Linux etc., obtain locale value from env vars instead of setlocale | Stephan Bergmann |
2017-03-17 | cleanup double includes and declarations | Jochen Nitschke |
2017-03-15 | improve the breakpad signal handler in dbgutil builds | Markus Mohrhard |
2017-03-15 | workaround for breakpad signal handler on linux | Markus Mohrhard |
2017-03-15 | tdf#106489 - Win32 version of osl_terminateProcess not "safe" | Chris Sherlock |
2017-03-06 | drop various _MSC_VER < 1900 conditionals | Caolán McNamara |
2017-03-04 | Change sal/osl/w32/*.h -> *.hxx | Stephan Bergmann |
2017-03-04 | Change sal/osl/w32/dllentry.c -> .cxx | Stephan Bergmann |
2017-03-04 | Change sal/osl/w32/*.c -> *.cxx | Stephan Bergmann |
2017-03-03 | Fix typos | Andrea Gelmini |
2017-02-23 | There's no way to create an oslVolumeDeviceHandle for unx | Stephan Bergmann |
2017-02-23 | Silence -Werror=format-overflow | Stephan Bergmann |
2017-02-23 | -Werror=format-truncation | Stephan Bergmann |
2017-02-21 | Kill bitrot Emscripten experiment | Khaled Hosny |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2017-02-10 | -Werror=unused-parameter | Stephan Bergmann |
2017-02-09 | -Werror,-Wunused-macros | Stephan Bergmann |
2017-02-09 | Some clean up | Stephan Bergmann |
2017-02-09 | Fold sal_detail_log_backtrace into sal_detail_log | Stephan Bergmann |
2017-02-09 | Dummy implementations of backtrace/backtrace_symbols on Android, too | Stephan Bergmann |
2017-02-09 | Proper -Werror,-Wunused-parameter fix for C code | Stephan Bergmann |
2017-02-09 | -Werror,-Wunused-parameter | Stephan Bergmann |