summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Rename add_qt_gui_executable to qt_add_executableAlexandru Croitor2020-10-191-1/+8
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* QRandomGenerator: optimize for the common use caseThiago Macieira2020-10-182-23/+29
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-187-68/+86
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-181-2/+2
* Consistenly deprecate QMultiMap insert, add moving unite overloadVolker Hilsheimer2020-10-172-20/+39
* qcontainerinfo: make variable templates inlineFabian Kosmale2020-10-171-74/+74
* qtypeinfo.h: We only need a const reference for most operator<<Ulf Hermann2020-10-171-2/+2
* CMake: Generate qrc files at configure time and make them traceableCristian Adam2020-10-171-1/+4
* Generalize the winmain/qtmain entry-point libraryTor Arne Vestbø2020-10-172-3/+3
* Inline the members for QRecursiveMutexLars Knoll2020-10-172-72/+36
* <chrono> should always be available with C++17Lars Knoll2020-10-171-6/+0
* Split QMutex and QRecursiveMutexLars Knoll2020-10-176-243/+238
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-176-49/+36
* CMake: Rename some public API functionsAlexandru Croitor2020-10-163-38/+31
* CMake: Fix qt_add_plugin to be a proper public API functionAlexandru Croitor2020-10-161-6/+1
* Fix warning, make sure temporary is moved into return valueVolker Hilsheimer2020-10-161-2/+2
* Q(E)SDP(V2): fill the API gap left by take()Giuseppe D'Angelo2020-10-163-2/+57
* QMetaType: Silence float comparison warnings in QEqualityOperatorForTypeUlf Hermann2020-10-162-0/+6
* Fix "variable set but unused" in qvariant.cppUlf Hermann2020-10-161-1/+1
* Add comparison operators to shared data pointersAllan Sandfeld Jensen2020-10-161-32/+28
* Remove redundant duplicate of EnableForNonVoid in QFutureWatcherAndrei Golubev2020-10-161-7/+1
* Fix subtle SFINAE problem in QPromise::addResultAndrei Golubev2020-10-161-3/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-162-13/+13
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-163-49/+56
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-164-16/+18
* Disallow promotion of bool and char in qMin and friendsLars Knoll2020-10-161-1/+3
* Fix signature of QDebug::toString()Lars Knoll2020-10-162-19/+3
* Remove default parameter from QUnifiedTimer::updateAnimationTimersVolker Hilsheimer2020-10-162-2/+2
* Document noteworthy change in QProcessVolker Hilsheimer2020-10-161-0/+31
* Purge QDesktopWidgetVolker Hilsheimer2020-10-161-2/+1
* QMultiHash: fix operator==Giuseppe D'Angelo2020-10-161-2/+7
* QHash: code tidiesGiuseppe D'Angelo2020-10-161-9/+5
* QOverload helpers: further cleanupsGiuseppe D'Angelo2020-10-161-3/+3
* Floating point function helpers: code tidiesGiuseppe D'Angelo2020-10-161-6/+6
* QtPrivate::Deprecated_t: code tidiesGiuseppe D'Angelo2020-10-161-1/+1
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* QTimeZone: drop an implicit conversion commentGiuseppe D'Angelo2020-10-161-1/+1
* QVariant::compare: handle numerical values and pointers as documentedv6.0.0-beta1Fabian Kosmale2020-10-151-9/+80
* QOverload helpers: code tidiesGiuseppe D'Angelo2020-10-151-10/+4
* Doc: Migration Guide for QString related changesKarsten Heimrich2020-10-151-0/+84
* Fix compile time type normalization codeLars Knoll2020-10-141-81/+146
* QMetaType: fix warning messageFabian Kosmale2020-10-141-1/+1