summaryrefslogtreecommitdiffstats
path: root/mysqlc
Commit message (Expand)AuthorAgeFilesLines
* 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
* auto_ptr -> heap_ptrStephan Bergmann2014-02-031-2/+3
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-031-13/+14
* USE_CPP_CONN is unusedStephan Bergmann2014-02-031-2/+0
* Get rid of macrosStephan Bergmann2014-02-039-31/+95
* Fix typosStephan Bergmann2014-02-031-3/+4
* fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi2014-02-023-157/+30
* typo fixesAndras Timar2013-12-201-1/+1
* Keep using component_getImplementationEnvironment in extensionsStephan Bergmann2013-12-171-0/+7
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
* Drop duplicate #includeTakeshi Abe2013-12-101-2/+0
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-2/+2
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-6/+6
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* gbuild: fix gb_Extension_use_default_descriptionMichael Stahl2013-11-041-1/+1
* fdo#70496 revert to using libmysqlclientLionel Elie Mamane2013-10-194-1/+34