summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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