summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Introduce QProcessPrivate::closeChannels()Alex Trotsenko2021-05-314-15/+16
* Consolidate debug string generationAlex Trotsenko2021-05-315-132/+63
* Q_DECLARE_METATYPE: Do not re-register typesFabian Kosmale2021-05-311-7/+20
* QChar: mark as PRIMITIVE typeGiuseppe D'Angelo2021-05-311-1/+1
* Fix path of qmlimportscanner for AndroidKai Köhne2021-05-311-1/+1
* QFuture: remove incorrect sentence from docsGiuseppe D'Angelo2021-05-271-3/+0
* Fix qdoc warning after port to QPropertyVolker Hilsheimer2021-05-271-1/+1
* Fix qdoc warningsVolker Hilsheimer2021-05-273-3/+4
* QList: do some minor cleanups in the internal codeAndrei Golubev2021-05-272-2/+1
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-271-5/+44
* Clarify that QLoggingCategory works independent of compiler build typeKai Köhne2021-05-271-1/+8
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-13/+3
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-265-1/+179
* CMake: Fix finalizers not being run for android executablesAlexandru Croitor2021-05-261-1/+4
* CMake: Don't apply invalid infixes to INTERFACE librariesAlexandru Croitor2021-05-261-1/+3
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-261-7/+11
* Harmonize zoneMSecsToEpochMSecs() and localMSecsToEpochMSecs()Edward Welbourne2021-05-262-26/+27
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-263-165/+195
* Android: fix missing includeMårten Nordheim2021-05-261-0/+1
* Initialize SYSTEMTIME to {} instead of memset()ingAndreas Buhr2021-05-261-4/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-2621-63/+63
* Farewell Q_DISABLE_MOVEGiuseppe D'Angelo2021-05-262-19/+5
* Initialize SYSTEMTIME to {} instead of memset()ingEdward Welbourne2021-05-251-12/+6
* gcc 11: Adjust pragma warning placementFabian Kosmale2021-05-252-0/+16
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-251-18/+118
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-252-2/+8
* Remove unnecessary type conversionXiao YaoBing2021-05-251-2/+2
* QDateTime(Parser): code tidiesGiuseppe D'Angelo2021-05-252-22/+23
* Fix compilation for other compilersJanne Koskinen2021-05-241-0/+1
* QUrl: use QFlags::toInt / qToUnderlyingGiuseppe D'Angelo2021-05-231-8/+8
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-2/+15
* QRandomGenerator: let qt_initial_random_value() return 128 bits of dataThiago Macieira2021-05-234-29/+18
* QHash & QRandomGenerator: cooperate to provide a simpler initial seedThiago Macieira2021-05-234-11/+87
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-233-3/+9
* Mark QHashSeed::globalSeed() noexceptThiago Macieira2021-05-232-6/+9
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-233-36/+140
* QProcess/Unix: fix build in debug modeAlex Trotsenko2021-05-231-1/+1
* qcborstreamreader.cpp: Use QT_TRY/QT_CATCHNodir Temirkhodjaev2021-05-231-4/+4
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-221-0/+13
* QPromise: code tidiesGiuseppe D'Angelo2021-05-221-1/+1
* QPromise/QFuture: fix value semanticsGiuseppe D'Angelo2021-05-224-28/+35
* Make the internal Zlib module privateAlexey Edelev2021-05-211-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+11
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-214-4/+4
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-212-6/+4
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-203-32/+66
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+1
* CMake: Replace qt_finalize_executable with qt_finalize_targetAlexandru Croitor2021-05-203-25/+34
* Document that QProperty::subscribe might get executed deferredAndreas Buhr2021-05-201-6/+13
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-202-13/+15