summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-141-22/+0
* make qmljsDebugargumentsstring() and forceOpen() constPeng Wenhao2021-03-131-1/+1
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+4
* Merge "Futex/Windows: add support for notifying TSan"Thiago Macieira2021-03-111-22/+24
|\
| * Futex/Windows: add support for notifying TSanThiago Macieira2021-03-111-22/+24
* | Merge "QObject: remove QAbstractDeclarativeData::parentChanged"Fabian Kosmale2021-03-112-4/+0
|\ \
| * | QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-112-4/+0
| |/
* / QProcess/Win: implement async closing of write channelAlex Trotsenko2021-03-113-13/+8
|/
* Merge "QEventDispatcher(Win): Always honor interrupted status to avoid races"Mårten Nordheim2021-03-112-2/+6
|\
| * QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-1/+5
| * The conditional statement is missing parenthesesZhang Yong2021-03-111-1/+1
* | Remove now unneeded QT_BOOTSTRAPPED check from qlibraryinfo.cppJoerg Bornemann2021-03-111-2/+0
* | Remove all qmake-related data from q[make]config.cppJoerg Bornemann2021-03-112-80/+34
* | Read QLibraryInfo paths directly from QLibraryInfo and not from qmakeconfig.cppJoerg Bornemann2021-03-112-12/+21
* | Do not write Sysroot and SysrootifyPrefix into qmakeconfig.cppJoerg Bornemann2021-03-111-2/+2
* | Remove the platformsSection constant from qconfig.cpp.inJoerg Bornemann2021-03-112-4/+2
|/
* Doc: Fix warnings on qproperty.cppTopi Reinio2021-03-101-18/+22
* QtGlobal docs: code tidiesZhang Yong2021-03-101-4/+2
* Merge "QConcatenateTablesProxyModel: skip dataChanged in hidden columns"David Faure2021-03-091-1/+6
|\
| * QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* | QProcess/Unix: add a RAII class to hold the argv and envp pointersThiago Macieira2021-03-091-71/+79
|/
* Update documents of QLocale::CountryJiDe Zhang2021-03-092-2/+2
* string 16<->8 bits conversion: SIMD on arm32Nick Shaforostoff2021-03-083-4/+20
* Merge "Add documentation for Q_OBJECT_BINDABLE_PROPERTY"Andreas Buhr2021-03-051-0/+23
|\
| * Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-051-0/+23
* | Merge "Add ARM version of the "AES" qhash algorithm"Allan Sandfeld Jensen2021-03-051-0/+135
|\ \
| * | Add ARM version of the "AES" qhash algorithmAllan Sandfeld Jensen2021-03-051-0/+135
| |/
* | Merge "qtypeinfo: make variable templates inline"Fabian Kosmale2021-03-051-14/+19
|\ \ | |/ |/|
| * qtypeinfo: make variable templates inlineFabian Kosmale2021-03-051-14/+19
* | Merge "Simplify code, remove redundant condition"Wang Yicun2021-03-053-15/+11
|\ \
| * | Simplify code, remove redundant conditionWang Yicun2021-03-052-6/+2
| * | Doc: Fix section titles that confuse QDoc's autolinkerPaul Wicking2021-03-051-9/+9
| |/
* / QPoint(F): declare as PRIMITIVE, not RELOCATABLEGiuseppe D'Angelo2021-03-051-2/+2
|/
* QContiguousCache: Remove redundant conditionWang Yu2021-03-051-3/+1
* QProcess/Unix: use a common function to find the target executableThiago Macieira2021-03-041-48/+39
* Merge "Fix build of Core module without regularexpression feature"Alexey Edelev2021-03-049-22/+12
|\
| * Fix build of Core module without regularexpression featureAlexey Edelev2021-03-048-22/+8
| * Fix QT_HOST_LIBEXECS for cross-builds on WindowsJoerg Bornemann2021-03-041-0/+4
* | Merge "Remove win32_system_libs feature from src/corelib/configure.json"Joerg Bornemann2021-03-043-72/+0
|\ \ | |/ |/|
| * Remove win32_system_libs feature from src/corelib/configure.jsonJoerg Bornemann2021-03-043-72/+0
* | Merge "Fix compilation error in QDateTime"Andrei Golubev2021-03-041-1/+3
|\ \ | |/ |/|
| * Fix compilation error in QDateTimeAndrei Golubev2021-03-041-1/+3
* | QScopedPointer: deprecate swapGiuseppe D'Angelo2021-03-042-1/+21
|/
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-031-1/+1
* Initialize out-variableVolker Hilsheimer2021-03-031-1/+1
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-024-341/+570
* Add the 6.2 deprecation macrosGiuseppe D'Angelo2021-03-021-0/+8
* Don't access moved-from objectVolker Hilsheimer2021-03-021-7/+6
* Canonical type conversionHou Lei2021-03-021-1/+1
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-3/+4