summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2015-02-09Try work around MSVC warning C4503 (decorated name length exceeded)Stephan Bergmann
2015-02-08Typos + simple german translationsJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-05callcatcher: update unused codeCaolán McNamara
2015-02-04connectivity: just check the WITH_MOZAB4WIN variableMichael Stahl
2015-02-04Typo $(CPU) -> $(CPUNAME)Stephan Bergmann
2015-02-04Revert "Do not let WNT non-INTEL run into the else branch"Stephan Bergmann
2015-02-04Do not let WNT non-INTEL run into the else branchStephan Bergmann
2015-02-04Activate mork driver on windows 64 bit buildDavid Ostrovsky
2015-02-04Fix a little bit creative pi valueTakeshi Abe
2015-02-03tdf#89048 Macab initialize record list even for never-match condition.Norbert Thiebaud
2015-02-02coverity#1267656 Logically dead codeCaolán McNamara
2015-01-31coverity#1267674 Dereference after null checkCaolán McNamara
2015-01-31tdf#88814 parameters are kinda-partially supported, so follow the suggestionLionel Elie Mamane
2015-01-30coverity#1267628 Resource leak in objectCaolán McNamara
2015-01-30coverity#1267700 Uninitialized scalar fieldCaolán McNamara
2015-01-29loplugin:cstylecast (Mac OS X)Stephan Bergmann
2015-01-28janitorialLionel Elie Mamane
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane
2015-01-28Use vector::dataStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-27fix memory leak when exception is thrownMarkus Mohrhard
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-10Disable ado unit test on x86_64 platform on windowsDavid Ostrovsky
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07PostgreSQL boolean more accurately described as booleanLionel Elie Mamane
2015-01-07fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisonsLionel Elie Mamane
2015-01-07protect agains past-the-end string accessLionel Elie Mamane
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-07Resolves fdo#87789: show groups in collected addressesJulien Nabet
2015-01-06Typo: Rerturns -> ReturnsJulien Nabet
2015-01-06Remove unnecessary include files declaring JNI functionsStephan Bergmann
2015-01-06Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann
2015-01-05fdo#80968 file resultset seek table to before beginning on opening resultsetLionel Elie Mamane
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2015-01-04connectivity: fix gcc-4.8 buildMiklos Vajna
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Fix simple typos.Andrea Gelmini