summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-5/+12
|\
| * QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-09-221-5/+12
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-014-18/+6
|\|
| * QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-08-051-12/+0
| * Make locale data arrays constexprMarc Mutz2022-07-213-6/+6
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-2436-768/+768
|/
* Update commercial license headersTarja Sundqvist2022-06-2136-768/+768
* Avoid overflow in some more qdatetime.cpp functionsEdward Welbourne2022-06-031-28/+36
* Core: make CLDR data constexprYuhang Zhao2022-06-031-5/+5
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-101-11/+4
* Android: minor refactor in QTimeZonePrivate backendIvan Solovev2022-04-101-6/+5
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-081-3/+8
* Enable QIcuTimeZonePrivate's support for transitionsEdward Welbourne2022-04-011-15/+10
* Fix QIcuTimeZonePrivate::data() before the first transitionEdward Welbourne2022-03-301-6/+8
* Fix QIcuTimeZonePrivate::hasDaylightTime() to catch historical DSTEdward Welbourne2022-03-301-2/+11
* Fix ICU's handling of last representable transitionEdward Welbourne2022-03-301-1/+9
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-301-5/+9
* QDateTime: future-proof swap()Marc Mutz2022-03-172-1/+5
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-02-121-3/+3
* Refine QTZP_win's msecsToDate() by trusting arithmeticEdward Welbourne2022-01-301-3/+3
* QCalendar: replace ostream-style qWarning with printf-style oneMarc Mutz2022-01-281-3/+2
* QCalendar: eradicate Java-style iteratorMarc Mutz2022-01-281-4/+9
* QtCore: includemocsMarc Mutz2022-01-271-0/+4
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* Avoid overflow for date-time in the first (partly) representable dayEdward Welbourne2022-01-241-2/+10
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2022-01-241-1/+1
* Fix some out-of-range issues with time-zone supportEdward Welbourne2022-01-242-12/+24
* QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-141-0/+12
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-062-9/+9
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-061-1/+7
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-221-3/+4
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-103-2399/+2427
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-172/+174
* Remove an overly-complex assertionEdward Welbourne2021-10-271-9/+0
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-171-5/+5
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-154-6/+6
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* corelib: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-301-3/+0
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-14/+14
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-062-17/+76
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-0615-416/+499
* time: Rerun cldr2qtimezone.pyIevgenii Meshcheriakov2021-07-271-33/+33
* QCalendar: Make SystemId constructors with one argument explicitIevgenii Meshcheriakov2021-07-271-2/+3
* QCalendarBackend: Use QAnyStringView to create backends by nameIevgenii Meshcheriakov2021-07-273-17/+5
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-1/+1
* Make QCalendarBackend's ID an opaque typeEdward Welbourne2021-07-198-60/+107