summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2016-07-27improve passstuffbyref return analysisNoel Grandin15-43/+43
2016-07-25new loplugin overrideparamNoel Grandin3-14/+14
2016-07-22Fix typosAndrea Gelmini1-1/+1
2016-07-15loplugin:redundantcastStephan Bergmann2-4/+4
2016-07-15new loplugin unnecessary overrideNoel Grandin11-60/+2
2016-07-15tdf#71009 GSoC firebird metadata functionsWastack1-12/+108
2016-07-15tdf#91324 GSoC adapt struct tm correctlyWastack1-4/+8
2016-07-13Remove useless comments (one was even wrong)Stephan Bergmann1-6/+6
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann16-16/+16
2016-07-12tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann1-2/+8
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in connectivityStephan Bergmann3-4/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-3/+3
2016-07-04tdf#43157 clean up OSL_ASSERT in connectivityJochen Nitschke4-4/+4
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin27-43/+46
2016-06-27clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2016-06-23loplugin:unusedvariablecheckStephan Bergmann1-1/+0
2016-06-23tdf#67302 Resolving tablesSupplier name clash for postgresqlPrashant8-10/+34
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl4-2/+27
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann4-44/+44
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2-8/+2
2016-06-09remove some manual ref-counting in connectivityNoel Grandin21-158/+118
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page6-26/+25
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl3-30/+30
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann2-8/+8
2016-06-06connectivity: -Werror=unused-variableMichael Stahl2-3/+6
2016-06-06loplugin:sallogareasStephan Bergmann1-1/+1
2016-06-06connectivity: DBase: fix some obvious endian issuesMichael Stahl4-5/+42
2016-06-06Use o3tl/any.hxx in connectivityStephan Bergmann4-62/+66
2016-06-06tdf#89329: use unique_ptr for pImpl in TColumnHelperXisco Fauli1-4/+1
2016-06-06remove some manual ref-countingNoel Grandin5-28/+19
2016-06-03loplugin:refcountingStephan Bergmann1-1/+1
2016-06-02don't detach from database if we are not attachedLionel Elie Mamane1-2/+5
2016-05-30com::sun::star->css in connectivityNoel Grandin410-7595/+7581
2016-05-30loplugin:unusedmethodsNoel Grandin1-4/+0
2016-05-26loplugin:unusedreturntypesNoel Grandin4-30/+19
2016-05-24Revert "remove some manual ref-counting"Noel Grandin5-18/+27
2016-05-24remove some manual ref-countingNoel Grandin5-27/+18
2016-05-24Convert T_DRIVERTYPE to scoped enumNoel Grandin1-15/+15
2016-05-24Convert OKeyType to scoped enumNoel Grandin4-15/+15
2016-05-22convert TAscendingOrder to scoped enumNoel Grandin7-10/+11
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-5/+5
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin10-25/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-17Make CSV line parsers consistent with CSV field parsers.Damjan Jovanovic1-6/+53
2016-05-12tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara1-2/+2
2016-05-12fall-through->SAL_FALLTHROUGHCaolán McNamara1-1/+1