summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-17tdf#114939 sal: document the bug in endSHA()Michael Stahl1-0/+2
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-01-16sal: try to fix Android build, no std::roundMichael Stahl1-0/+1
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl2-1/+93
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers1-0/+3
2018-01-16Missing includeStephan Bergmann1-0/+4
2018-01-15More loplugin:cstylecast: salStephan Bergmann1-4/+4
2018-01-15fix android buildNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin8-8/+10
2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock1-33/+8
2018-01-12More loplugin:cstylecast: salStephan Bergmann43-363/+359
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin2-2/+2
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-1/+1
2018-01-04ofz#4886 Integer-overflowCaolán McNamara1-3/+5
2018-01-02Remove broken testStephan Bergmann2-26/+0
2018-01-02Unused return value of rtl_cache_constructorStephan Bergmann1-8/+6
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock1-0/+5
2017-12-30Support for tcmalloc and jemalloc is long deadStephan Bergmann1-1/+1
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-29PRIu64 is unusedStephan Bergmann1-11/+0
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian4-18/+53
2017-12-27sal: fix typo in tcvtmb.cxx and remove comment cruftChris Sherlock1-13/+1
2017-12-22unotools: don't go belly-up if temp dir is wrong or emptyJuergen Funk2-0/+26
2017-12-20Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky2-2/+1
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann1-3/+0
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-17Fix typosAndrea Gelmini1-1/+1
2017-12-15Fix typosAndrea Gelmini1-1/+1
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann9-18/+18
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks11-9/+211
2017-12-15loplugin:salcall (macOS)Stephan Bergmann2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin19-75/+75
2017-12-06Function LookupAccountSidW takes number of characters, not bytesMike Kaganski1-2/+2
2017-12-04Condition for definition of LastIdent must match condition for its useStephan Bergmann1-1/+1
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-12-03Replace lists by vectors in bootstrap (sal)Julien Nabet1-24/+22
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-30sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna1-17/+9
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2-2/+2
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-3/+3
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2-2/+2
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin3-11/+11
2017-11-22ofz#4366 Divide-by-zeroStephan Bergmann1-2/+10
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21Disable custom allocatorDennis Francis1-1/+1