summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Prefer array over vector for 3 elements containerJohn Zhang2020-02-131-12/+13
* -Werror,-Wnon-c-typedef-for-linkageStephan Bergmann2020-02-101-4/+4
* move some headers inside connectivityNoel Grandin2020-02-1051-43/+990
* Remove erroneous whitespace in update_pchMuhammet Kara2020-02-071-3/+3
* Log swallowed exceptionStephan Bergmann2020-02-061-0/+2
* tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt2020-02-041-2/+0
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-0112-298/+292
* new loplugin:namespaceindentationNoel Grandin2020-01-3116-28/+26
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-281-2/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-289-21/+32
* remove some unused local varsNoel Grandin2020-01-282-2/+2
* tdf#54938: Adapt supportsService implementations to cppu::supportsServiceBatuhan Taskaya2020-01-271-4/+1
* tdf#124176: Use pragma once instead of include guardsCanberk TURAN2020-01-261-4/+1
* remove some unused local varsNoel Grandin2020-01-261-1/+0
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-1/+1
* Typo ORealObdcDriver->ORealOdbcDriverJulien Nabet2020-01-251-5/+5
* tdf#124176: Use pragma once instead of include guardsCanberk TURAN2020-01-255-20/+5
* tdf#124176: Use pragma once instead of include guardsEda Nur Var2020-01-251-3/+1
* loplugin:makeshared in connectivity..cppuhelperNoel Grandin2020-01-248-12/+12
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-163-9/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-151-3/+1
* clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin2020-01-1527-111/+45
* tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen2020-01-14185-591/+91
* use more std::make_sharedNoel Grandin2020-01-102-5/+5
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-091-1/+1
* Removed redundant semicolonsAndrea Gelmini2020-01-061-1/+1
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-12-266-14/+17
* sal_Char->char in connectivityNoel Grandin2019-12-1848-111/+110
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin2019-12-181-18/+8
* tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen2019-12-16102-126/+73
* Fix PQ_SDBC_DRIVER_VERSIONStephan Bergmann2019-12-091-6/+4
* clang-tidy(WIP): bugprone-signed-char-misuse findings 1Tamás Zolnai2019-12-071-8/+2
* Fix some new dependencies on boost_headersStephan Bergmann2019-12-062-0/+4
* loplugin:external (macOS)Stephan Bergmann2019-12-062-0/+3
* loplugin:external (clang-cl)Stephan Bergmann2019-12-051-0/+2
* Use SAL_STRINGIFYStephan Bergmann2019-12-041-13/+10
* Simplify SQLError::ParamValue to just o3tl::optional<OUString>Stephan Bergmann2019-12-021-26/+19
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-015-9/+9
* Related tdf#128974: Really deal with "default" and "default-release" profilesJulien Nabet2019-11-291-0/+10
* In the same way as 97ad402d58b52a1f2636905137c21298531c2935Julien Nabet2019-11-271-1/+1
* Fix for 2 commits related to cppcheck:Julien Nabet2019-11-261-2/+0
* tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet2019-11-261-1/+1
* Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet2019-11-241-1/+0
* cppcheck: fix 2 funcArgOrderDifferentJulien Nabet2019-11-241-6/+6
* cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet2019-11-237-43/+20
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-2225-7/+85
* connectivity: avoid redundant access specifierMiklos Vajna2019-11-201-1/+0
* make some classes module-privateNoel Grandin2019-11-158-9/+9
* New loplugin:consttoboolStephan Bergmann2019-11-142-6/+6
* Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2019-11-138-29/+29