summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-11/+12
2017-04-26-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin1-9/+1
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann1-2/+10
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann2-8/+3
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann2-2/+2
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin11-232/+197
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann9-106/+106
2017-03-30remove type decorations on char literalsJochen Nitschke3-6/+6
2017-03-30loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-30loplugin:redundantcastStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-24Various loplugin warnings (clang-cl)Stephan Bergmann1-5/+5
2017-03-24Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann1-34/+37
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-2/+0
2017-03-23Revert "Handle "POSIX" in parse_locale"Stephan Bergmann1-33/+34
2017-03-23Handle "POSIX" in parse_localeStephan Bergmann1-34/+33
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann3-66/+2
2017-03-22Comment clean-up that was inadvertently missing from previous commitStephan Bergmann1-3/+5
2017-03-22Use nl_langinfo_l instead of setlocale+nl_langinfoStephan Bergmann1-20/+6
2017-03-21Argument to parse_locale is never nullStephan Bergmann1-39/+35
2017-03-21On Linux etc., obtain locale value from env vars instead of setlocaleStephan Bergmann1-16/+11
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-03-15improve the breakpad signal handler in dbgutil buildsMarkus Mohrhard1-2/+16
2017-03-15workaround for breakpad signal handler on linuxMarkus Mohrhard1-0/+24
2017-03-15tdf#106489 - Win32 version of osl_terminateProcess not "safe"Chris Sherlock1-2/+95
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-6/+0
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann31-212/+90
2017-03-04Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann1-9/+9
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann14-268/+310
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-23There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann1-108/+6
2017-02-23Silence -Werror=format-overflowStephan Bergmann1-2/+2
2017-02-23-Werror=format-truncationStephan Bergmann1-2/+7
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny2-4/+3
2017-02-10Remove MinGW supportStephan Bergmann7-150/+10
2017-02-10-Werror=unused-parameterStephan Bergmann1-0/+2
2017-02-09-Werror,-Wunused-macrosStephan Bergmann1-7/+1
2017-02-09Some clean upStephan Bergmann1-21/+7
2017-02-09Fold sal_detail_log_backtrace into sal_detail_logStephan Bergmann3-34/+35
2017-02-09Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann2-14/+14
2017-02-09Proper -Werror,-Wunused-parameter fix for C codeStephan Bergmann1-4/+8
2017-02-09-Werror,-Wunused-parameterStephan Bergmann1-4/+4
2017-02-09Implement SAL_DEBUG_BACKTRACE for LinuxStephan Bergmann3-3/+62
2017-02-07Clean up C-style interface nonsenseStephan Bergmann3-16/+12
2017-02-03TyposJulien Nabet1-1/+1
2017-02-03tdf#91872: Make SAL_INFO and friends more efficientArnold Dumas1-81/+81
2017-02-01Support signal handlers registered with SA_SIGINFOStephan Bergmann1-48/+77
2017-01-27sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl1-0/+18
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl14-37/+37