Age | Commit message (Expand) | Author |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): eventattacher | Stephan Bergmann |
2019-06-21 | simplify some getSupportedServiceNames | Noel Grandin |
2019-05-31 | Use hasElements to check Sequence emptiness in [e-i]* | Arkadiy Illarionov |
2019-05-23 | tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/ | Gabor Kelemen |
2019-02-12 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski |
2019-02-08 | loplugin:indentation in editeng..extensions | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-08 | loplugin:simplifyconstruct in editeng..extensions | Noel Grandin |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2017-12-14 | No need to keep these whitelisted functions decorated with SAL_CALL | Stephan Bergmann |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-09-21 | loplugin:flatten in editeng..extensions | Noel Grandin |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-20 | Translate German comments and debug strings (leftovers in e... dirs) | Johnny_M |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | Fix typos | Andrea Gelmini |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, eventattacher | Stephan Bergmann |
2016-12-05 | loplugin:unnecessaryoverride (dtors) in eventattacher | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-02-12 | tdf#95857 Sort out German plurals ... | danielt998 |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2015-12-23 | loplugin:unusedfields in eventattacher | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-02 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-01 | no need to be so verbose in constructing uno::Reference | Noel Grandin |
2015-10-18 | cppcheck:noExplicitConstructor | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-01 | com::sun::star->css in extensions/ | Noel Grandin |
2015-08-05 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-05-24 | coverity#983657 Uncaught exception | Caolán McNamara |
2014-05-22 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 | Julien Nabet |
2014-04-22 | eventattacher: sal_Bool->bool | Noel Grandin |
2014-04-14 | Remove dead function declaration | Stephan Bergmann |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-07 | Introduce com.sun.star.beans.theIntrospection singleton | Stephan Bergmann |
2014-02-27 | eventattacher: fix out of bounds string access | Miklos Vajna |
2014-02-26 | Remove visual noise from eventattacher | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |