summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-03auto_ptr -> heap_ptrStephan Bergmann1-2/+3
2014-02-03auto_ptr -> scoped_ptrStephan Bergmann1-13/+14
2014-02-03USE_CPP_CONN is unusedStephan Bergmann1-2/+0
2014-02-03Get rid of macrosStephan Bergmann9-31/+95
2014-02-03Fix typosStephan Bergmann1-3/+4
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi3-157/+30
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann1-0/+7
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+2
2013-12-10Drop duplicate #includeTakeshi Abe1-2/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-2/+2
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-6/+6
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2