| Commit message (Expand) | Author | Age | Files | Lines |
| * | Separate out the time, zone, date code from corelib/tools/ | Edward Welbourne | 2019-06-06 | 1 | -2047/+0 |
| * | QDateTimeParser: use qUtf16Printable() and %ls | Marc Mutz | 2019-05-29 | 1 | -29/+29 |
| * | Add startOfDay() and endOfDay() methods to QDate | Edward Welbourne | 2019-04-24 | 1 | -5/+5 |
| * | QRegExp include cleanup | Samuel Gaist | 2019-04-19 | 1 | -1/+0 |
| * | Avoid read-outside-array error by QStringRef over-reach | Edward Welbourne | 2019-02-08 | 1 | -5/+6 |
| * | QDateTimeParser: avoid using an invalid hour by default | Edward Welbourne | 2018-10-02 | 1 | -4/+25 |
| * | Modernize the "datestring" feature | Liang Qi | 2018-09-24 | 1 | -7/+7 |
| * | Modernize the "textdate" feature | Liang Qi | 2018-09-24 | 1 | -3/+3 |
| * | Fix build without features.timezone | Tasuku Suzuki | 2018-05-08 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Lars Knoll | 2018-01-02 | 1 | -11/+37 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.10.0' into 5.10 | Liang Qi | 2017-12-08 | 1 | -1/+6 |
| | |\ |
|
| | | * | Special-case parsing of Zulu time-zone in date-times | Edward Welbourne | 2017-11-14 | 1 | -1/+6 |
| | * | | Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone) | Edward Welbourne | 2017-11-30 | 1 | -10/+31 |
| | |/ |
|
| * | | Tidy up QDateTimeParser code to make it easier to reason about | Edward Welbourne | 2017-11-30 | 1 | -9/+10 |
| * | | QDateTimeParser: reject all short values in fixed-width fields | Edward Welbourne | 2017-11-30 | 1 | -1/+2 |
| * | | Raise the upper bound on years to 9999 | Edward Welbourne | 2017-11-30 | 1 | -2/+2 |
| |/ |
|
| * | QDateTimeParser: Remove unused variable | Robert Loehning | 2017-11-02 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-04 | 1 | -4/+0 |
| |\ |
|
| | * | Make QDateTimeParser a separate feature | Edward Welbourne | 2017-09-25 | 1 | -4/+0 |
| * | | Eliminate in/out arguments from QDateTimeParser::parse() | Edward Welbourne | 2017-06-20 | 1 | -7/+4 |
| * | | QDateTimeParser: partial break-up of long method to eliminate goto | Edward Welbourne | 2017-06-20 | 1 | -282/+283 |
| * | | Eliminate out-parameters from QDateTimeParser::parseSection() | Edward Welbourne | 2017-06-20 | 1 | -104/+77 |
| * | | QDateTimeParser: consolidate #if-ery around QT_NO_DATESTRING | Edward Welbourne | 2017-06-20 | 1 | -7/+2 |
| * | | QDateTimeParser: implement parsing of time-zone specifiers | Edward Welbourne | 2017-06-20 | 1 | -30/+163 |
| * | | Tidy implementation and use of QDateTimeParser::setDigit() | Edward Welbourne | 2017-06-13 | 1 | -11/+11 |
| * | | QDateTimeParser: pass down an actual current value where expected | Edward Welbourne | 2017-05-22 | 1 | -1/+188 |
| * | | Tidy up QDateTimeParser in assorted petty ways | Edward Welbourne | 2017-04-18 | 1 | -7/+5 |
| * | | QDateTimeParser: simpler return, clearer comment | Edward Welbourne | 2017-04-18 | 1 | -7/+6 |
| * | | QDateTimeParser: simplify switch by exploiting fall-through | Edward Welbourne | 2017-04-18 | 1 | -6/+4 |
| * | | QDateTimeParser: rename some confusingly-named variables | Edward Welbourne | 2017-03-28 | 1 | -33/+35 |
| * | | QDateTimeParser: tidy up reading of numeric parts of a date | Edward Welbourne | 2017-03-28 | 1 | -9/+7 |
| |/ |
|
| * | Bugfix in QDateTimeParser's findTextEntry() | Edward Welbourne | 2017-03-09 | 1 | -4/+10 |
| * | Simplify QDateTimeParser's shiny new findTextEntry() | Edward Welbourne | 2017-03-09 | 1 | -13/+25 |
| * | QDateTimeParser: Merge the code to parse names of months and weekdays | Thiago Macieira | 2017-03-08 | 1 | -85/+51 |
| * | Fix parsing of day-of-week names that start with another name | Thiago Macieira | 2017-02-28 | 1 | -32/+9 |
| * | QDateTimeParser: de-duplicate vtable | Marc Mutz | 2017-02-05 | 1 | -0/+4 |
| * | QtCore: fix GCC 7 warnings | Marc Mutz | 2017-01-15 | 1 | -0/+1 |
| * | QDateTime::fromString(): improve performance by 33% | David Faure | 2017-01-03 | 1 | -5/+15 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-24 | 1 | -1/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-23 | 1 | -1/+1 |
| | |\ |
|
| | | * | QDateTimeParser: localize variable to avoid shadowing | Edward Welbourne | 2016-11-17 | 1 | -1/+1 |
| * | | | Merge dev into 5.8 | Oswald Buddenhagen | 2016-08-22 | 1 | -5/+3 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-13 | 1 | -5/+3 |
| | |\| |
|
| | | * | QDateTimeParser::getAmPmText() use QLocale instead of tr() | Edward Welbourne | 2016-08-11 | 1 | -5/+3 |
| * | | | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -5/+6 |
| |/ / |
|
| * | | QDateTimeParser: adapt to make good use of QStringRef. | Anton Kudryavtsev | 2016-05-30 | 1 | -11/+12 |
| * | | QDateTimeParser: use QStringRef more | Anton Kudryavtsev | 2016-05-13 | 1 | -9/+8 |
| * | | QDateTimeParser: adapt unquote() to make good use of QStringRef. | Anton Kudryavtsev | 2016-05-11 | 1 | -6/+4 |
| * | | QDateTimeParser: de-duplicate calls and cache results | Anton Kudryavtsev | 2016-05-11 | 1 | -7/+9 |
| * | | QDateTimeParser: proper construction of QString | Anton Kudryavtsev | 2016-05-09 | 1 | -1/+1 |