summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qglobal.cpp/QSysInfo::windowsVersion(): Silence deprecation warningFriedemann Kleint2016-12-141-0/+3
* Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-142-2/+17
* Aarch64: vectorize findCharErik Verbruggen2016-12-141-1/+14
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1362-555/+1052
|\
| * QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7
| * QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
| * QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
| * Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2
| * Merge the two features for shared memoryUlf Hermann2016-12-061-6/+3
| * QVariant: optimize convert() for bool caseAnton Kudryavtsev2016-12-011-2/+2
| * QCommandLineOption: Remove excess close parenthesis from a warningTopi Reinio2016-11-301-1/+1
| * Use poll related features properlyLars Knoll2016-11-302-10/+7
| * winrt: Check for removed timers after sending eventsOliver Wolff2016-11-301-4/+7
| * Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-2911-41/+41
| * Clean up config handling of logging backendsLars Knoll2016-11-294-25/+20
| * QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
| * 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-272-2/+7
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-265-47/+51
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-255-47/+51
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-255-47/+51
| | | |\
| | | | * Remove nokia reference in example mimetypeOrgad Shaneh2016-11-241-1/+1
| | | | * QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
| | | | * Fix two leaky uses of realloc()Edward Welbourne2016-11-232-4/+6
| | | | * Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
| * | | | Use separate Qt5Config.cmake inside build directoryKonstantin Tokarev2016-11-254-5/+47
| |/ / /
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-2414-72/+118
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2414-72/+118
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-239-52/+98
| | | |\|
| | | | * QDir::tempPath - use NSTemporaryDirectory on DarwinTimur Pocheptsov2016-11-221-2/+18
| | | | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+3
| | | | * Enable constexpr support for Visual Studio 2017Oliver Wolff2016-11-222-0/+8
| | | | * Add support for Visual Studio 2017Oliver Wolff2016-11-221-1/+3
| | | | * QFutureInterface: make accesses to 'state' thread-safeMarc Mutz2016-11-202-47/+64
| | | | * Doc: Add missing reference to qInfo()Kai Koehne2016-11-181-1/+1
| | | | * QDateTimeParser: localize variable to avoid shadowingEdward Welbourne2016-11-171-1/+1
| | | * | QtCore: Add missing overrideAlexander Volkov2016-11-165-20/+20
| * | | | Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-242-27/+7
| * | | | Clean up the resource reading codeSimon Hausmann2016-11-231-45/+24
| |/ / /
| * | | QSettings: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-231-35/+36
| * | | Remove Mac specific code paths from qiconvcodecLars Knoll2016-11-232-45/+1
| * | | Clean up iconv configurationLars Knoll2016-11-236-22/+17
| * | | De-duplicate the systemsemaphore entryLars Knoll2016-11-231-5/+1
| * | | Document The Public Suffix ListKai Koehne2016-11-233-3/+402
| * | | AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-2/+8
| * | | QString: optimize remove(QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-231-15/+14
| * | | Fix some qdoc-warningsFriedemann Kleint2016-11-233-22/+11