summaryrefslogtreecommitdiffstats
path: root/mysqlc
Commit message (Expand)AuthorAgeFilesLines
* tdf#103685: "Commands out of sync" when connecting to MySQL using directJulien Nabet2017-09-251-4/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-093-3/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Remove redundant 'inline' keyword, Linux reduxStephan Bergmann2017-03-074-5/+5
* Fix typosAndrea Gelmini2017-03-022-2/+2
* With GCC -std=gnu++17, dynamic exception specifications cause an errorStephan Bergmann2017-02-231-7/+0
* external/mysqlcppconn: Silence -Wdynamic-exception-spec errorsStephan Bergmann2017-02-161-0/+7
* boost::scoped_ptr -> std::unique_ptr in mysqlcNoel Grandin2017-02-031-14/+14
* new loplugin:unusedenumconstantsNoel Grandin2017-02-031-2/+1
* Work around GCC 7 -Werror=implicit-fallthrough=Stephan Bergmann2017-01-311-0/+8
* Silence GCC 7 warnings in cppconn/exception.hStephan Bergmann2017-01-311-0/+7
* Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann2017-01-2717-813/+381
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-16/+0
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-137-270/+1
* loplugin:datamembershadowNoel Grandin2016-11-172-2/+1
* loplugin:singlevalfieldsNoel Grandin2016-11-023-10/+3
* Remove bogus comments about ~IPropertyArrayHelper not being virtualStephan Bergmann2016-10-271-3/+0
* Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann2016-09-201-11/+13
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-49/+1
* loplugin:unnecessaryoverride in mysqlcStephan Bergmann2016-07-152-24/+3
* Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann2016-07-123-3/+3
* Revert "tdf#88206 Change use of cppu::WeakImplHelper*"Caolán McNamara2016-06-091-2/+2
* tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav2016-06-091-2/+2
* Missing includeStephan Bergmann2016-05-301-1/+1
* Use BOOST_FALLTHROUGH in external codeStephan Bergmann2016-05-101-2/+2
* Fix typosAndrea Gelmini2016-05-011-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-7/+7
* Avoid reserved identifiersStephan Bergmann2016-04-223-22/+22
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-206-35/+35
* clean-up: unused using declarations and includesJochen Nitschke2016-04-182-2/+0
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* Revert "tdf#88206: use variadic variants for cppu helper"Stephan Bergmann2016-04-127-13/+13
* tdf#88206: use variadic variants for cppu helperStefan Weiberg2016-04-117-13/+13
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* loplugin:unuseddefaultparams in mysqlcNoel Grandin2016-03-032-8/+6
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin: unused return valuesNoel Grandin2016-01-182-9/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-081-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-12-241-1/+1
* loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin2015-12-221-1/+0
* loplugin:unusedmethodsNoel Grandin2015-12-214-68/+0
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* loplugin:unusedfieldsNoel Grandin2015-11-301-2/+0
* loplugin:unusedfields variousNoel Grandin2015-11-255-143/+35
* fix mysqlc buildNoel Grandin2015-11-164-4/+8
* use initialiser for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-109-25/+25
* mysqlc: -Werror=unused-functionMichael Stahl2015-11-051-0/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-2/+2