Age | Commit message (Expand) | Author |
2016-07-04 | typo: emtpy → empty | Christian Lohmaier |
2016-06-27 | Clean up uses of Any::getValue() in testtools | Stephan Bergmann |
2016-05-30 | Just use Any::operator <<= for sal_Unicode values | Stephan Bergmann |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-05-01 | Fix typos in code | Andrea Gelmini |
2016-04-21 | Use Sequence ctor taking initializer_list | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-13 | tdf#94306 replace boost::noncopyable in stoc to xmlsec.. | Jochen Nitschke |
2016-03-11 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-29 | testtools: disable MSVC warning C4503 | Michael Stahl |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | com::sun::star->css in testtools/ | Noel Grandin |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-30 | convert Sequence<XInterface> constructions to use initializer lists | Noel Grandin |
2015-10-25 | coverity#1326344 Infinite loop is deliberate | Caolán McNamara |
2015-10-15 | cppcheck:variableScope | Noel Grandin |
2015-10-14 | cid#1326679 DLS: Dead local store | 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-29 | Fix typos | Andrea Gelmini |
2015-09-09 | testtools: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe |
2015-07-10 | ppc64: using a fp register also consumes a gp register slot | Caolan McNamara |
2015-07-08 | loplugin:stringconstant | Stephan Bergmann |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-26 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-08 | Clean up checks of sal_Bool values | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-02-27 | testtools: mark CurrentContextChecker as DLLPRIVATE | Michael Stahl |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: testtools | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | testtools: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-16 | testtools: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-12 | testtools: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-05 | java: remove some unused fields | Noel Grandin |
2014-11-27 | Remove dead dmake makefile.mk | Stephan Bergmann |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-07 | java: remove unnecessary adding of empty strings | Noel Grandin |