summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* loplugin:useuniqueptr in sal/qa/Noel Grandin2018-04-162-27/+23
* cppcheck: variableScope & unreadVariableMuhammet Kara2018-04-161-1/+1
* Properly filter(out) - pattern words are the first argumentMike Kaganski2018-04-081-9/+9
* While at it, combine the check for ANDROID with the ones for WNT and HAIKUTor Lillqvist2018-04-081-4/+2
* GNU Make's filter-out is hard to useTor Lillqvist2018-04-081-1/+1
* osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe2018-04-061-10/+11
* fflush() followed by fclose() is redundantTakeshi Abe2018-04-061-3/+0
* osl: Fix possible memleakTakeshi Abe2018-04-031-0/+1
* Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann2018-03-281-14/+0
* Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann2018-03-072-2/+2
* Deduplicate includesMike Kaganski2018-03-071-2/+0
* Make LibreOffice buildable on Haiku.Kacper Kasper2018-03-055-5/+45
* Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann2018-03-021-2/+0
* Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann2018-03-021-0/+3
* Fix typosAndrea Gelmini2018-02-241-1/+1
* Use long path prefix in osl_getFileStatusSamuel Mehrbrodt2018-02-221-4/+12
* New loplugin:nestedunnamedStephan Bergmann2018-02-211-4/+0
* sal android: fix -Werror,-Wimplicit-function-declarationMiklos Vajna2018-02-121-0/+1
* ofz#6112 wrong start off sets for korean KSC5601 tableCaolán McNamara2018-02-081-2/+2
* sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-029-56/+2
* osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock2018-02-011-51/+35
* Typ-o negativIlmari Lauhakangas2018-01-303-6/+6
* tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski2018-01-291-0/+8
* Translate German variable nameJohnny_M2018-01-291-3/+3
* Remove stdlib.h from sal/config.hStephan Bergmann2018-01-254-0/+10
* Fix typosAndrea Gelmini2018-01-251-1/+1
* Fix typosAndrea Gelmini2018-01-252-2/+2
* Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann2018-01-231-1/+1
* Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe2018-01-231-0/+71
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-2317-80/+80
* loplugin:nullptr (clang-cl)Stephan Bergmann2018-01-221-1/+1
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-202-2/+2
* coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara2018-01-191-1/+1
* Remove include of config_global.h from sal/config.hStephan Bergmann2018-01-194-0/+4
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-193-17/+17
* Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2018-01-181-1/+0
* android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier2018-01-181-0/+5
* sal: use snprintf for sal logThorsten Behrens2018-01-171-5/+7
* WNT: allow to set log level/path from fileSamuel Mehrbrodt2018-01-171-14/+76
* tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann2018-01-171-24/+11
* tdf#114939 sal: document the bug in endSHA()Michael Stahl2018-01-171-0/+2
* Missing includes (Windows --disable-pch)Stephan Bergmann2018-01-171-0/+1
* sal: try to fix Android build, no std::roundMichael Stahl2018-01-161-0/+1
* tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl2018-01-162-1/+93
* tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers2018-01-161-0/+3
* Missing includeStephan Bergmann2018-01-161-0/+4
* More loplugin:cstylecast: salStephan Bergmann2018-01-151-4/+4
* fix android buildNoel Grandin2018-01-151-1/+1
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-158-8/+10
* sal: remove no longer needed CheckTokenMembership_StubChris Sherlock2018-01-131-33/+8