summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Remove dead codeStephan Bergmann2-11/+0
2015-05-08css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann1-2/+2
2015-04-28fix erroneous disposeOnce calls.Michael Meeks3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann4-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann4-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-25loplugin:constantfunctionStephan Bergmann7-244/+17
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin4-17/+14
2015-01-20Some more loplugin:cstylecast: mysqlcStephan Bergmann3-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann19-352/+352
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann1-2/+2
2014-12-04mysqlc: loplugin:cstylecastStephan Bergmann3-22/+22
2014-11-18mysqlc: fix build after cppuhelper header cleanupMichael Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-10-23fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini9-273/+0
2014-10-22fdo#83991 - remove redundant function folding comments.Vinicius Vendramini9-770/+0
2014-10-01mysqlc: These shall be plain "Time" not "tools::Time" apparentlyStephan Bergmann2-4/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin2-4/+4
2014-09-30mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+2
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-3/+7
2014-09-17Translate German comment.Michael Meeks2-33/+3
2014-09-09fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++Lionel Elie Mamane1-3/+7
2014-08-11update mysqlc READMELionel Elie Mamane1-26/+41
2014-07-02mysqlc: sal_Bool -> boolStephan Bergmann11-170/+170
2014-05-30deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin1-2/+2
2014-05-29use OUString::startsWith()Noel Grandin2-2/+2
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-5/+5
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-6/+6
2014-05-11Kill DECL_PROP1IMPL and relatedJulien Nabet3-30/+18
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold11-31/+31
2014-04-07Do not use sal/log.hxx in extensionsStephan Bergmann1-1/+0
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-355/+355
2014-03-11normalize values of BUNDLE_MARIADBMichael Stahl2-3/+2
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-692/+692
2014-02-26Remove visual noise from mysqlcAlexander Wilms6-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms5-6/+6
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl2-3/+3
2014-02-03Do not disable -Werror for mysqlcStephan Bergmann1-2/+0