Age | Commit message (Expand) | Author |
2015-06-11 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-08 | Remove dead code | Stephan Bergmann |
2015-05-08 | css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough) | Stephan Bergmann |
2015-04-28 | fix erroneous disposeOnce calls. | Michael Meeks |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
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 | vclwidget: only call dispose() once | Noel Grandin |
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-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-25 | loplugin:constantfunction | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: mysqlc | Stephan Bergmann |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2014-12-19 | No need for RTL_USING in addition to LIBO_INTERNAL_ONLY | Stephan Bergmann |
2014-12-18 | Introduce gb_*_set_external_code | Stephan Bergmann |
2014-12-04 | mysqlc: loplugin:cstylecast | Stephan Bergmann |
2014-11-18 | mysqlc: fix build after cppuhelper header cleanup | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-23 | fdo#83991 - cleanup whitespace after folding comment removal. | Vinicius Vendramini |
2014-10-22 | fdo#83991 - remove redundant function folding comments. | Vinicius Vendramini |
2014-10-01 | mysqlc: These shall be plain "Time" not "tools::Time" apparently | Stephan Bergmann |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-30 | mysqlc: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-24 | Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead | Stephan Bergmann |
2014-09-17 | Translate German comment. | Michael Meeks |
2014-09-09 | fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++ | Lionel Elie Mamane |
2014-08-11 | update mysqlc README | Lionel Elie Mamane |
2014-07-02 | mysqlc: sal_Bool -> bool | Stephan Bergmann |
2014-05-30 | deb#749592 mysql-connector doesn't work with remote connections | Noel Grandin |
2014-05-29 | use OUString::startsWith() | Noel Grandin |
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-11 | Kill DECL_PROP1IMPL and related | Julien Nabet |
2014-05-06 | simplify ternary conditions "xxx ? true : yyy" | Noel Grandin |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-07 | Do not use sal/log.hxx in extensions | Stephan Bergmann |
2014-04-04 | fdo#43157 : clean up more OSL_POSTCOND | Michaël Lefèvre |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-11 | normalize values of BUNDLE_MARIADB | Michael Stahl |
2014-03-04 | fdo#54938: Convert some places to use cppu::supportsService | Marcos Paulo de Souza |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from mysqlc | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |