summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+0
| |\|
| | * Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-12/+122
* | | Fix MSVC warning about casting to pointer of different sizeThiago Macieira2016-06-201-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+1
| |\|
| | * Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* | | Add move constructor to QDateTimeThiago Macieira2016-06-101-1/+24
* | | Allow QDateTime to shrink back to short data mode on copyThiago Macieira2016-06-101-5/+30
* | | Move the QDateTime file static functions to their right placeThiago Macieira2016-06-101-178/+170
* | | Long live the short QDateTime optimizationThiago Macieira2016-06-101-64/+230
* | | QDateTimePrivate refactor: static'fy the date/time manipulatorsThiago Macieira2016-06-101-79/+91
* | | QDateTimePrivate refactor: static'fy access to d->m_statusThiago Macieira2016-06-101-74/+109
* | | Refactor & simplify QDateTime::setMSecsSinceEpochThiago Macieira2016-06-101-13/+20
* | | Refactor & simplify QDateTimePrivate::refreshDateTime()Thiago Macieira2016-06-101-31/+25
* | | Simplify the QDateTimePrivate::setTimeSpec() functionThiago Macieira2016-06-101-16/+11
* | | QDateTime: fix the massageAdjustedDateTime differentlyThiago Macieira2016-06-101-16/+6
* | | Move QDateTimePrivate::toMSecsSinceEpoch() code into QDateTimeThiago Macieira2016-06-101-32/+27
* | | Remove QDateTimePrivate::isNull{Date,Time}()Thiago Macieira2016-06-101-5/+5
* | | Stop QDateTimePrivate from inheriting QSharedDataThiago Macieira2016-06-101-1/+3
* | | QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-101-41/+38
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\| |
| * | QDateTime: use default ctor to create invalid objectAnton Kudryavtsev2016-04-301-1/+1
* | | QDateTime: Remove the distinction between null and invalid date and timeThiago Macieira2016-05-081-5/+1
* | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-031-33/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-10/+13
|\| |
| * | QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
| * | QDateTime: add some constAnton Kudryavtsev2016-04-091-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-0/+2
|\| |
| * | Do not use timezone at all for Q_OS_INTEGRITY.Rolland Dudemaine2016-03-221-0/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-101/+4
|/ /
* | QDate: mark getDate() as const.Anton Kudryavtsev2016-02-171-1/+14
* | Revert "Correct floordiv() to cope with implementation-defined division."Edward Welbourne2016-01-291-10/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-9/+13
|\|
| * Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-32/+51
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-32/+51
| |\|
| | * Correct floordiv() to cope with implementation-defined division.Edward Welbourne2016-01-131-2/+13
| | * Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-30/+38
* | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
|\|
| * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
* | Don't allocate memory when creating an invalid QDateTimeSérgio Martins2015-12-101-1/+3
|/
* Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-121-34/+34
* Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
* Make variable const as it should beEdward Welbourne2015-11-041-1/+1
* Use memset to clear struct tm before filling fields.Edward Welbourne2015-11-041-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1