Age | Commit message (Expand) | Author |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
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-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-07 | stoc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-20 | loplugin: defaultparams | Noel Grandin |
2015-07-28 | stoc: tzname is _tzname on MSVC 14.0 | David Ostrovsky |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-05 | stoc: remove SAL_THROW macro | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-22 | stoc: fix includes | Thomas Arnhold |
2014-05-22 | stoc: make use of css alias | Thomas Arnhold |
2014-05-20 | enhance pass-by-ref plugin to detect large arguments | Noel Grandin |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-04-30 | stoc: sal_Bool->bool | Noel Grandin |
2014-04-09 | Clean up function declarations | Stephan Bergmann |
2014-04-03 | Use boost::noncopyable | Stephan Bergmann |
2014-03-26 | Work around MSC "'override' cannot be used with 'inline'" bug | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from stoc | Alexander Wilms |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-08 | Some ConfigurationProvider -> theDefaultProvider simplifications | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-17 | Remove unnecessary use of OUString constructor in + expressions | Noel Grandin |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-11-08 | remove unnecessary use of OUString constructor in STOC module | Noel Grandin |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-05-06 | cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal | Philipp Riemer |