summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-2015-53/+53
* QStringView, QLatin1String: add lastIndexOf methodsAnton Kudryavtsev2019-06-185-127/+264
* QString: towards QStringView::arg() pt.2: port internal machinery to QStringViewMarc Mutz2019-06-061-24/+24
* QString: towards QStringView::arg() pt.1: modernize some codeMarc Mutz2019-06-061-14/+13
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-2/+2
| |\
| | * Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-073-102/+142
| |\|
| | * Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
| | * Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
| | * QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-1/+1
* | | QWeakPointer: use an alternative work-round for internalData() usersMarc Mutz2019-06-111-11/+17
* | | Q_ARRAY_LITERAL: fix the checks on the payload's datatypeGiuseppe D'Angelo2019-06-121-2/+2
* | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-0714-56/+56
* | | Deprecate QLatin1LiteralGiuseppe D'Angelo2019-06-101-1/+3
* | | Simplify {to,from}Std{List,Vector}Giuseppe D'Angelo2019-06-102-12/+5
* | | Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-042-2/+2
* | | rtems: Fix build sha3 (undef ALIGN)Mikhail Svetkin2019-06-061-0/+4
* | | QLatin1Char: add comparison operators with charMarc Mutz2019-06-031-0/+13
* | | Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-0617-15691/+1
* | | QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-044-5/+96
* | | Deprecate use of QTime as a timerEdward Welbourne2019-05-242-13/+11
* | | Convert some deprecations to QT_DEPRECATED_XEdward Welbourne2019-05-241-4/+4
* | | Regenerate Windows Time Zone ID tableEdward Welbourne2019-05-281-999/+1102
* | | Move container block-size calculations to qarraydata.cppEdward Welbourne2019-05-293-104/+107
* | | corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-294-9/+9
* | | QDateTimeParser: use qUtf16Printable() and %lsMarc Mutz2019-05-291-29/+29
* | | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-14/+32
* | | QSharedPointer: Fix build error for cross-built toolsFriedemann Kleint2019-05-291-0/+2
* | | qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
* | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-241-0/+1
* | | Replace look-up array with simple arithmeticEdward Welbourne2019-05-231-12/+13
* | | Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-203-4/+33
* | | Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-204-5/+5
* | | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-194-24/+52
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-2/+2
* | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-213-12/+12
* | | Long live Qt::SplitBehavior!Marc Mutz2019-05-213-0/+64
* | | QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-194-8/+98
* | | Fix compilation error on compilers not supporting [[nodiscard]]Jędrzej Nowacki2019-05-211-4/+4
* | | Fix build without features.timezone on macOSTasuku Suzuki2019-05-211-2/+0
* | | Qt 6: unexport QCharRef / QByteRefGiuseppe D'Angelo2019-05-182-3/+10
* | | QScopeGuard: some cleanupsMarc Mutz2019-05-211-3/+2
* | | Tidy up in qdatetime.cppEdward Welbourne2019-05-151-18/+7
* | | Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-171-2/+17
* | | Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-162-6/+5
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-152-9/+14
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-152-9/+14
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-122-9/+14
| | |\|
| | | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13