Age | Commit message (Expand) | Author |
2017-02-01 | improve exception messages in stoc | Noel Grandin |
2017-01-27 | stoc: oops, missing closing quote | Michael Stahl |
2017-01-27 | stoc: try to throw more informative exceptions | Michael Stahl |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-23 | use rtl::Reference in stoc | Noel Grandin |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, stoc | Stephan Bergmann |
2017-01-19 | new loplugin: useuniqueptr: sot..tools | Noel Grandin |
2016-12-02 | loplugin:unnecessaryoverride (dtors) in stoc | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-06-21 | Clean up uses of Any::getValue() in stoc | Stephan Bergmann |
2016-04-21 | loplugin:salbool: sal_Bool[] -> bool[] | Stephan Bergmann |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-12 | Remove stray spaces from start of log messages | Stephan Bergmann |
2016-04-12 | tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-03-30 | loplugin:nullptr: Find some more cases in templates | Stephan Bergmann |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2015-12-21 | loplugin:unusedfields in sfx2,slideshow,starmath,stoc | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-02 | loplugin:unusedmethods | Noel Grandin |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-07 | stoc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-07 | cppcheck:noExplicitConstructor | Noel Grandin |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | 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-01-20 | Some more loplugin:cstylecast: stoc | Stephan Bergmann |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-16 | stoc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-09-18 | fdo#83512 Make use of OUStringHash and OStringHash | Daniel Sikeler |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-22 | stoc: fix includes | Thomas Arnhold |
2014-05-22 | stoc: convert TEST_LIST_CLASSES case also | Thomas Arnhold |
2014-05-22 | stoc: make use of css alias | Thomas Arnhold |
2014-05-22 | stoc: remove using namespace from headers | Thomas Arnhold |