summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.8.0' into 5.8" into refs/stagin...Liang Qi2017-01-151-0/+2
|\
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-0/+2
| |\
| | * Work around MSVC ABI stupidity in exporting inline members of base classThiago Macieira2017-01-031-0/+2
* | | QtCore: fix GCC 7 warningsMarc Mutz2017-01-151-0/+1
|/ /
* | Fixed Chinese language selection on iOSJason Erb2017-01-101-21/+62
* | Clarify that QString::toDouble does not have a fallbackKavindra Palaraja2017-01-101-2/+2
* | QDateTime::fromString(): improve performance by 33%David Faure2017-01-031-5/+15
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-2/+2
|\|
| * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
* | QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7
* | Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2
* | QCommandLineOption: Remove excess close parenthesis from a warningTopi Reinio2016-11-301-1/+1
* | Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-299-32/+31
* | Fixed build using Visual Studio 2017Oliver Wolff2016-11-291-15/+21
|/
* QStringRef: de-duplicate lastIndexOf codeAnton Kudryavtsev2016-11-281-37/+40
* Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-2/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-252-42/+44
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-252-42/+44
| |\
| | * QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
| | * Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+1
| |\|
| | * QDateTimeParser: localize variable to avoid shadowingEdward Welbourne2016-11-171-1/+1
* | | QString: optimize remove(QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-231-15/+14
* | | Remove a few unnecessary recalculations of hashAllan Sandfeld Jensen2016-11-091-4/+3
* | | Replace custom type traits with std one'sKai Koehne2016-11-086-12/+10
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-082-1/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-042-0/+37
| |\|
| | * Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4
| | * doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* | | QString: optimize replace(QChar, QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-011-14/+21
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-29/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-25/+23
| |\|
| | * Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| |\|
| | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-3/+6
| |\|
| | * Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* | | Document license for CLDR data in Qt CoreKai Koehne2016-10-283-22/+46
* | | Remove legalese text from QLocaleKai Koehne2016-10-281-20/+0
* | | Include intrin.h header when using MSVCJesus Fernandez2016-10-261-0/+4
* | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-201-7/+18
* | | QLocale: optimize string usageAnton Kudryavtsev2016-10-181-14/+10
* | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-151-1/+1
* | | Add optimize-for-size case to ucstrncmpErik Verbruggen2016-10-141-1/+12
* | | Add configure feature for QCommandLineParserLars Knoll2016-10-113-4/+13
* | | Add configure feature for time zone supportLars Knoll2016-10-115-69/+84
* | | Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-111-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-062-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-2/+2
| |\|