summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
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
2019-11-26Fix for 2 commits related to cppcheck:Julien Nabet
2019-11-26tdf#128698: MySQL/MariaDB direct Connection: time-values not written to tableJulien Nabet
2019-11-24Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet
2019-11-24cppcheck: fix 2 funcArgOrderDifferentJulien Nabet
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20connectivity: avoid redundant access specifierMiklos Vajna
2019-11-15make some classes module-privateNoel Grandin
2019-11-14New loplugin:consttoboolStephan Bergmann
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-12use std::move when popping stuff off stacksNoel Grandin
2019-11-11rename a PCH file to properly match its MakefileLuboš Luňák
2019-11-08loplugin:stringadd (clang-cl)Stephan Bergmann
2019-11-06Base/Firebird fix column creationJulien Nabet
2019-11-04Build mysql_jdbc library even when building without javaTamas Bunth
2019-11-03mysqlc: replace initializer list with assignmentTamas Bunth
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21loplugin:stringadd (macOS)Stephan Bergmann
2019-10-21loplugin:bufferadd (macOS)Stephan Bergmann
2019-10-19mariadb still uses char for my_boolCaolán McNamara
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-18Fix building against MySQL Connector/C 8Peter Levine
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-15Replace getDefaultValue by getColExprForDefaultSettingVal (postgresql)Julien Nabet
2019-10-14use common PCH for more librariesLuboš Luňák
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-13tdf#128111: "adsrc" doesn't exist from Postgresql 12Julien Nabet
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin
2019-10-08loplugin:stringadd (macOS)Stephan Bergmann