This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
cc05c1637778db8210ea901b8da71aeef1bde05e
qt-creator
/
tests
/
auto
/
solutions
/
CMakeLists.txt
4 lines
90 B
CMake
Raw
Normal View
History
Unescape
Escape
TaskTree: Add tests for ConcurrentCall Change-Id: I493ab170656a61a841614dff87495fa324336c45 Reviewed-by: hjk <hjk@qt.io>
2023-11-09 01:17:07 +01:00
add_subdirectory
(
concurrentcall
)
TaskTree: Add a test for QProcessTask Change-Id: If49ec3dded8ce92a2a78b55ce95b56e8683de1f5 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
2023-10-27 10:50:30 +02:00
add_subdirectory
(
qprocesstask
)
Solutions: Long live Solutions! Short live Tasking in Solutions! Add src/libs/solutions/README.md with the motivation and hints. Move TaskTree and Barrier from Utils into Tasking object lib, the first solution in Solutions project. Tasking: Some more work is still required for adapting auto and manual tests. Currently they use Async task, which stayed in Utils. For Qt purposed we most probably need to have a clone of Async task inside the Tasking namespace that is more Qt-like (no Utils::FutureSynchronizer, no priority field, global QThreadPool instead of a custom one for Creator). Change-Id: I5d10a2d68170ffa467d8c299be5995b9aa4f8f77 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-05-10 21:38:41 +02:00
add_subdirectory
(
tasking
)
Copy Permalink