Age | Commit message (Expand) | Author |
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 |
2014-09-18 | Use instsetoo_native-generated uno ini-file for both instdir and instsets | Stephan Bergmann |
2014-09-16 | Missing dependency on uno ini-file | Stephan Bergmann |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: don't catch and then just rethrow an exception | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: use an empty block rather than an empty statement | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-08 | various: sal_Bool->bool | Noel Grandin |