summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some out-of-range issues with time-zone supportEdward Welbourne2021-11-081-2/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Modernise and simplify handling of qtimezoneprivate_data_p.h's dataEdward Welbourne2021-09-101-113/+46
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-101-4/+3
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* QTimeZonePrivate: Reduce copying by not using QByteArrayMårten Nordheim2021-06-141-26/+32
* QTimeZonePrivate::territory: use QStringTokenizerMårten Nordheim2021-06-121-6/+4
* QTimeZonePrivate: make windowsId return a QByteArrayViewMårten Nordheim2021-06-071-2/+2
* Handle overflow in QTimeZonePrivate::dataForLocalTime() and its callerEdward Welbourne2021-04-201-1/+2
* Catch invalid offset returns from QTimeZone backendsEdward Welbourne2021-04-161-1/+4
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-23/+23
* QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-241-0/+5
* QTimeZone: Avoid creating quite as many QByteArraysMårten Nordheim2021-02-111-4/+21
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-181-13/+20
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-15/+15
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-8/+5
|\
| * QTimeZonePrivate: remove some Q_LIKELY markersEdward Welbourne2019-12-061-8/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-0/+6
|\|
| * Allow longer time-zone components on AndroidEdward Welbourne2019-11-141-0/+6
* | Add support for UTC[+-]\d+(:\d+){,2} time zone IDsEdward Welbourne2019-09-161-4/+44
|/
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+926