summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-05-15coverity#1408971 Mixing enum typesCaolán McNamara
2017-05-14osl: cleanup file_url.cxxChris Sherlock
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-30loplugin:loopvartoosmallStephan Bergmann
2017-03-30loplugin:redundantcastStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-24Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23Revert "Handle "POSIX" in parse_locale"Stephan Bergmann
2017-03-23Handle "POSIX" in parse_localeStephan Bergmann
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann
2017-03-22Comment clean-up that was inadvertently missing from previous commitStephan Bergmann
2017-03-22Use nl_langinfo_l instead of setlocale+nl_langinfoStephan Bergmann
2017-03-21Argument to parse_locale is never nullStephan Bergmann
2017-03-21On Linux etc., obtain locale value from env vars instead of setlocaleStephan Bergmann
2017-03-15improve the breakpad signal handler in dbgutil buildsMarkus Mohrhard
2017-03-15workaround for breakpad signal handler on linuxMarkus Mohrhard
2017-03-03Fix typosAndrea Gelmini
2017-02-23There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann
2017-02-23-Werror=format-truncationStephan Bergmann
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny
2017-02-10-Werror=unused-parameterStephan Bergmann
2017-02-09-Werror,-Wunused-macrosStephan Bergmann
2017-02-09Fold sal_detail_log_backtrace into sal_detail_logStephan Bergmann
2017-02-09Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann
2017-02-09Proper -Werror,-Wunused-parameter fix for C codeStephan Bergmann
2017-02-09-Werror,-Wunused-parameterStephan Bergmann
2017-02-09Implement SAL_DEBUG_BACKTRACE for LinuxStephan Bergmann
2017-02-07Clean up C-style interface nonsenseStephan Bergmann
2017-02-03TyposJulien Nabet
2017-02-01Support signal handlers registered with SA_SIGINFOStephan Bergmann
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-15FreeBSD PPC: Missing patchPedro Giffuni
2017-01-10New loplugin:conststringvar: salStephan Bergmann
2017-01-10rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACENoel Grandin
2017-01-09New loplugin:externvar: salStephan Bergmann
2016-12-30cleanup tailing backslashesJochen Nitschke