summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* tdf#71009 GSoC firebird metadata functionsWastack2016-07-181-12/+108
* tdf#91324 GSoC adapt struct tm correctlyWastack2016-07-151-4/+8
* tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann2016-07-121-2/+8
* connectivity: DBase: fix some obvious endian issuesMichael Stahl2016-06-074-5/+45
* 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
* tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara2016-05-121-2/+2
* fall-through->SAL_FALLTHROUGHCaolán McNamara2016-05-121-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-108-12/+14
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-103-1/+4
* connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl2016-05-064-7/+2
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-14/+14
* Fix Windows-only code, part 8Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 7Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only code, part 6Stephan Bergmann2016-05-041-2/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-045-19/+15
* NULL -> nullptrStephan Bergmann2016-05-031-2/+2
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-2810-64/+64
* -Werror=maybe-uninitializedStephan Bergmann2016-04-251-2/+3
* Cannot extract Any to sal_uInt32Stephan Bergmann2016-04-251-1/+4
* fix Windows buildNoel Grandin2016-04-251-2/+3
* simplify OPropertyMap initNoel Grandin2016-04-252-82/+70
* Avoid reserved identifiersStephan Bergmann2016-04-222-15/+15
* loplugin:salboolStephan Bergmann2016-04-225-126/+126
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-217-30/+27
* new plugin stylepoliceNoel Grandin2016-04-212-28/+28
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2068-649/+649
* follow-up for clean-up declarations and includesJochen Nitschke2016-04-181-1/+2
* cppcheck: silence known condition warning in connectivityJochen Nitschke2016-04-181-8/+4
* loplugin:passstuffbyrefStephan Bergmann2016-04-184-5/+5
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-8/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1831-231/+3
* loplugin:passstuffbyrefStephan Bergmann2016-04-152-3/+3
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#97853 connectivity: fix inverted conditionMichael Stahl2016-04-132-3/+3
* loplugin:passstuffbyref in connectivityNoel Grandin2016-04-1317-25/+25
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1224-36/+0
* clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin2016-04-118-14/+12
* No need to wrap SAL_INFO in OSL_DEBUG_LEVEL > 0Stephan Bergmann2016-04-111-12/+0
* Replace OUtoCStr macroJulien Nabet2016-04-111-12/+10
* tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2016-04-081-3/+4
* Avoid reserved identifiersStephan Bergmann2016-04-0643-314/+314