summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-1/+2
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+5
2018-05-17Remove leftover "#pragma GCC diagnostic ignored" halfStephan Bergmann1-4/+0
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann4-100/+7
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens1-4/+0
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens1-0/+8
2018-04-27loplugin:constantparamNoel Grandin4-7/+7
2018-04-20loplugin:constantparamNoel Grandin3-5/+5
2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-4/+3
2018-04-16loplugin:useuniqueptr in sal/qa/Noel Grandin2-27/+23
2018-04-16cppcheck: variableScope & unreadVariableMuhammet Kara1-1/+1
2018-04-08Properly filter(out) - pattern words are the first argumentMike Kaganski1-9/+9
2018-04-08While at it, combine the check for ANDROID with the ones for WNT and HAIKUTor Lillqvist1-4/+2
2018-04-08GNU Make's filter-out is hard to useTor Lillqvist1-1/+1
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe1-10/+11
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe1-3/+0
2018-04-03osl: Fix possible memleakTakeshi Abe1-0/+1
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann1-14/+0
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann2-2/+2
2018-03-07Deduplicate includesMike Kaganski1-2/+0
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper5-5/+45
2018-03-02Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann1-2/+0
2018-03-02Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann1-0/+3
2018-02-24Fix typosAndrea Gelmini1-1/+1
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-4/+0
2018-02-12sal android: fix -Werror,-Wimplicit-function-declarationMiklos Vajna1-0/+1
2018-02-08ofz#6112 wrong start off sets for korean KSC5601 tableCaolán McNamara1-2/+2
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski9-56/+2
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock1-51/+35
2018-01-30Typ-o negativIlmari Lauhakangas3-6/+6
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-29Translate German variable nameJohnny_M1-3/+3
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann4-0/+10
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini2-2/+2
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann1-1/+1
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe1-0/+71
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann17-80/+80
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann2-2/+2
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara1-1/+1
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann4-0/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann3-17/+17
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier1-0/+5
2018-01-17sal: use snprintf for sal logThorsten Behrens1-5/+7
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt1-14/+76
2018-01-17tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann1-24/+11