summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* QtCore: includemocsMarc Mutz2022-01-271-0/+4
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-4/+4
* QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-121-0/+12
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-052-9/+9
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-051-1/+7
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-211-3/+4
* Remove some spurious prefixes in declarationsEdward Welbourne2021-11-182-4/+4
* Add a note on the sign of daylight-saving offsetsEdward Welbourne2021-11-181-1/+4
* Eliminate a constant from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+7
* Remove some unused constants from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+3
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-14/+34
* Avoid overflow for date-time in the first (partly) representable dayEdward Welbourne2021-11-111-2/+10
* Replace enum with constexpr qint64 variablesEdward Welbourne2021-11-111-7/+5
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2021-11-101-1/+1
* Add QGregorianCalendar::yearSharingWeekDays()Edward Welbourne2021-11-102-0/+27
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-103-1/+30
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-103-2399/+2427
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-172/+174
* Fix some out-of-range issues with time-zone supportEdward Welbourne2021-11-082-12/+24
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-1/+1
* QDateTime: Limit string processing to known boundariesMårten Nordheim2021-10-201-6/+18
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-141-5/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* corelib: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-124-6/+6
* Set tm_isdst = -1 before calling mktime()Edward Welbourne2021-10-111-0/+3
* Broaden condition on use of MS's localtime_s()Edward Welbourne2021-10-111-2/+2
* Remove an overly-complex assertionEdward Welbourne2021-10-041-9/+0
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-291-3/+0
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+4
* Remove conditioning on Android embeddedEdward Welbourne2021-09-173-11/+11
* Modernise and simplify handling of qtimezoneprivate_data_p.h's dataEdward Welbourne2021-09-102-120/+68
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-102-8/+4
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-083-47/+66
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-9/+3
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-14/+14
* wasm: fix assert in QDateTimeLorn Potter2021-08-191-1/+1
* QDateTime: port to QStringTokenizer and QVLAMarc Mutz2021-08-181-3/+6
* QDateTime: port away from takeFirst() useMarc Mutz2021-08-161-6/+11
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-062-17/+76
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-0615-416/+499
* time: Rerun cldr2qtimezone.pyIevgenii Meshcheriakov2021-07-271-33/+33
* QCalendar: Make SystemId constructors with one argument explicitIevgenii Meshcheriakov2021-07-271-2/+3
* QCalendarBackend: Use QAnyStringView to create backends by nameIevgenii Meshcheriakov2021-07-273-17/+5