summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Work around old Clang bug parsing of NSDMI referring to membersThiago Macieira2016-12-161-3/+3
* winrt: Check for removed timers after sending eventsOliver Wolff2016-12-151-4/+7
* qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
* Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
* Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
* Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-082-5/+4
|\
| * Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
| * Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
* | Fix the warning number for ICC deprecated warningsThiago Macieira2016-12-041-2/+2
* | QDeadlineTimer: fix namespace for chrono literals in examplesMarc Mutz2016-11-301-2/+4
* | QMutex: small doc fixesMarc Mutz2016-11-291-2/+2
* | 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
* | | QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-222-10/+32
* | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-13/+53
* | | QDeadlineTimer: mark more functions nothrowMarc Mutz2016-11-181-7/+7
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-165-34/+67
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-165-34/+67
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-155-34/+67
| | |\|
| | | * Revert "Optimize QJsonObject::operator=="Marc Mutz2016-11-142-4/+2
| | | * Improve the validation algorithm for binary JSONLars Knoll2016-11-112-19/+41