summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qdeadlinetimer
Commit message (Expand)AuthorAgeFilesLines
* QDeadlineTimer: use new comparison helper macrosTatiana Borisova2024-04-182-0/+32
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-4/+26
* tst_QDeadlineTimer: remove the testing of the different timer typesThiago Macieira2023-05-111-36/+13
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-061-46/+0
* QDeadlineTimer: remove internal TimeReference classThiago Macieira2023-04-181-1/+1
* QDeadlineTimer: use if constexpr instead of function specializationsThiago Macieira2023-04-181-0/+8
* QDeadlineTimer: use std::chrono::steady_clock everywhereThiago Macieira2023-04-181-6/+4
* tst_QDeadlineTimer: use std::chrono_literalsThiago Macieira2023-04-181-47/+48
* tst_QDeadlineTimer: use the new QCOMPARE_xx() macrosThiago Macieira2023-04-181-164/+216
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-7/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+12
* Fix tst_QDeadlineTimer::stdchrono() flaky testJarek Kobus2020-10-271-52/+32
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-16/+34
|\
| * Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-4/+19
|\|
| * Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-02-261-4/+19
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-2/+2
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* | Regenerate tests/auto/corelib/kernelAlexandru Croitor2019-11-121-3/+0
* | Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-011-1/+13
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-0/+79
|\|
| * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-081-0/+79
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
* Long live QDeadlineTimerThiago Macieira2016-08-152-0/+630