summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens
2018-04-27loplugin:constantparamNoel Grandin
2018-04-20loplugin:constantparamNoel Grandin
2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu
2018-04-16loplugin:useuniqueptr in sal/qa/Noel Grandin
2018-04-16cppcheck: variableScope & unreadVariableMuhammet Kara
2018-04-08Properly filter(out) - pattern words are the first argumentMike Kaganski
2018-04-08While at it, combine the check for ANDROID with the ones for WNT and HAIKUTor Lillqvist
2018-04-08GNU Make's filter-out is hard to useTor Lillqvist
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2018-04-03osl: Fix possible memleakTakeshi Abe
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-03-07Deduplicate includesMike Kaganski
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-03-02Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann
2018-03-02Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann
2018-02-24Fix typosAndrea Gelmini
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-02-12sal android: fix -Werror,-Wimplicit-function-declarationMiklos Vajna
2018-02-08ofz#6112 wrong start off sets for korean KSC5601 tableCaolán McNamara
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski
2018-01-29Translate German variable nameJohnny_M
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-25Fix typosAndrea Gelmini
2018-01-25Fix typosAndrea Gelmini
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2018-01-17sal: use snprintf for sal logThorsten Behrens
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt
2018-01-17tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann
2018-01-17tdf#114939 sal: document the bug in endSHA()Michael Stahl
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann
2018-01-16sal: try to fix Android build, no std::roundMichael Stahl
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers