Age | Commit message (Expand) | Author |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: sal | Stephan Bergmann |
2017-04-04 | ofz#770 JOHAB_73 table starts at 0xA not 0x2 | Caolán McNamara |
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 | Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) | Stephan Bergmann |
2017-03-22 | Don't actually change OS-level locale with (unused) osl_setSystemLocale | Stephan Bergmann |
2017-03-22 | Prevent calls to rtl/character.hxx functions with (signed) char arguments | 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-16 | Fix typos | Andrea Gelmini |
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 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-03-03 | Fix typos | Andrea Gelmini |
2017-03-03 | Fix typos | Andrea Gelmini |
2017-03-02 | Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true now | Stephan Bergmann |
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-21 | loplugin:subtlezeroinit: sal | Stephan Bergmann |
2017-02-20 | silence coverity#1202740 Bad bit shift operation | Caolán McNamara |
2017-02-16 | remove unused Exist from oslCheckMode enum | Noel Grandin |
2017-02-13 | Fix typos | Andrea Gelmini |
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 | Dummy implementations of backtrace/backtrace_symbols on Android, too | 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 |
2017-02-09 | Implement SAL_DEBUG_BACKTRACE for Linux | Stephan Bergmann |