Age | Commit message (Expand) | Author |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-06 | Function LookupAccountSidW takes number of characters, not bytes | Mike Kaganski |
2017-12-04 | Condition for definition of LastIdent must match condition for its use | Stephan Bergmann |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin |
2017-12-03 | Replace lists by vectors in bootstrap (sal) | Julien Nabet |
2017-11-30 | loplugin:unnecessaryparen: signed numeric literals | Stephan Bergmann |
2017-11-30 | sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlck | Miklos Vajna |
2017-11-29 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2017-11-28 | Revert loplugin:unnecessaryparen warning around integer literals | Stephan Bergmann |
2017-11-27 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2017-11-27 | loplugin:unnecessaryparen: Warn about parentheses around literals | Stephan Bergmann |
2017-11-23 | loplugin:simplifybool can't invert conditions involving float types | Noel Grandin |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-22 | ofz#4366 Divide-by-zero | Stephan Bergmann |
2017-11-22 | Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all | Stephan Bergmann |
2017-11-21 | Disable custom allocator | Dennis Francis |
2017-11-21 | Fix typos | Andrea Gelmini |
2017-11-20 | look for =() in loplugin:unnecessaryparen | Noel Grandin |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-13 | IsValidFilePath: fix correction of double path delimiters | Mike Kaganski |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-11 | Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries | Stephan Bergmann |
2017-11-10 | rtl: change nullptr comparison | Chris Sherlock |
2017-11-04 | Make Windows error reporting more robust | Mike Kaganski |
2017-11-02 | Avoid warning thrash | Stephan Bergmann |
2017-11-02 | Clean up oslTranslateFileError | Stephan Bergmann |
2017-11-02 | coverity#1420539: dead code | Stephan Bergmann |
2017-11-01 | -I$(dir $(3)) in gb_CObject__command_pattern is no longer needed | Stephan Bergmann |
2017-10-31 | loplugin:constantparam in sal,sax | Noel Grandin |
2017-10-29 | tdf#94695 Replace gethostbyaddr with getnameinfo | Arkadiy Illarionov |
2017-10-27 | loplugin:includeform: sal (Windows) | Stephan Bergmann |
2017-10-27 | -Werror,-Wtautological-constant-compare (clang-cl) | Stephan Bergmann |
2017-10-26 | cid#1420316: Try silence CONSTANT_EXPRESSION_RESULT | Stephan Bergmann |
2017-10-25 | ofz#3789 Integer-overflow | Caolán McNamara |
2017-10-25 | Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min() | Stephan Bergmann |
2017-10-24 | Make testUtf8StringLiterals work when char is unsigned | Stephan Bergmann |
2017-10-24 | loplugin:includeform: sal (macOS) | Stephan Bergmann |
2017-10-24 | loplugin:includeform: compat.cxx redux | Stephan Bergmann |
2017-10-23 | loplugin:includeform: sal | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-20 | Comment some values that 16 doesn't work | Eike Rathke |
2017-10-20 | coverity#1419948 silence Operands don't affect result | Caolán McNamara |
2017-10-20 | loplugin:constmethod in codemaker,registry,store | Noel Grandin |
2017-10-19 | tdf#113211: fix calculations with big integers | Mike Kaganski |
2017-10-16 | Rephrase checks for exceeding off_t limits | Stephan Bergmann |
2017-10-16 | Fix overflow | Stephan Bergmann |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-04 | lookupProfile: drop unreachable code | Mike Kaganski |
2017-10-03 | Replace more reinterpret_cast with SAL_W/SAL_U | Mike Kaganski |
2017-10-03 | new loplugin:blockblock | Noel Grandin |