summaryrefslogtreecommitdiffstats
path: root/mysqlc
Commit message (Expand)AuthorAgeFilesLines
* Remove dead codeStephan Bergmann2015-05-082-11/+0
* css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann2015-05-081-2/+2
* fix erroneous disposeOnce calls.Michael Meeks2015-04-283-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-283-3/+3
|\
| * vclwidget: only call dispose() onceNoel Grandin2015-04-103-3/+3
* | More loplugin:simplifyboolStephan Bergmann2015-04-272-2/+2
* | loplugin:simplifyboolStephan Bergmann2015-04-244-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-234-5/+5
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-3/+3
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-132-2/+2
|/
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* loplugin:constantfunctionStephan Bergmann2015-03-257-244/+17
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-17/+14
* Some more loplugin:cstylecast: mysqlcStephan Bergmann2015-01-203-3/+3
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-1919-352/+352
* Introduce gb_*_set_external_codeStephan Bergmann2014-12-181-2/+2
* mysqlc: loplugin:cstylecastStephan Bergmann2014-12-043-22/+22
* mysqlc: fix build after cppuhelper header cleanupMichael Stahl2014-11-182-0/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-2/+1
* fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini2014-10-239-273/+0
* fdo#83991 - remove redundant function folding comments.Vinicius Vendramini2014-10-229-770/+0
* mysqlc: These shall be plain "Time" not "tools::Time" apparentlyStephan Bergmann2014-10-012-4/+4
* fdo#82577: Handle TimeNoel Grandin2014-10-012-4/+4
* mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-302-2/+2
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-3/+7
* Translate German comment.Michael Meeks2014-09-172-33/+3
* fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++Lionel Elie Mamane2014-09-091-3/+7
* update mysqlc READMELionel Elie Mamane2014-08-111-26/+41
* mysqlc: sal_Bool -> boolStephan Bergmann2014-07-0211-170/+170
* deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin2014-05-301-2/+2
* use OUString::startsWith()Noel Grandin2014-05-292-2/+2
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-5/+5
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-6/+6
* Kill DECL_PROP1IMPL and relatedJulien Nabet2014-05-113-30/+18
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-061-1/+1
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1911-31/+31
* Do not use sal/log.hxx in extensionsStephan Bergmann2014-04-071-1/+0
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-355/+355
* normalize values of BUNDLE_MARIADBMichael Stahl2014-03-112-3/+2
* fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2014-03-042-4/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2614-692/+692
* Remove visual noise from mysqlcAlexander Wilms2014-02-266-14/+14
* Remove unneccessary commentsAlexander Wilms2014-02-235-6/+6
* normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl2014-02-122-3/+3
* Do not disable -Werror for mysqlcStephan Bergmann2014-02-031-2/+0