summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
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
2018-01-16Missing includeStephan Bergmann
2018-01-15More loplugin:cstylecast: salStephan Bergmann
2018-01-15fix android buildNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin
2018-01-04ofz#4886 Integer-overflowCaolán McNamara
2018-01-02Remove broken testStephan Bergmann
2018-01-02Unused return value of rtl_cache_constructorStephan Bergmann
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock
2017-12-30Support for tcmalloc and jemalloc is long deadStephan Bergmann
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-12-29PRIu64 is unusedStephan Bergmann
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-27sal: fix typo in tcvtmb.cxx and remove comment cruftChris Sherlock
2017-12-22unotools: don't go belly-up if temp dir is wrong or emptyJuergen Funk
2017-12-20Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-17Fix typosAndrea Gelmini