summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann2017-12-191-3/+0
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* Fix typosAndrea Gelmini2017-12-171-1/+1
* Fix typosAndrea Gelmini2017-12-151-1/+1
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-159-18/+18
* sal: add pre-initialization scheme for allocations.Michael Meeks2017-12-1511-9/+211
* loplugin:salcall (macOS)Stephan Bergmann2017-12-152-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-1119-75/+75
* Function LookupAccountSidW takes number of characters, not bytesMike Kaganski2017-12-061-2/+2
* Condition for definition of LastIdent must match condition for its useStephan Bergmann2017-12-041-1/+1
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1
* Replace lists by vectors in bootstrap (sal)Julien Nabet2017-12-031-24/+22
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-1/+1