summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse
Commit message (Expand)AuthorAgeFilesLines
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-162-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-25/+25
* clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2018-10-232-3/+2
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-2/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-2/+2
* Fix typoAndrea Gelmini2018-09-291-1/+1
* new loplugin:methodcyclesNoel Grandin2018-09-211-67/+0
* New loplugin:externalStephan Bergmann2018-09-171-2/+2
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-9/+6
* connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-5/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-07-163-0/+3
* tdf#105075 Firebird: Support Limit of query_GUITamas Bunth2018-04-141-0/+20
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-032-4/+4
* fix some openoffice bugzilla linksdennisroczek2018-04-011-1/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:useuniqueptr in OSQLParseNodeNoel Grandin2018-02-051-29/+34
* connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-312-11/+16
* coverity#1421119 Dereference after null checkCaolán McNamara2018-01-301-5/+11
* Modernize a bit connectivity (part2)Julien Nabet2018-01-272-44/+34
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-122-29/+29
* tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-041-0/+5
* tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for FirebirdTor Lillqvist2018-01-022-2/+5
* loplugin:includeform: connectivityStephan Bergmann2017-10-233-4/+4
* new loplugin:blockblockNoel Grandin2017-10-031-15/+13
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:unusedfields some untouched fieldsNoel Grandin2017-07-241-2/+2
* loplugin:constparams in connectivityNoel Grandin2017-07-192-8/+8
* loplugin:oncevar: empty strings: connectivityStephan Bergmann2017-07-131-2/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* loplugin:casttovoid: connectivityStephan Bergmann2017-07-021-1/+0
* In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann2017-06-271-7/+0
* Improved loplugin:cstylecast to reference types: connectivityStephan Bergmann2017-06-051-1/+1
* simplify OSQLScanner::SQLyyerrorNoel Grandin2017-05-311-28/+10
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-092-10/+8
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* tdf#39468 cleanup source code commentsdennisroczek2017-04-271-12/+11
* tdf#39468 Translate German commentsJens Carl2017-03-293-14/+14
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Fix typosAndrea Gelmini2017-03-031-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* remove unused enumerators from SQLNodeTypeNoel Grandin2017-02-171-18/+0
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-152-10/+10
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-30/+30
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+1
* no special support for MACOSX PPC in master for a while nowCaolán McNamara2017-01-171-2/+0
* New loplugin:externvar: connectivityStephan Bergmann2017-01-092-2/+2
* hack to silence -Wunused-functionCaolán McNamara2017-01-091-0/+2
* Fix loplugin warnings in sqlflex.lStephan Bergmann2017-01-041-9/+9
* Fix loplugin warnings in sqlbison.yStephan Bergmann2017-01-041-31/+31