aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add auto test for SynchronousProcess::runBlockingAlessandro Portale2021-05-281-0/+66
* Utils: Add an auto test for QtcProcess::exitCode()Alessandro Portale2021-05-281-0/+60
* Docker: Add a DockerFile for a test image for manual testinghjk2021-05-282-0/+23
* Move filename line split into Utils::LinkDavid Schulz2021-05-251-0/+76
* Utils: filepathify LinkDavid Schulz2021-05-252-4/+4
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-252-3/+44
|\
| * Tests: Adapt test after changing diagnosticsChristian Stenger2021-05-251-3/+20
| * Add a test for parsing properly [Thread ...] dataJarek Kobus2021-05-201-0/+24
* | Unittest: Fix source location after mergeChristian Stenger2021-05-211-1/+1
* | Tracing: Add a manual testAlessandro Portale2021-05-215-0/+202
* | Manual widget tests: Expose setTheme functionAlessandro Portale2021-05-202-3/+9
* | Utils: Centralize FilePath case sensitivity handlinghjk2021-05-191-0/+35
* | Utils: Rework FilePath gutshjk2021-05-191-0/+72
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-192-0/+10
|\|
| * clangbackend: Add another exception to our "find real cursor" heuristicChristian Kandeler2021-05-172-0/+10
* | Unit test: Fix buildChristian Kandeler2021-05-181-2/+4
* | Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* | Utils: Drop SynchronousProcessResponsehjk2021-05-171-2/+2
* | clangbackend: Fix token length calculationChristian Kandeler2021-05-172-0/+8
* | Tests: Fix compileChristian Stenger2021-05-123-6/+6
* | Debuggger: Compile fix after moving ProcessArgs class into filepairhjk2021-05-113-0/+6
* | Utils: Move process arguments class out of QtcProcesshjk2021-05-112-144/+144
* | Utils: Use std::function instead of signal SynchronousProcess callbackhjk2021-05-101-3/+3
* | Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-102-7/+1
* | Android: Fix AVD display if there are no AVDsEike Ziller2021-05-101-0/+3
* | Android: Make avd output parsing testableEike Ziller2021-05-105-0/+378
* | Revert "Revert "Merge remote-tracking branch 'origin/4.15'""Eike Ziller2021-05-077-12/+26
* | Tests: Port manual/process to QtcProcesshjk2021-05-071-4/+6
* | Utils: Remove SynchronousProcess::stopProcesshjk2021-05-071-13/+8
* | Revert "Merge remote-tracking branch 'origin/4.15'"Marco Bubke2021-05-067-26/+12
* | Merge remote-tracking branch 'origin/4.15'Tim Jenssen2021-05-067-12/+26
|\|
| * 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
* | QmlJS: Add test for recursive declared itemsChristian Stenger2021-05-063-19/+40
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-051-1/+1
|\|
| * Unittest: Fix writing CppTools.json in cmake buildChristian Stenger2021-04-301-1/+1
* | Tests: Fix buildChristian Stenger2021-04-301-0/+2
* | ProjectExplorer: Fix tst_toolchaincache dependencies (CMake)Alessandro Portale2021-04-291-1/+1
* | QmlDesigner: Remove findInSorted functionMarco Bubke2021-04-271-121/+10
* | QmlDesigner: Improve storage handling in StorageCacheMarco Bubke2021-04-271-7/+14
* | Unittest: Fix buildChristian Stenger2021-04-271-6/+9
* | QmlDesigner: Add storage cacheMarco Bubke2021-04-262-0/+626
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-265-27/+34
|\|
| * 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
* | Sqlite: Add range getterMarco Bubke2021-04-263-3/+332