aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Lexer: Support the integer suffixes LU and LLU alsoAndre Hartmann2021-04-191-0/+44
* ClangBackEnd: Fix mis-detection of operator<Christian Kandeler2021-04-192-0/+23
* ClangCodeModel: Fix template highlighting bugChristian Kandeler2021-04-163-0/+10
* UnitTests: Fix flaky testMarco Bubke2021-04-151-7/+7
* DumperTests: Ensure a set up environmentChristian Stenger2021-04-141-0/+2
* Unit test: Fix qbs buildChristian Kandeler2021-03-301-2/+5
* Fix qbs unittest buildDavid Schulz2021-03-301-0/+2
* Sqlite: Value can now handle blob tooMarco Bubke2021-03-301-4/+77
* Sqlite: Use std::byteMarco Bubke2021-03-301-3/+3
* Sqlite: Move result count to class declarationMarco Bubke2021-03-2635-1576/+786
* Merge remote-tracking branch 'origin/4.14' into 4.15Eike Ziller2021-03-181-1/+2
|\
| * Squish: Prepare for clang > 9Robert Löhning2021-03-151-1/+2
* | Squish: Allow automatically created kitsChristian Stenger2021-03-162-2/+2
* | Squish: Correct hitting "Do Not Show Again"Christian Stenger2021-03-162-3/+10
* | Tests: Work around problems in execution of dumper testsChristian Stenger2021-03-111-29/+31
* | Debugger: Mark elision of long QUrls in Locals and Expressionshjk2021-03-031-1/+3
* | Merge remote-tracking branch 'origin/4.14' into 4.15Eike Ziller2021-03-011-4/+6
|\|
| * Squish: Wait for the docs update progress barChristian Stenger2021-02-251-4/+6
* | CPlusPlus: Do not mis-classify bitfield declarations as initializationsChristian Kandeler2021-02-251-1/+1
* | qmljs: correctly reformat js spread operator (...)Fawzi Mohamed2021-02-231-0/+11
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-02-182-1/+148
|\|
| * Sqlite: Add readTo methodMarco Bubke2021-02-152-1/+61
| * Sqlite: Add callback methodMarco Bubke2021-02-152-0/+87
* | Debugger: Use a class for GdbMI parser parametershjk2021-02-181-3/+2
* | ClangCodeModel: Show only valid applicable overloads when completingChristian Kandeler2021-02-171-4/+4
* | Debugger: Add some manual test to check console interactionhjk2021-02-172-0/+65
* | clangbackend: Work around libclang cursor bugChristian Kandeler2021-02-152-0/+20
* | ClangCodeModel: Support "parentheses" matching for ternary operatorChristian Kandeler2021-02-112-1/+4
* | Tests: Fix pluginspecs test for cmakeChristian Stenger2021-02-105-7/+9
* | Locator: Enable to show C++ type aliasesChristian Kandeler2021-02-091-0/+2
* | CMake: merge binary directories of sub projectsChristian Stenger2021-02-054-0/+4
* | Fix warnings about unused variablesChristian Kandeler2021-02-051-2/+2
* | CPlusPlus: Add missing line and column info for lambda functionshjk2021-02-051-0/+12
* | Fix qbs buildChristian Kandeler2021-02-031-0/+2
* | qmljs: add check for comparisons not depending on valuesFawzi Mohamed2021-02-031-12/+77
* | qmljs: fix qmljscheckFawzi Mohamed2021-02-0312-39/+38
* | qmljs: support inline componentsFawzi Mohamed2021-02-034-8/+79
* | qmljs: fix arrow function reformattingFawzi Mohamed2021-02-031-0/+16
* | QmlDesigner: Add an reason parameter to the image cache abort callbackMarco Bubke2021-02-013-23/+54
* | QmlDesigner: Fix flacky test AsynchronousImageCache.WaitForFinishedMarco Bubke2021-02-011-1/+6
* | QmlDesigner: Fix flacky test ImageCacheGenerator.WaitForFinishedMarco Bubke2021-02-011-1/+8
* | QmlDesigner: Compress generator tasksMarco Bubke2021-02-011-2/+132
* | Debugger: improve std::unordered_map dumper for cdbDavid Schulz2021-01-291-12/+10
* | Unit test: Add missing switch casesChristian Kandeler2021-01-261-0/+2
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-252-1/+23
|\|
| * clangbackend: Fix missing completion for private member functionsChristian Kandeler2021-01-222-1/+23
* | ClangCodeModel: Support highlighting angle bracketsChristian Kandeler2021-01-221-4/+7
* | QmlDesigner: Improve imagecacheMarco Bubke2021-01-2117-600/+1174
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-203-22/+58
|\|
| * Squish: Make another helper tool compatibleChristian Stenger2021-01-181-8/+14