Age | Commit message (Expand) | Author |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-08 | tdf#94306 replace boost::noncopyable in cppuhelper | Jochen Nitschke |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-03 | loplugin:unuseddefaultparams various | Noel Grandin |
2016-02-24 | convert codemaker::UnoType::Sort to scoped enum | Noel Grandin |
2016-02-24 | convert codemaker::cpp::IdentifierTranslationMode to scoped enum | Noel Grandin |
2016-02-11 | [API CHANGE] add operator==/!= to UNO structs | Noel Grandin |
2016-02-09 | convert to range-based for loops in codemaker/ | Noel Grandin |
2016-02-09 | rename dumpHFile to dumpHdlFile | Noel Grandin |
2016-02-09 | rename dumpHxxFile to dumpHppFile | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-12-01 | Reduce space needed for string literals | Stephan Bergmann |
2015-11-27 | give useful details in non-debug mode too | Caolán McNamara |
2015-11-26 | mark UNO structs as SAL_WARN_UNUSED, where possible | Noel Grandin |
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 |