summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2020-03-06tdf#131164: Fix crash on Tools>User Administration (Firebird)Julien Nabet
2020-03-06loplugin:unusedmethodsNoel Grandin
2020-02-27remove postgresql-sdbc.iniRene Engelhard
2020-02-27Postgresql: replace specific log mechanism by generic SAL_INFO/SAL_WARNJulien Nabet
2020-02-24Postgresql unused POSTGRE_TRACEJulien Nabet
2020-02-23Postgresql native, fix readLogLevelFromConfigurationJulien Nabet
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-20Move Boost.Spirit usage away from legacy namespaceAdam Majer
2020-02-20tdf#42982: Improve UNO API error reportingFaruk Demirbaş
2020-02-16tdf#130708: Firebird: fix wrong precision and scale for DECIMAL and NUMERICJulien Nabet
2020-02-13Prefer array over vector for 3 elements containerJohn Zhang
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann
2020-02-10move some headers inside connectivityNoel Grandin
2020-02-07Remove erroneous whitespace in update_pchMuhammet Kara
2020-02-06Log swallowed exceptionStephan Bergmann
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-28remove some unused local varsNoel Grandin
2020-01-27tdf#54938: Adapt supportsService implementations to cppu::supportsServiceBatuhan Taskaya
2020-01-26tdf#124176: Use pragma once instead of include guardsCanberk TURAN
2020-01-26remove some unused local varsNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-25Typo ORealObdcDriver->ORealOdbcDriverJulien Nabet
2020-01-25tdf#124176: Use pragma once instead of include guardsCanberk TURAN
2020-01-25tdf#124176: Use pragma once instead of include guardsEda Nur Var
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2020-01-10use more std::make_sharedNoel Grandin
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-12-09Fix PQ_SDBC_DRIVER_VERSIONStephan Bergmann
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 1Tamás Zolnai
2019-12-06Fix some new dependencies on boost_headersStephan Bergmann
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-04Use SAL_STRINGIFYStephan Bergmann
2019-12-02Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-29Related tdf#128974: Really deal with "default" and "default-release" profilesJulien Nabet
2019-11-27In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet