summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-31new loplugin:namespaceindentationNoel Grandin14-25/+23
2020-01-28New loplugin:unsignedcompareStephan Bergmann7-18/+27
2020-01-27tdf#54938: Adapt supportsService implementations to cppu::supportsServiceBatuhan Taskaya1-4/+1
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-25Typo ORealObdcDriver->ORealOdbcDriverJulien Nabet1-5/+5
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin2-3/+3
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2-6/+2
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-3/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin23-99/+38
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen146-496/+18
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-3/+3
2019-12-18sal_Char->char in connectivityNoel Grandin31-68/+67
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-18/+8
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen60-54/+61
2019-12-09Fix PQ_SDBC_DRIVER_VERSIONStephan Bergmann1-6/+4
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 1Tamás Zolnai1-8/+2
2019-12-06loplugin:external (macOS)Stephan Bergmann2-0/+3
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+2
2019-12-04Use SAL_STRINGIFYStephan Bergmann1-13/+10
2019-11-29Related tdf#128974: Really deal with "default" and "default-release" profilesJulien Nabet1-0/+10
2019-11-27In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet1-1/+1
2019-11-26Fix for 2 commits related to cppcheck:Julien Nabet1-2/+0
2019-11-26tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet1-1/+1
2019-11-24Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet1-1/+0
2019-11-24cppcheck: fix 2 funcArgOrderDifferentJulien Nabet1-6/+6
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet7-43/+20
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann19-6/+62
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-14New loplugin:consttoboolStephan Bergmann2-6/+6
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann8-29/+29
2019-11-06Base/Firebird fix column creationJulien Nabet1-1/+0
2019-11-03mysqlc: replace initializer list with assignmentTamas Bunth1-17/+23
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+2
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-5/+5
2019-10-21loplugin:stringadd (macOS)Stephan Bergmann1-1/+1
2019-10-21loplugin:bufferadd (macOS)Stephan Bergmann1-5/+1
2019-10-19mariadb still uses char for my_boolCaolán McNamara1-1/+1
2019-10-18Fix building against MySQL Connector/C 8Peter Levine1-2/+8
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-10/+6
2019-10-17Remove some memset callsMike Kaganski5-18/+7
2019-10-17Remaining loplugin:bufferaddStephan Bergmann7-134/+56
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann3-5/+5
2019-10-15new loplugin:bufferaddNoel Grandin6-36/+25
2019-10-15Replace getDefaultValue by getColExprForDefaultSettingVal (postgresql)Julien Nabet4-4/+4
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-13tdf#128111: "adsrc" doesn't exist from Postgresql 12Julien Nabet4-7/+18
2019-10-11simplify "a = a +" to "a +="Noel Grandin3-5/+5