summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDateTime: use default ctor to create invalid objectAnton Kudryavtsev2016-04-301-1/+1
* QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
* QDateTime: add some constAnton Kudryavtsev2016-04-091-1/+1
* Do not use timezone at all for Q_OS_INTEGRITY.Rolland Dudemaine2016-03-221-0/+2
* 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
* | QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
|/
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
* Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-071-21/+4
* QDateTime: remove unused parameter from localMSecsToEpochMSecs()Marc Mutz2015-03-261-10/+4
* QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
* QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-251-34/+33
* QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
* QTime: optimize toString()Marc Mutz2015-03-251-3/+1
* Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28
* QDate: don't spend code size covering the impossible caseMarc Mutz2015-03-251-1/+1
* QDate: remove some useless default case labelsMarc Mutz2015-03-251-8/+0
* QDateTime: ensure we always use the daylight status if knownThiago Macieira2015-03-111-19/+28
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-0/+1
* Simplify calculation of week numberLars Knoll2015-03-101-50/+17
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-25/+30
* QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* QDate: optimize QDate::toString()Marc Mutz2015-02-171-3/+1
* QDateTime: optimize toOffsetString()Marc Mutz2015-02-171-10/+6
* QDateTime: replace out parameters with return-by-value in rfcDateImpl()Marc Mutz2015-02-171-66/+32
* QDateTime: optimize rfcDateImpl()Marc Mutz2015-02-171-20/+22
* QDateTime: change an instance of out parameters to return-by-valueMarc Mutz2015-02-171-52/+48
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5
* Updated BSD licensed file headersJani Heikkinen2015-02-151-1/+1
* QDateTime: make qt_monthNumberFromShortName() staticMarc Mutz2015-02-141-1/+1
* QDateTime: use existing functions for short month name parsingMarc Mutz2015-02-141-35/+21
* QDateTimePrivate: enable read caching on m_status in setDateTime()Marc Mutz2015-02-141-6/+6