summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)Author
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-03-07Remove redundant 'inline' keyword, Linux reduxStephan Bergmann
2017-03-02Fix typosAndrea Gelmini
2017-02-23With GCC -std=gnu++17, dynamic exception specifications cause an errorStephan Bergmann
2017-02-16external/mysqlcppconn: Silence -Wdynamic-exception-spec errorsStephan Bergmann
2017-02-03boost::scoped_ptr -> std::unique_ptr in mysqlcNoel Grandin
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-01-31Work around GCC 7 -Werror=implicit-fallthrough=Stephan Bergmann
2017-01-31Silence GCC 7 warnings in cppconn/exception.hStephan Bergmann
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-11-17loplugin:datamembershadowNoel Grandin
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-10-27Remove bogus comments about ~IPropertyArrayHelper not being virtualStephan Bergmann
2016-09-20Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann
2016-09-18loplugin:unusedenumvaluesNoel Grandin
2016-07-15loplugin:unnecessaryoverride in mysqlcStephan Bergmann
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann
2016-06-09Revert "tdf#88206 Change use of cppu::WeakImplHelper*"Caolán McNamara
2016-06-09tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav
2016-05-30Missing includeStephan Bergmann
2016-05-10Use BOOST_FALLTHROUGH in external codeStephan Bergmann
2016-05-01Fix typosAndrea Gelmini
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-12Revert "tdf#88206: use variadic variants for cppu helper"Stephan Bergmann
2016-04-11tdf#88206: use variadic variants for cppu helperStefan Weiberg
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-03loplugin:unuseddefaultparams in mysqlcNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara
2015-12-24loplugin:unnecessaryvirtualNoel Grandin
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-16fix mysqlc buildNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05mysqlc: -Werror=unused-functionMichael Stahl
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin
es happen to depend on it. Cleaned up some, but something like grep -FwL sal/log.hxx $(git grep -Elw \ 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx) shows lots more files that potentially need fixing before the include can be removed from rtl/string.hxx and rtl/ustring.hxx. Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann Change-Id: I14b923990a012e8e85ca9170cdffd6b8e3626d89 2015-03-31Use OUString::unacquiredStephan Bergmann found with git grep -E '\* *\<reinterpret_cast\>[^>]+\<OUString\>' Change-Id: I9306d4ad8e3b1664f54cb7df86f2d79bfd3c6cb9 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann Change-Id: Ib3610f9d244b15f8f752c0f781600f5c7e7a944f 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann Change-Id: I2ac79c757d9116d35436ae1adc0e11e7040e725d 2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann Change-Id: I132d22e2af3cf673c17d8964f690d48990834884 2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann Change-Id: I3d820a1df3750d20e704a163f45c16ea29a1b4bd 2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db 2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann Change-Id: If8c20c8a0958016c14007406244fc8ab9a742933 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-29loplugin: cstylecastNoel Grandin Change-Id: I53b69a488c70769cbb841db519bc28fd211dc087 2014-06-05stoc: remove SAL_THROW macroNoel Grandin Change-Id: I7443c855a7145837621887030b0d3d01cca2a5ac 2014-05-23get stoc to build againCaolán McNamara Change-Id: Ie4f04f8d5daf4af66057ec1ead4372c2ef0e7056 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74 2014-05-22stoc: fix includesThomas Arnhold Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862 2014-05-22stoc: make use of css aliasThomas Arnhold Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-26Remove visual noise from stocAlexander Wilms Change-Id: I19edfb2796298c4870124d0d1e9488974a010bb8 Reviewed-on: https://gerrit.libreoffice.org/8316 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-23Remove unneccessary commentsAlexander Wilms Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-12-16Clean-up uno/lbnames.hStephan Bergmann Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>