Age | Commit message (Expand) | Author |
2016-06-09 | tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi | Gleb Mishchenko |
2016-06-07 | unoxml: fix data race in CEventDispatcher::callListeners() | Michael Stahl |
2016-05-01 | tdf#95416 Get rid of #include "../foo/bar.hxx" style includes | Burcin Akalin |
2016-04-28 | teach stylepolice plugin about ref-counted-pointer naming | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-24 | unordf: replace boost::shared_array with std::shared_ptr | Michael Stahl |
2016-03-24 | unordf: replace boost::noncopyable with C++11 delete | Michael Stahl |
2016-02-29 | loplugin:unuseddefaultparam in unotools | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-29 | unoxml: replace boost::bind with lambda | Michael Stahl |
2016-01-10 | Fix typos | Andrea Gelmini |
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 |