Age | Commit message (Expand) | Author |
2015-12-21 | loplugin:unusedfields unotools,unoxml | Noel Grandin |
2015-11-26 | loplugin:unusedfields various | Noel Grandin |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-26 | Remove unneeded boost/bind include from unoxml/source/dom/node.cxx | Mario J. Rugiero |
2015-10-22 | Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxx | Mario J. Rugiero |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-25 | tdf#94228 comphelper: replace BOOST_PP | Daniel Robertson |
2015-09-17 | boost->std | Caolán McNamara |
2015-09-10 | unoxml: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-09-03 | unoxml: Add missing include | David Ostrovsky |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-10 | do not include boost/utility.hpp | Michael Stahl |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-06 | loplugin:unusedmethods basebmp | Noel Grandin |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-25 | remove some @author tags from suspiciously unidiomatic code | Michael Stahl |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-22 | loplugin:cstylecast | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: unoxml | Stephan Bergmann |
2015-01-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-19 | java: static fields that should not be static | Noel Grandin |
2014-12-18 | unoxml: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-17 | Introduce rtl::OUStringLiteral1 | Stephan Bergmann |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-15 | unoxml: Use appropriate OUString functions on string constants | Stephan Bergmann |