Age | Commit message (Expand) | Author |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-07 | Remove SvStorage alias | Stephan Bergmann |
2015-05-06 | convert DEFAULTFONT_ constants to scoped enum | Noel Grandin |
2015-05-04 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Clean up odd sal::static_int_cast<sal_Bool> uses | Stephan Bergmann |
2015-04-16 | UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. | Michael Meeks |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:redundantcast: redundant const_cast followed by implicit upcast | Stephan Bergmann |
2015-04-10 | Manual cleanup of misc. issues. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | second half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | vclwidget: check for calling delete on subclasses of vcl::Window | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | Audit and correct misc. clears -> disposeAndClears. | Michael Meeks |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in xmlsecurity | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
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-24 | loplugin:constantfunction: xmlsecurity | Noel Grandin |
2015-03-23 | cppcheck: add some explicits | Caolán McNamara |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-11 | utl::ConfigItem::Commit() should call ClearModified() | Michael Stahl |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-05 | V801: Decreased performance | Caolán McNamara |
2015-02-26 | cppcheck: variableScope | Caolán McNamara |
2015-02-10 | cppcheck: variableScope | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-25 | coverity#1266458 Argument cannot be negative | Caolán McNamara |
2015-01-20 | Some more loplugin:cstylecast: xmlsecurity | Stephan Bergmann |
2015-01-19 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-19 | Fix typo comments Resouce->Resource | Andrea Gelmini |
2015-01-13 | simplify Date/Time/DateTime conversion code | Noel Grandin |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |