summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qtimezoneprivate_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-021-3/+3
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-9/+9
* Prefer ICU over system info on MS-WinEdward Welbourne2018-02-071-0/+1
* Clean up in TZP-Win's calculateTransitionLocalDate()Edward Welbourne2017-11-301-19/+28
* Pull several structs and static functions into an anonymous namespaceEdward Welbourne2017-11-301-22/+24
* Fake a "first transition" at the start of timeEdward Welbourne2017-11-301-0/+9
* Take account of single-transition hacks in MS time-zone APIsEdward Welbourne2017-11-301-16/+105
* QWinTimeZonePrivate: make transition searches more efficientEdward Welbourne2017-11-301-125/+83
* Refine handling of wMonth checks in QWinTimeZonePrivateEdward Welbourne2017-11-301-6/+28
* Avoid duplicate rules in QWinTimeZonePrivate::init()Edward Welbourne2017-11-151-2/+22
* Restructure Dynamic TZ query to same form as Registry variantEdward Welbourne2017-11-151-17/+39
* Replace ruleForYear() method with a local index-based functionEdward Welbourne2017-11-151-15/+35
* DRY: eliminate code duplication in calculateTransitionsForYear()Edward Welbourne2017-11-151-49/+50
* Remove some unnecessary namespace prefixingEdward Welbourne2017-11-061-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-1/+1
|\
| * Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* | Make QLocalePrivate::codeTo*() take QStringViewsMarc Mutz2017-03-261-1/+1
|/
* QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-231-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\
| * QTimeZonePrivate: avoid unnecessary allocationsAnton Kudryavtsev2016-03-311-1/+1
* | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-6/+0
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+99
|\
| * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+99
* | QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-251-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
* | QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-041-4/+5
* | QTimeZone: replace a Q_FOREACH loop with QList::op+=Marc Mutz2015-12-311-2/+1
|/
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-171-4/+8
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-251-2/+2
* QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-111-14/+14
* QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
* QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-4/+4
* QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
* Remove unused static function systemtimeToMsecs()Kai Koehne2013-10-281-8/+0
* Remove unused static function msecsToSystemtime() from qtimezoneprivate_win.cpp.Friedemann Kleint2013-10-011-11/+0
* QTimeZone - Add Windows backendJohn Layt2013-09-231-0/+664