Age | Commit message (Expand) | Author |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-29 | redundant cast | Caolán McNamara |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-09 | convert RegError to scoped enum | Noel Grandin |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin |
2015-04-09 | remove reg keytype constants and related code | Noel Grandin |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-29 | Clean up remaining C-style casts among 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-14 | stoc: must check *both* bDisposed and bInDispose | Michael Stahl |
2015-03-13 | Remove unused debug code | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-20 | stocservices.component: The rest of the services + cleanup. | Jan Holesovsky |
2015-02-20 | stocservices.component partly refactored to use the "constructor" feature. | Ursache Vladimir |
2015-02-18 | Typos | Julien Nabet |
2015-02-16 | we shouldn't need a static ref in these createOneInstance factory helpers | Caolán McNamara |
2015-02-08 | Typos + simple german translations | Julien Nabet |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-01-28 | Use vector::data | Stephan Bergmann |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: stoc | Stephan Bergmann |
2015-01-12 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-07 | Just use WeakImplHelper1 instead of ImplHelper1 | Stephan Bergmann |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | stoc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-16 | stoc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-06 | Bin unused include files, thanks to Andrea Gelmini | Tor Lillqvist |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-18 | fdo#83512 Make use of OUStringHash and OStringHash | Daniel Sikeler |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |