summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Make qDetectCpuFeatures() return the CPU features it detectedThiago Macieira2018-12-042-7/+4
|/ / /
* | | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-033-3/+14
* | | Invert include dependencies between QList and QVectorLars Knoll2018-12-033-43/+52
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-226-14/+33
|\| |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-167-16/+35
| |\ \
| | * | Doc: Tie the QScopeGuard documentation to a classTopi Reinio2018-11-061-9/+21
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-066-7/+14
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-132-5/+6
|\| | |
| * | | Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-111-1/+3
| * | | Doc: fix formatting error in QLineFEirik Aavitsland2018-11-111-4/+3
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-107-4189/+4299
|\| | |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-092-6/+5
| |\ \ \ | | | |/ | | |/|
| | * | Modernize the "textcodec" featureLiang Qi2018-11-072-6/+5
| * | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-055-4169/+4280
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+3
| | |\|
| | | * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
| | * | Update to CLDR v34Edward Welbourne2018-11-024-4169/+4277
* | | | QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-062-0/+26
* | | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-3/+3
* | | | QLocale: add const version of formattedDataSizeChristian Ehrlicher2018-11-022-1/+17
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-0/+1
|\| | |
| * | | Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
| |/ /
* | | doc: Add \since 6.0 to future functionsMartin Smith2018-10-301-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-2510-216/+50
|\| |
| * | Fix QString latin1 conversion and comparison for -optimize-size buildKirill Burtsev2018-10-181-0/+8
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1510-216/+42
* | | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-16/+6