summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QtCore: include mocsThiago Macieira2017-05-0544-1/+105
* QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
* AreArgumentsCompatible: Replace a derived struct with template aliasThiago Macieira2017-05-051-1/+1
* Doc: Do not abbreviate directory in documentationKai Koehne2017-05-041-5/+5
* alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-031-0/+7
* QCFSocketNotifier: fix registering a source in the run loopAlex Trotsenko2017-05-031-2/+11
* Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-031-1/+1
* Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-032-17/+38
* macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-2/+2
* Add two missing hyphensEdward Welbourne2017-04-302-2/+2
* Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
* do not wrap QAbstractEventDispatcher::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-3/+1
* wrap QCoreApplication::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-0/+2
* QSysInfo: Make use of the QT_WARNING_DISABLE_DEPRECATED macroThiago Macieira2017-04-271-5/+1
* Fix warnings about unused private fields we can't removeThiago Macieira2017-04-261-0/+1
* Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
* Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
* Android: add logging to QtCore JNI_OnLoadVyacheslav Koscheev2017-04-261-0/+12
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-9/+36
* Make QT_ASCII_CAST_WARN more informativeTor Arne Vestbø2017-04-241-1/+1
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-2/+2
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-224-14/+18
* Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
* Doc: correct incorrect syntax \li commandNico Vertriest2017-04-211-0/+4
* QLoggingRegistry: remove rules vectorMarc Mutz2017-04-212-33/+33
* Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-203-4/+9
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2015-235/+227
* Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-193-2/+4
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-183-4/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-185-24/+43
|\
| * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
| * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-122-13/+17
* | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
* | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
* | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
* | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
* | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-5/+12
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-125-8/+14
|\|
| * Don't hide critical infoBogDan Vatra2017-04-111-2/+0
| * QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
| * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| * Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
| * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
* | QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
* | QProcess: fix Unix buildJake Petroules2017-04-111-0/+4