summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QDate: add epochDate() helper to unittestsAhmad Samir2023-03-161-6/+14
* QDateTimeParser: add more unittests for the unquote() static helperAhmad Samir2023-02-221-1/+15
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-177-18/+0
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-1/+1
* Fix RTA test build for INTEGRITYTatiana Borisova2023-01-091-1/+3
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+28
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-093-392/+428
* Expand testing of QDateTime to exploit QTimeZone's handling of specsEdward Welbourne2022-12-091-20/+80
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+53
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-092-27/+174
* tst_QDateTime: explain one test-case more carefullyEdward Welbourne2022-12-071-2/+6
* Add to test-cases for tst_QDateTime::fromStringStringFormat()Edward Welbourne2022-12-071-0/+6
* tst_QDateTime::operator_insert_extract() Correct handling of 4.0's specEdward Welbourne2022-12-071-2/+9
* tst_QDateTime: check a few more detailsEdward Welbourne2022-12-071-1/+5
* tst_QDateTime: Modernize some comparisonsEdward Welbourne2022-12-071-48/+52
* Elide parameters passed as their defaultEdward Welbourne2022-12-071-106/+105
* Prefer QDate::startOfDay() over QDT(date, QTime(0, 0), ...)Edward Welbourne2022-12-071-20/+20
* tst_QDateTime::fromMSecsSinceEpoch(): remove a stray debug statementEdward Welbourne2022-12-071-2/+0
* tst_QDateTime: split some data table rows across lines more tidilyEdward Welbourne2022-12-071-29/+51
* tst_QDateTime: Inline some trivial delegations by _data() functionsEdward Welbourne2022-12-071-24/+4
* Suppress output of debug message only produced to test against crashEdward Welbourne2022-12-071-0/+1
* tst_QDateTime::timeZone(): use QVERIFY() to test boolEdward Welbourne2022-12-071-8/+8
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* tst_QTime: fix two duplicated test data tagsEdward Welbourne2022-10-171-2/+2
* tst_QDateTime: eliminate some duplicate test-casesEdward Welbourne2022-10-171-9/+0
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-2/+3
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-4/+24
* Tidy up tst_QTimeZoneEdward Welbourne2022-09-141-10/+2
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-3/+9
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-237-7/+7
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-182-0/+4
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-2/+2
* Rearrange the skipping of a test to give a better messageEdward Welbourne2022-08-031-2/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-1/+2
* Add license headers to cmake filesLucie Gérard2022-08-037-0/+21
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-285-7/+7
* Use SPDX license identifiersLucie Gérard2022-05-168-219/+19
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-2/+4
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-142-14/+27
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+227
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+39
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-131-1/+20
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-121-0/+48
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-081-0/+52
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-291-4/+5
* Include zone name on tst_QTimeZone::isTimeZoneIdAvailable() failureEdward Welbourne2022-03-251-1/+1
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-251-2/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1