summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-8/+28
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-2/+2
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-052-23/+98
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-032-2/+2
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-71/+71
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-302-33/+30
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* QCalendar: use LGPL like everything else, not GPLEdward Welbourne2020-09-271-5/+15
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-14/+14
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-48/+28
* Add a ValidWhenMask to QDateTimePrivate::StatusFlagEdward Welbourne2020-09-232-14/+6
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-232-6/+7
* Assert some conditions instead of testing for themEdward Welbourne2020-09-231-14/+7
* Make more consistent use of m_offsetFromUtc()Edward Welbourne2020-09-232-19/+25
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-2/+33
* Use QLatin1Char in place of QChar in a few more placesEdward Welbourne2020-09-221-4/+4
* Count digits in QDateTimeParser::parseSection()'s numeric fieldsEdward Welbourne2020-09-221-1/+1
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-222-26/+6
* QDateTimeParser: skip some needless bracesEdward Welbourne2020-09-181-46/+28
* Rework checkValidDateTime() to avoid needless spec-checksEdward Welbourne2020-09-171-77/+74
* Tidy up QTimeZone method bodiesEdward Welbourne2020-09-171-55/+27
* Fix typo in QDateTime::fromSecsSinceEpoch() parameter nameEdward Welbourne2020-09-171-1/+1
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+1
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-3/+11
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-202-8/+10
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-144-34/+34
* Fix handling of last second in 1969Edward Welbourne2020-08-111-11/+16
* Tidy up use of local variables and add an assertionEdward Welbourne2020-08-111-6/+4
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-061-0/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-22/+22
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-022-24/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-294-23/+23
* Use QList instead of QVector in corelibJarek Kobus2020-06-253-12/+12
* Add a warning and tidy some triviaEdward Welbourne2020-06-231-8/+3
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-231-0/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Port qdatetime away from QStringRefLars Knoll2020-06-124-36/+38