summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate_p.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy up a bit in QTZP_p.hEdward Welbourne4 days1-1/+9
* Make QTimeZonePrivate::Data construction easierEdward Welbourne7 days1-2/+14
* Apply NSDMI to some internal datetime and timezone typesEdward Welbourne7 days1-4/+4
* More consistent handling of feature timezoneEdward Welbourne7 days1-0/+1
* TimeZone: optimize offsetFromUtcStringAnton Kudryavtsev2024-03-151-1/+1
* Implement QTZP::isTimeZoneIdAvailable() on AndroidEdward Welbourne2024-02-121-1/+1
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-081-0/+1
* Use short name as QTZP::abbreviation() by defaultEdward Welbourne2024-02-051-1/+0
* QTZ/Darwin: Make available-ID checks cheaperEdward Welbourne2023-11-061-1/+1
* Amend #if-ery to exclude MS QTZP backend declaration when not in useEdward Welbourne2023-11-011-2/+2
* Work round ICU disagreeing with TZDB about zone transitionsEdward Welbourne2023-10-261-3/+0
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-1/+3
* Return TZ time-zone backend's tranCache() as a const referenceEdward Welbourne2023-06-161-1/+1
* QTimeZone: use correct Darwin define in #if-eryEdward Welbourne2023-03-201-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-041-4/+8
* Protect headers against min/max macrosMarc Mutz2022-02-221-4/+4
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-02-181-3/+4
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-051-1/+1
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-051-1/+7
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-271-0/+1
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-12/+12
* QTzTimeZonePrivate: provide correct data for before the first transitionEdward Welbourne2021-03-181-0/+2
* Drop some over-rides that duplicated the base-class's implementationEdward Welbourne2021-02-181-4/+0
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-2/+2
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-181-2/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-6/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-4/+12
|\
| * qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-201-4/+12
* | Add support for UTC[+-]\d+(:\d+){,2} time zone IDsEdward Welbourne2019-09-161-0/+3
|/
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+493