summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-21Fix typosAndrea Gelmini2-6/+6
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-13IsValidFilePath: fix correction of double path delimitersMike Kaganski1-1/+3
2017-11-13Fix typosAndrea Gelmini1-2/+2
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2-0/+14
2017-11-10rtl: change nullptr comparisonChris Sherlock1-2/+2
2017-11-04Make Windows error reporting more robustMike Kaganski1-7/+2
2017-11-02Avoid warning thrashStephan Bergmann1-2/+1
2017-11-02Clean up oslTranslateFileErrorStephan Bergmann2-105/+53