summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
* | | | QContiguousCache: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
|/ / /
* | | QSharedData: code tidiesGiuseppe D'Angelo2019-05-141-2/+3
* | | QSharedData: unexport in Qt 6Giuseppe D'Angelo2019-05-141-1/+5
* | | QByteData: use int to return the number of managed QByteArraysGiuseppe D'Angelo2019-05-141-1/+1
* | | QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-141-0/+3
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-141-0/+15
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-139-3709/+3712
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-3614/+3636
| |\|
| | * Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-087-95/+76
* | | QSharedPointer/QWeakPointer: fix swap()Giuseppe D'Angelo2019-05-111-12/+6
* | | Deprecate QQueue::swap(i, j)Lars Knoll2019-05-101-1/+1
* | | Add support for /etc/TZ as default value for $TZEdward Welbourne2019-05-101-1/+8