summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.h
Commit message (Expand)AuthorAgeFilesLines
* QDateTime, QTimeZone: pass ShortData by value to comparisonEdward Welbourne2024-04-191-1/+1
* Condition inline fromString() definitions on datestring featureEdward Welbourne2024-03-181-1/+1
* QDate(Time)?::toString(): eliminate QCalendar() defaultsEdward Welbourne2024-01-311-4/+8
* QDate(Time)?::fromString(): do not use QCalendar as a default argumentIvan Solovev2024-01-291-12/+22
* Make public QLocale's constant for the two-digit-year baseIvan Solovev2024-01-221-13/+16
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-9/+52
* QDateTime: use new comparison helper macrosIvan Solovev2023-11-281-6/+7
* QTime: use new comparison helper macrosIvan Solovev2023-11-281-6/+6
* QDate: use new comparison helper macrosIvan Solovev2023-11-281-6/+8
* QDate: fix condition in conversion between chrono types and Julian DayIvan Solovev2023-11-071-1/+1
* QDate: make conversion from/to chrono types constexpr and noexceptIvan Solovev2023-10-301-34/+32
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-0/+28
* QDateTime: de-duplicate some codeAhmad Samir2023-10-071-0/+1
* QDateTime: Fix inline use of deprecated ctorMårten Nordheim2023-02-091-1/+1
* Make QDateTime::Data::CanBeSmall a static constexpr boolEdward Welbourne2023-01-121-6/+4
* Bootstrap: Fix compilation of decl/def with different conditionalsMårten Nordheim2022-12-131-1/+1
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+19
* Add QDateTime::currentDateTime(const QTimeZone &)Edward Welbourne2022-12-091-0/+1
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-22/+15
* QDateTime: specify a class template argumentGiuseppe D'Angelo2022-09-291-1/+1
* QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-08-301-5/+12
* Copy or check ShortData rather than pointer in more placesEdward Welbourne2022-08-291-0/+2
* Reverse toLocalTime()'s and toUTC()'s delegation to toTimeSpec()Edward Welbourne2022-08-251-2/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-12/+0
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-081-3/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-141-0/+11
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+58
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+52
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-131-0/+33
* QDateTime: enable larger ShortData for bootstrapped buildMarc Mutz2022-03-231-1/+1
* QDateTime: future-proof swap()Marc Mutz2022-03-171-1/+4
* QDateTime: fix our oversight in Qt 6.0 not changing the ShortDataThiago Macieira2021-05-151-2/+6
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Make QDateTime's operators hidden friendsEdward Welbourne2020-11-071-7/+9
* Make QTime's operators hidden friendsEdward Welbourne2020-11-071-7/+7
* Make QDate's operators hidden friendsEdward Welbourne2020-11-071-7/+7
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+0
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-051-8/+31
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-12/+12
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-231-2/+2
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-221-3/+6
* Fix typo in QDateTime::fromSecsSinceEpoch() parameter nameEdward Welbourne2020-09-171-1/+1
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-201-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-27/+27
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-081-25/+24
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-5/+0
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-46/+0