summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
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
2017-12-15Fix typosAndrea Gelmini
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-06Function LookupAccountSidW takes number of characters, not bytesMike Kaganski
2017-12-04Condition for definition of LastIdent must match condition for its useStephan Bergmann
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-12-03Replace lists by vectors in bootstrap (sal)Julien Nabet
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22ofz#4366 Divide-by-zeroStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-21Disable custom allocatorDennis Francis