| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change license for tests files | Lucie Gérard | 2024-02-04 | 1 | -1/+1 |
| * | QtConcurrent::run() test: Add tests taking static function | Jarek Kobus | 2023-11-09 | 1 | -4/+37 |
| * | tst_qtconcurrentrun: fix UB (uninit'ed values) | Marc Mutz | 2023-03-31 | 1 | -2/+2 |
| * | QThread: add sleep(std::chrono::nanoseconds) overload | Ahmad Samir | 2023-03-13 | 1 | -1/+1 |
| * | Skip tst_qconcurrentrun completely if running under an emulator | Ville Voutilainen | 2022-12-19 | 1 | -3/+8 |
| * | Temporarily skip tst_qtcuncurrentrun::pollForIsFinished in emulator | Fabian Kosmale | 2022-11-30 | 1 | -0/+5 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -3/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -27/+2 |
| * | Fix memory leak in QtConcurrent::run when called with a NULL QThreadPool | Sona Kurazyan | 2022-01-24 | 1 | -0/+23 |
| * | QtConcurrent::run crashes on program exit | Tianlu Shao | 2021-12-20 | 1 | -0/+12 |
| * | QtConcurrent::run: support non default-constructible return types | Sona Kurazyan | 2021-08-18 | 1 | -0/+12 |
| * | Replace QtTest headers with QTest | David Skoland | 2020-12-22 | 1 | -1/+3 |
| * | Forbid implicit conversions between QFuture and other types | Sona Kurazyan | 2020-10-30 | 1 | -2/+2 |
| * | QtConcurrent: Provide a test for runWithPromise with handlers | Jarek Kobus | 2020-10-30 | 1 | -1/+110 |
| * | QtConcurrent: Integrate runWithPromise into run | Jarek Kobus | 2020-10-28 | 1 | -159/+217 |
| * | Store std::exception_ptr in QUnhandledException | Sona Kurazyan | 2020-10-26 | 1 | -0/+20 |
| * | QtConcurrent: Introduce runWithPromise() | Jarek Kobus | 2020-08-19 | 1 | -1/+621 |
| * | Improve Map|Map-Reduce and Filter|Filter-Reduce implementation | Karsten Heimrich | 2020-04-14 | 1 | -6/+0 |
| * | QtConcurrent::run: accept more then five function's arguments | Vitaly Fanaskov | 2020-03-11 | 1 | -74/+104 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -6/+6 |
| * | Remove handling of missing Q_COMPILER_INITIALIZER_LISTS | Allan Sandfeld Jensen | 2019-05-02 | 1 | -4/+0 |
| * | Replace Q_DECL_NOTHROW with noexcept the remaining places | Allan Sandfeld Jensen | 2019-04-09 | 1 | -8/+8 |
| * | Remove handling of missing very old compiler feature check | Allan Sandfeld Jensen | 2019-04-06 | 1 | -8/+0 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Adapt to the C++ SIC introduced by P0012: noexcept overloading | Eric Lemanissier | 2017-02-17 | 1 | -0/+104 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-25 | 1 | -0/+37 |
| |\ |
|
| | * | Fix problem with exception reporting in QFuture::waitForResult() | Christian Strømme | 2016-08-23 | 1 | -0/+37 |
| * | | QtConcurrentRun: add unittest for polling for isFinished() | David Faure | 2016-02-15 | 1 | -0/+29 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| |/ |
|
| * | Fix build of tests on QNX. | Rafael Roquetto | 2015-03-14 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | QtConcurrent::run: allow to select the thread pool on which to run the task | Marc Mutz | 2014-08-05 | 1 | -2/+128 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -3/+3 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Test: remove QSKIP from tst_qtconcurrent | Caroline Chao | 2012-10-17 | 1 | -8/+10 |
| * | Move QtConcurrent::Exception as QException back to QtCore | Marc Mutz | 2012-09-28 | 1 | -4/+4 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Fix MSVC warnings in tests. | Friedemann Kleint | 2012-04-02 | 1 | -2/+2 |
| * | Move QtConcurrent into its own module | Lars Knoll | 2012-02-05 | 1 | -0/+463 |