Age | Commit message (Expand) | Author |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | coverity#1338267 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338254 Uncaught exception | Caolán McNamara |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-08-11 | new loplugin: defaultparams | Noel Grandin |
2015-07-24 | loplugin:unusedmethods | Noel Grandin |
2015-06-08 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-01 | Deprecate getCppuType et al in favor of cppu::UnoType | 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-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-01-22 | SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM | Stephan Bergmann |
2014-12-27 | coverity#1019332 Unchecked dynamic_cast | Caolán McNamara |
2014-12-27 | coverity#1019331 Unchecked dynamic_cast | Caolán McNamara |
2014-12-27 | coverity#1019327 Unchecked dynamic_cast | Caolán McNamara |
2014-12-27 | coverity#1019325 Unchecked dynamic_cast | Caolán McNamara |
2014-12-10 | Fix generation of com.sun.star.uno.[Runtime]Exception classes | Stephan Bergmann |
2014-12-08 | protected -> private | Stephan Bergmann |
2014-11-18 | cppumaker: only include rtl/instance.hxx and mutex.hxx when necessary | Michael Stahl |
2014-11-18 | More iwyu suggested headers removal | Riccardo Magliocchetti |
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-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-24 | coverity#441989 Uncaught exception | Caolán McNamara |
2014-10-24 | coverity#441732 Uncaught exception | Caolán McNamara |
2014-10-07 | coverity#1242375 Don't call fscanf without specifiers | Caolán McNamara |
2014-09-30 | codemaker: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-07-26 | coverity#1019323 Unchecked dynamic_cast | Caolán McNamara |
2014-07-25 | coverity#1219788 Unchecked dynamic_cast | Caolán McNamara |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-26 | coverity#1019311 Unchecked return value | Caolán McNamara |
2014-05-26 | coverity#1019326 Unchecked dynamic_cast | Caolán McNamara |
2014-05-26 | coverity#1019329 Unchecked dynamic_cast | Caolán McNamara |
2014-05-26 | coverity#1019330 Unchecked dynamic_cast | Caolán McNamara |
2014-05-23 | improve parameter flow in cpputype.cxx | Noel Grandin |
2014-05-23 | add default value for Context param in uno::Exception constructors | Noel Grandin |