Age | Commit message (Expand) | Author |
2017-10-23 | loplugin:constmethod in cppu,cppuhelper,idlc | Noel Grandin |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-04-27 | tdf#39468 cleanup source code comments | dennisroczek |
2017-04-12 | clang-tidy: readability-else-after-return | Noel Grandin |
2017-02-24 | makeAny->Any in cppuhelper..cui | Noel Grandin |
2017-02-15 | Drop :: prefix from std in c*/ | Tor Lillqvist |
2017-01-28 | loplugin:stringconstant check for unnecessary OUString constructor.. | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, cppuhelper | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-05 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-07-29 | com::sun::star-css in cppu,cppuhelper | Noel Grandin |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann |
2015-06-09 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-01-07 | Variadic cppu::WeakImplHelper | Stephan Bergmann |
2014-12-12 | cppuhelper: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-09-30 | cppuhelper: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-08-08 | Remove redundant inclusions of header "cppuhelper/shlib.h" | Matthew Pottage |
2014-06-05 | cppuhelper: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | cppuhelper: fix includes | Thomas Arnhold |
2014-04-01 | Remove unused inline constructor | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-10 | cppuhelper: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-02-27 | Remove visual noise from cppuhelper | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-17 | cppuhelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-03 | fdo#54938 Convert to cppu::supportsService | Alexandre Vicenzi |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-06-05 | use uno::Reference#clear() method... | Noel Grandin |
2013-04-16 | Further clean-up related to removed library unloading feature | Stephan Bergmann |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-02-22 | s/the the/the/ | Tor Lillqvist |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2012-12-06 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-09-14 | Introduce cppu::supportsService helper, adapt some call-sites | Stephan Bergmann |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2011-12-17 | Fix for fdo43460 Part X getLength() to isEmpty() | Olivier Hallot |
2011-11-27 | remove include of pch header in cppuhelper | Norbert Thiebaud |