summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezone.h
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Remove system locale dependency from timezone code that doesn't need itEdward Welbourne2024-02-011-2/+2
* QTimeZone: use new comparison helper macrosIvan Solovev2023-11-281-0/+6
* Change QTimeZone's offset range into constants, not an enumEdward Welbourne2023-04-281-8/+6
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-5/+7
* Route QTimeZone::setSecondsAheadOfUtc() via setDurationAheadOfUtc()Edward Welbourne2023-02-141-4/+5
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-181-2/+2
* Correct #if-ery on a pair of qtimezone.h forward declarationsEdward Welbourne2023-01-181-1/+1
* Tidy up in qtimezone.hEdward Welbourne2023-01-181-1/+1
* Don't std::move a trivially-copyable QTimeZone::ShortDataEdward Welbourne2023-01-121-2/+2
* Bootstrap: Fix compilation of decl/def with different conditionalsMårten Nordheim2022-12-131-1/+1
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-14/+104
* Shuffle QTimeZone so backend-dependent parts are contiguousEdward Welbourne2022-12-071-22/+23
* Mark QTimeZone's copy-constructor noexceptEdward Welbourne2022-09-261-1/+1
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-081-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+14
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-121-0/+13
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-4/+8
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QTimeZone: drop an implicit conversion commentGiuseppe D'Angelo2020-10-161-1/+1
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+188