summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+6
|\
| * Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
* | Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-132-24/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-111-1/+1
|\|
| * Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-091-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-6/+28
|\|
| * Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-0/+2
|\|
| * Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* | Fix can not -> cannotRobert Loehning2019-02-252-2/+2
* | Add conversion to and from long and ulongVolker Hilsheimer2019-02-233-0/+162
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-186-86/+86
* | Remove bogus assertLars Knoll2019-02-131-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-121-5/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-5/+6
| |\|
| | * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-5/+6
* | | Add missing \since to QList<T>::swapItemsAt()Friedemann Kleint2019-02-121-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-083-14/+36
|\|
| * Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
| * Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30
| * Fix unused parametersJesus Fernandez2019-01-291-0/+4
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+1
|\|
| * qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
* | Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-223-12/+117
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-0/+2
|\|
| * QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-046-56/+176
|\|
| * Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
| * Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
| * QtCore: Unify license headersKai Koehne2018-12-221-1/+1
| * Add an AVX2 code path to qustrchrThiago Macieira2018-12-181-0/+23
| * Merge some code to simplify maintenanceThiago Macieira2018-12-181-40/+49
| * Fix QRegularExpressionMatch capture-related documentationSamuel Gaist2018-12-151-1/+12
| * QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-1/+1
* | Fix build with C++20Thiago Macieira2018-12-211-2/+0
* | QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-136-19/+57
|\|
| * Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-116-19/+57
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-4/+17
|\|
| * Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* | Don't require a default constructor for storing items in a QVectorLars Knoll2018-12-061-29/+110
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-046-24/+54
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-046-24/+54
| |\|
| | * Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-275-20/+47
| | |\
| | | * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
| | | * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-234-10/+28
| | | * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-233-9/+18