summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* 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
* sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna2017-11-301-17/+9
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-292-2/+2
* Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann2017-11-281-1/+1
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-271-3/+3
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-272-2/+2
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-233-11/+11
* ofz#4366 Divide-by-zeroStephan Bergmann2017-11-221-2/+10
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* Disable custom allocatorDennis Francis2017-11-211-1/+1
* Fix typosAndrea Gelmini2017-11-212-6/+6
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* IsValidFilePath: fix correction of double path delimitersMike Kaganski2017-11-131-1/+3
* Fix typosAndrea Gelmini2017-11-131-2/+2
* Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2017-11-112-0/+14
* rtl: change nullptr comparisonChris Sherlock2017-11-101-2/+2
* Make Windows error reporting more robustMike Kaganski2017-11-041-7/+2
* Avoid warning thrashStephan Bergmann2017-11-021-2/+1
* Clean up oslTranslateFileErrorStephan Bergmann2017-11-022-105/+53
* coverity#1420539: dead codeStephan Bergmann2017-11-021-7/+3
* -I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann2017-11-011-1/+1
* loplugin:constantparam in sal,saxNoel Grandin2017-10-317-66/+57
* tdf#94695 Replace gethostbyaddr with getnameinfoArkadiy Illarionov2017-10-291-43/+67
* loplugin:includeform: sal (Windows)Stephan Bergmann2017-10-2713-21/+21
* -Werror,-Wtautological-constant-compare (clang-cl)Stephan Bergmann2017-10-272-20/+41
* cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann2017-10-261-0/+1
* ofz#3789 Integer-overflowCaolán McNamara2017-10-251-1/+4
* Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann2017-10-251-6/+10
* Make testUtf8StringLiterals work when char is unsignedStephan Bergmann2017-10-241-3/+3
* loplugin:includeform: sal (macOS)Stephan Bergmann2017-10-241-1/+1
* loplugin:includeform: compat.cxx reduxStephan Bergmann2017-10-241-6/+6
* loplugin:includeform: salStephan Bergmann2017-10-23122-371/+371
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* Comment some values that 16 doesn't workEike Rathke2017-10-201-2/+2
* coverity#1419948 silence Operands don't affect resultCaolán McNamara2017-10-201-1/+1
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-201-1/+1
* tdf#113211: fix calculations with big integersMike Kaganski2017-10-191-1/+52
* Rephrase checks for exceeding off_t limitsStephan Bergmann2017-10-161-10/+11
* Fix overflowStephan Bergmann2017-10-161-2/+4
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-0513-173/+186
* lookupProfile: drop unreachable codeMike Kaganski2017-10-041-207/+150
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-033-15/+13
* new loplugin:blockblockNoel Grandin2017-10-031-14/+12
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-5/+9
* Missing includes (--disable-pch)Stephan Bergmann2017-09-281-0/+1