| Commit message (Expand) | Author | Age | Files | Lines |
| * | tst_QtConcurrentThreadEngine: fix UB (uninitialized boolean) | Marc Mutz | 2024-07-06 | 1 | -1/+1 |
| * | Change license for tests files | Lucie Gérard | 2024-02-04 | 1 | -1/+1 |
| * | Mark all of Qt as free of Q_FOREACH, except where it isn't | Marc Mutz | 2023-08-19 | 1 | -0/+3 |
| * | 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 |
| * | Tests: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+1 |
| * | tst_QtConcurrentThreadEngine: fix the threadCount() test | Sona Kurazyan | 2021-07-12 | 1 | -8/+4 |
| * | Remove the dead code for blocking methods from QtConcurrent | Sona Kurazyan | 2021-06-14 | 1 | -111/+13 |
| * | Fix a few compiler warnings in tests | Allan Sandfeld Jensen | 2021-02-02 | 1 | -2/+2 |
| * | Replace QtTest headers with QTest | David Skoland | 2020-12-22 | 1 | -1/+1 |
| * | Store std::exception_ptr in QUnhandledException | Sona Kurazyan | 2020-10-26 | 1 | -12/+30 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -2/+2 |
| * | Remove most compiler warnings about missing overrides | Lars Knoll | 2020-09-11 | 1 | -20/+20 |
| * | Enable setting custom QThreadPool for QtConcurrent methods | Jarek Kobus | 2020-05-18 | 1 | -1/+13 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -4/+4 |
| * | Convert uses of QTime as a timer to QElapsedTimer | Edward Welbourne | 2019-06-14 | 1 | -1/+2 |
| * | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -17/+12 |
| * | 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 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Include qexception.h instead of qtconcurrentexception.h | Marc Mutz | 2012-09-28 | 1 | -1/+1 |
| * | Move QtConcurrent::Exception as QException back to QtCore | Marc Mutz | 2012-09-28 | 1 | -7/+7 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Test: Replace QSKIP by XFAIL | Caroline Chao | 2012-09-07 | 1 | -5/+19 |
| * | Move QtConcurrent into its own module | Lars Knoll | 2012-02-05 | 1 | -0/+520 |