summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc
AgeCommit message (Expand)Author
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-11tdf#92459 remove o3tl/compat_functional.hxxDaniel Robertson
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-07-15loplugin:unusedmethods connectivityNoel Grandin
2015-07-13tdf#91112 replace o3tl::compose1 with lambdas in connectivityJorenz Paragas
2015-06-28coverity#1308559 Uncaught exceptionCaolán McNamara
2015-06-18Fix typosAndrea Gelmini
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29convert ODBC3SQL constants to scoped enumNoel Grandin
2015-05-17Remove include stdio (part1)Julien Nabet
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-25new constantfunction lopluginNoel Grandin
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin
2015-03-23loplugin:constantfunction: connectivityNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan 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-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-04coverity#706375 uncaught exceptionDavid Tardon
2014-11-04coverity#706366 uncaught exceptionDavid Tardon
2014-11-04coverity#706363 uncaught exceptionDavid Tardon
2014-11-04coverity#706362 uncaught exceptionDavid Tardon
2014-11-04coverity#706361 uncaught exceptionDavid Tardon
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26factorise odbc headers inclusionLionel Elie Mamane
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-19speed optimisationLionel Elie Mamane
2014-09-19constifyLionel Elie Mamane
2014-09-19Better -Werror,-Wunused-function workaround, missing filesStephan Bergmann
2014-09-19Better -Werror,-Wunused-function workaroundStephan Bergmann
2014-09-16-Werror,-Wunused-function, plus additional clean-up and fixesStephan Bergmann