summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-112-17/+76
* Assert validity in QStringIterator's unchecked methodsEdward Welbourne2020-12-111-6/+18
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* Fix event() chaining in QSocketNotifierAlex Trotsenko2020-12-111-11/+15
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-114-20/+242
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+1
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2020-12-091-25/+17
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+28
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+9
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* QMetaObjectBuilder: use constexpr ifFabian Kosmale2020-12-091-37/+43
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-092-22/+11
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-094-55/+41
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* QList: update docsIvan Solovev2020-12-081-40/+48
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-082-2/+25
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-072-0/+9
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* Make the overflow math functions publicUlf Hermann2020-12-073-235/+374
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-072-2/+15
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-064-18/+15
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-061-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-063-49/+71
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-21/+57
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* QByteArray: update documentationIvan Solovev2020-12-052-82/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-044-0/+20
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-055-27/+7
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* QList: make an indirect inclusion directGiuseppe D'Angelo2020-12-041-0/+1