summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* More loplugin:cstylecast: salStephan Bergmann2018-01-1243-363/+359
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-112-2/+2
* loplugin:convertlong in ucb,sotNoel Grandin2018-01-091-1/+1
* ofz#4886 Integer-overflowCaolán McNamara2018-01-041-3/+5
* Remove broken testStephan Bergmann2018-01-022-26/+0
* Unused return value of rtl_cache_constructorStephan Bergmann2018-01-021-8/+6
* sal: (win32) readd comment explaining about buffer size decisionChris Sherlock2018-01-011-0/+5
* Support for tcmalloc and jemalloc is long deadStephan Bergmann2017-12-301-1/+1
* loplugin:unnecessaryparen improve return checkNoel Grandin2017-12-291-1/+1
* PRIu64 is unusedStephan Bergmann2017-12-291-11/+0
* rtl: support start/stop threads around pre-initAshod Nakashian2017-12-284-18/+53
* sal: fix typo in tcvtmb.cxx and remove comment cruftChris Sherlock2017-12-271-13/+1
* unotools: don't go belly-up if temp dir is wrong or emptyJuergen Funk2017-12-222-0/+26
* Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky2017-12-202-2/+1