summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-015-15/+6
* connectivity: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-292-36/+36
* improve passstuffbyref return analysisNoel Grandin2016-07-2715-43/+43
* new loplugin overrideparamNoel Grandin2016-07-253-14/+14
* Fix typosAndrea Gelmini2016-07-221-1/+1
* loplugin:redundantcastStephan Bergmann2016-07-152-4/+4
* new loplugin unnecessary overrideNoel Grandin2016-07-1511-60/+2
* tdf#71009 GSoC firebird metadata functionsWastack2016-07-151-12/+108
* tdf#91324 GSoC adapt struct tm correctlyWastack2016-07-151-4/+8
* Remove useless comments (one was even wrong)Stephan Bergmann2016-07-131-6/+6
* Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann2016-07-1216-16/+16
* tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann2016-07-121-2/+8
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-1/+1
* loplugin:redundantcast: redundant static_casts in connectivityStephan Bergmann2016-07-083-4/+4
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-3/+3
* tdf#43157 clean up OSL_ASSERT in connectivityJochen Nitschke2016-07-044-4/+4
* remove comphelper::string::removeNoel Grandin2016-07-041-1/+1
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-0427-43/+46
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2016-06-271-1/+1
* loplugin:unusedvariablecheckStephan Bergmann2016-06-231-1/+0
* tdf#67302 Resolving tablesSupplier name clash for postgresqlPrashant2016-06-238-10/+34
* connecitivty: [loplugin:nullptr]Michael Stahl2016-06-214-2/+27
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-104-44/+44
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-092-8/+2
* remove some manual ref-counting in connectivityNoel Grandin2016-06-0921-158/+118
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* tdf#96099 Remove various smart pointer typedefsMark Page2016-06-086-26/+25
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-063-30/+30
* Normalize on using @throws instead of @raise[s]Stephan Bergmann2016-06-062-8/+8
* connectivity: -Werror=unused-variableMichael Stahl2016-06-062-3/+6
* loplugin:sallogareasStephan Bergmann2016-06-061-1/+1
* connectivity: DBase: fix some obvious endian issuesMichael Stahl2016-06-064-5/+42
* Use o3tl/any.hxx in connectivityStephan Bergmann2016-06-064-62/+66
* tdf#89329: use unique_ptr for pImpl in TColumnHelperXisco Fauli2016-06-061-4/+1
* remove some manual ref-countingNoel Grandin2016-06-065-28/+19
* loplugin:refcountingStephan Bergmann2016-06-031-1/+1
* don't detach from database if we are not attachedLionel Elie Mamane2016-06-021-2/+5
* com::sun::star->css in connectivityNoel Grandin2016-05-30410-7595/+7581
* loplugin:unusedmethodsNoel Grandin2016-05-301-4/+0
* loplugin:unusedreturntypesNoel Grandin2016-05-264-30/+19
* Revert "remove some manual ref-counting"Noel Grandin2016-05-245-18/+27
* remove some manual ref-countingNoel Grandin2016-05-245-27/+18
* Convert T_DRIVERTYPE to scoped enumNoel Grandin2016-05-241-15/+15
* Convert OKeyType to scoped enumNoel Grandin2016-05-244-15/+15
* convert TAscendingOrder to scoped enumNoel Grandin2016-05-227-10/+11
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-5/+5
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-1/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-1810-25/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* Make CSV line parsers consistent with CSV field parsers.Damjan Jovanovic2016-05-171-6/+53