aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Squish: Add parentheses around all print statementsRobert Löhning2021-07-052-3/+4
* Squish: Stabilize tst_HELP02Robert Löhning2021-07-051-6/+10
* Squish: Fix expectationsChristian Stenger2021-06-211-2/+7
* CMake build: Improve default qmake for dumper testsEike Ziller2021-05-284-2/+9
* CMake build: Fix running tst_sdktool from different directoryEike Ziller2021-05-281-1/+2
* Tests: Adapt test after changing diagnosticsChristian Stenger2021-05-251-3/+20
* Add a test for parsing properly [Thread ...] dataJarek Kobus2021-05-201-0/+24
* clangbackend: Add another exception to our "find real cursor" heuristicChristian Kandeler2021-05-172-0/+10
* Sqlite: Use config.h instead of setting everything in the build filesMarco Bubke2021-05-053-2/+10
* Sqlite: Enable SQLITE_DEBUG for debugMarco Bubke2021-05-051-0/+3
* Sqlite: Optimize the initializationMarco Bubke2021-05-051-0/+3
* Sqlite: Default column type to NoneMarco Bubke2021-05-052-10/+10
* Unittest: Fix writing CppTools.json in cmake buildChristian Stenger2021-04-301-1/+1
* Squish: Remember where breakpoints areRobert Löhning2021-04-234-14/+28
* Squish: Simplify API of doSimpleDebugging()Robert Löhning2021-04-212-9/+5
* Squish: Fix line number of expected breakpointChristian Stenger2021-04-211-1/+1
* Squish: Fix expectationsChristian Stenger2021-04-211-4/+1
* 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