summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek5-6/+6
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-2/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-24mysqlc: next() should move cursor from LastTamas Bunth2-3/+16
2018-11-24Build mysql_jdbc library even when building..Tamas Bunth1-2/+2
2018-11-21improve function-local statics in basic..cuiNoel Grandin10-82/+78
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-21Fix getColumnRows function declarationJan-Marek Glogowski1-1/+1
2018-11-21connectivity Writer driver: make ProviderRequest members privateMiklos Vajna1-3/+5
2018-11-21fix some dodgy static vars in connectivityNoel Grandin5-9/+7
2018-11-17Fix typosAndrea Gelmini1-4/+4
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin6-18/+40
2018-11-11tdf#120703 PVS: V555Mike Kaganski1-28/+33
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2-9/+9
2018-11-09mysqlc: fix return value of XResultSet::nextTamas Bunth2-1/+7
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-1/+2
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-12/+2
2018-11-08loplugin:unusedfieldsNoel Grandin2-4/+1
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin3-26/+19
2018-11-05Fix typo in codeAndrea Gelmini1-2/+2
2018-11-05Fix typosAndrea Gelmini1-1/+1
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-9/+3
2018-11-05mysqlc: allow multiple open statementsTamas Bunth4-157/+200
2018-11-04coverity#1440839: COPY_PASTE_ERRORJulien Nabet1-1/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin3-8/+8
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-1/+1
2018-11-01mysqlc: filter schema in getColumnsTamas Bunth1-4/+12
2018-11-01Fix build on HaikuKacper Kasper1-2/+2
2018-10-31mysqlc: Add support for mediumnint and char typesTamas Bunth1-2/+2
2018-10-29loplugin:oncevarNoel Grandin1-4/+2
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-1/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen4-1/+3
2018-10-25tdf#120713 correctly handle boolean values in filtersLionel Elie Mamane1-0/+5
2018-10-25loplugin:unusedmethodsNoel Grandin2-8/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin38-524/+507
2018-10-24Add 5 properties to not pass to JDBC driverJulien Nabet1-0/+5
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin10-14/+13
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara1-8/+5
2018-10-22Add unit test for mysqlc connectorTamas Bunth4-0/+266
2018-10-21pvs-studio: Expression 'condition == MQueryExpression::AND' is always true.Caolán McNamara1-3/+2
2018-10-21queryComplete is always trueCaolán McNamara3-33/+3
2018-10-21pvs-studio: Expression '_par0 > 0' is always true.Caolán McNamara1-6/+3
2018-10-21pvs-studio: Not all members of a class are initialized inside the constructorCaolán McNamara1-0/+6
2018-10-20copy and paste errorCaolán McNamara1-1/+1
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin10-25/+25
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-3/+3
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1