Age | Commit message (Expand) | Author |
2016-05-27 | Get rid of unnecessary directory levels $D/inc/$D | Tor Lillqvist |
2016-05-10 | Add SAL_FALLTHROUGH, where apparently appropriate | Stephan Bergmann |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-26 | loplugin:nullptr | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Formatting changes across all modules | Chris Sherlock |
2016-01-20 | loplugin:unusedmethods | Noel Grandin |
2015-12-24 | loplugin:unusedfields | Noel Grandin |
2015-11-30 | FD_complex is unused | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-28 | Return unique_ptr from AstExpression::eval_* functions | Stephan Bergmann |
2015-09-28 | m_exprValue cannot be non-null here | Stephan Bergmann |
2015-09-28 | AstExpression::coerce always returned m_exprValue, so simplify its signature | Stephan Bergmann |
2015-09-28 | Remove redundant AstExpression::eval_internal | Stephan Bergmann |
2015-09-28 | AstExpression::eval_internal always returns m_exprValue | Stephan Bergmann |
2015-09-28 | AstExpression::coerce is always called with bAssign = true | Stephan Bergmann |
2015-09-28 | Simplify coerce_value signature | Stephan Bergmann |
2015-09-26 | The only EvalKind actually used is EK_const | Stephan Bergmann |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-05-18 | idlc: fix warnings | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-09 | convert RTReferenceType to scoped enum | Noel Grandin |
2015-04-09 | convert RTMethodMode to scoped enum | Noel Grandin |
2015-04-09 | convert RT_ACCESS fields to scoped enum | Noel Grandin |
2015-04-09 | convert RegError to scoped enum | Noel Grandin |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin |
2015-03-29 | Clean up remaining C-style casts among void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-16 | idlc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | add link to mkstemp coverity warning wrt threading fiasco | Caolán McNamara |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-30 | coverity#982268 silence Copy-paste error | Caolán McNamara |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |