summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Tests: Build text tests with Qbs as wellChristian Stenger2023-05-172-1/+2
* Utils: add Position::fromCursor with testsDavid Schulz2023-05-171-0/+34
* Fix Qbs buildChristian Stenger2023-05-172-2/+0
* Tests: Add a test to feed shells via stdinhjk2023-05-171-0/+16
* Tests: Fix Qbs buildChristian Stenger2023-05-172-0/+2
* Solutions: Long live Solutions!Jarek Kobus2023-05-1711-43/+34
* Utils: add tests for Position::fromPositionInDocumentDavid Schulz2023-05-161-0/+28
* Utils: remove duplicated testDavid Schulz2023-05-161-4/+0
* Utils: add tests for Position::fromFileNameDavid Schulz2023-05-162-27/+96
* Utils: fix Text::Range length and remove midDavid Schulz2023-05-124-0/+70
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-1/+1
* Utils: Make column of LineColumn consistently 0-basedDavid Schulz2023-05-111-2/+2
* Utils: Improve FilePath::sortMarcus Tillmanns2023-05-101-0/+52
* Tasking::Tree: Rename Tree into TaskTreeTaskJarek Kobus2023-05-101-1/+1
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-091-42/+61
* Fix environment auto testhjk2023-05-081-1/+1
* qmljsreformatter: don't default foreach type to "in"Semih Yavuz2023-05-081-0/+9
* Proliferate pathListSeparator()Alessandro Portale2023-05-051-1/+1
* Tests: Rename tst_AsyncTask -> tst_AsyncJarek Kobus2023-05-057-23/+23
* Tests: Rename tst_QtcProcess -> tst_ProcessJarek Kobus2023-05-0510-63/+61
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-1/+0
|\
| * Fix qbs build for QML testChristian Kandeler2023-05-021-1/+0
| * Examples: Read meta data, which includes categoriesEike Ziller2023-04-131-1/+7
| * Add test for examples parsingEike Ziller2023-04-135-0/+172
* | Remove unused includes of QFutureInterfaceJarek Kobus2023-05-042-2/+0
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-045-5/+5
* | Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-045-38/+38
* | Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-032-2/+2
* | Tasking::WaitForBarrier: Rename it into WaitForBarrierTaskJarek Kobus2023-05-031-12/+12
* | Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-032-46/+46
* | TaskTree: Enable the fluent interface for TasksJarek Kobus2023-05-031-0/+29
* | Fix compiler warningsEike Ziller2023-05-021-2/+0
* | Tests: Fix qbs buildChristian Stenger2023-05-021-1/+0
* | TaskTree: Add tests for new functionality enabled by BarrierJarek Kobus2023-05-021-1/+193
* | TaskTree: Refactor barrier testsJarek Kobus2023-05-021-27/+31
* | TaskTree: Replace the usages of old WaitFor with new BarrierJarek Kobus2023-05-021-32/+36
* | TaskTree: Rewrite tests to use AsyncTaskJarek Kobus2023-05-025-309/+220
* | TaskTree: Enhance Sync's functionJarek Kobus2023-04-271-19/+88
* | tst_taskTree: Add more tests for WaitFor/Condition/ActivatorJarek Kobus2023-04-271-5/+65
* | FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-0/+1
* | Utils: Simplify SettingsAccessor constructorshjk2023-04-261-2/+3
* | Utils: Collapse the two SettingsAccessor constructor hierarchieshjk2023-04-261-2/+2
* | Utils: Remove displayName from SettingsAccessorshjk2023-04-261-2/+1
* | Codeformatter: Support indenting of type annotated functionSemih Yavuz2023-04-201-0/+13
* | tst_RunExtensions: Move onResultReady test into tst_AsyncTaskJarek Kobus2023-04-172-61/+60
* | RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-0/+1
* | Fix tst_qml_reformatter auto testSemih Yavuz2023-04-141-12/+2
* | reformatter: fix formatting of js directivesSemih Yavuz2023-04-121-0/+15
* | onResultReady: Provide a context object for all usagesJarek Kobus2023-04-121-1/+2