summaryrefslogtreecommitdiff
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcher/WASM: fix a lambda nameAhmad Samir2023-05-151-3/+3
* Darwin: Use direct runtime interface to manage autorelease poolsTor Arne Vestbø2023-05-151-5/+12
* Darwin: Disable QMacAutoReleasePool tracker unless explicitly enabledTor Arne Vestbø2023-05-151-0/+4
* Darwin: Disable QMacAutoReleasePool tracker in release buildsTor Arne Vestbø2023-05-151-2/+5
* Darwin: Remove QMacAutoReleasePool heap allocation detectionTor Arne Vestbø2023-05-151-47/+3
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-151-1/+2
* Convert remaining QT_NO_XMLSTREAM* to use feature systemEdward Welbourne2023-05-158-46/+48
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-5/+10
* Don't create a QTimeZonePrivate object for an unsupported time zone IDAndreas Buhr2023-05-151-2/+7
* Include all available IANA DB zones for the TZ backendEdward Welbourne2023-05-151-2/+34
* Doc: Replace mentions of deprecated macroTopi Reinio2023-05-151-1/+1
* Doc: Make QByteArray(qsizetype size, Qt::Initialization) doc publicTopi Reinio2023-05-151-2/+0
* QProcess/Unix: use open() + fchdir() to change directoriesThiago Macieira2023-05-152-19/+46
* QProcess/Unix: use pid_t for the pidThiago Macieira2023-05-152-6/+4
* Revert commit "don't ever force fork() instead of forkfd()"Thiago Macieira2023-05-152-9/+2
* QProcessPrivate: repack and reorganize the membersThiago Macieira2023-05-153-36/+34
* QProcessPrivate: remove the member variable "crashed"Thiago Macieira2023-05-134-9/+11
* Avoid littering CMake logs with QTP0002 warningsAlexey Edelev2023-05-121-8/+11
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-121-0/+3
* Enable [[noreturn]] attribute for non-MSVC compilers on WindowsPeter Varga2023-05-123-6/+6
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-114-5/+39
* IPC: QNativeIpcKey: fix big-endian buildsThiago Macieira2023-05-111-7/+17
* QLatin1StringView: un-inline Latin1-UTF8 compare_helperThiago Macieira2023-05-113-9/+15
* QReadWriteLock: inline the constructor and destructorThiago Macieira2023-05-112-5/+22
* QMutex: add QDeadlineTimer-based tryLocksThiago Macieira2023-05-116-33/+106
* QReadWriteLock: add tryLockForXxx overloads taking QDeadlineTimerThiago Macieira2023-05-113-48/+98
* QReadWriteLock: inline the lockForXxx functionsThiago Macieira2023-05-113-8/+20
* QReadWriteLock: remove the untimed tryLockForXxxx functionsThiago Macieira2023-05-113-44/+17
* QReadWriteLock: force the loop to exist in a separate functionThiago Macieira2023-05-111-2/+15
* QReadWriteLock: remove the private function from the symbol tableThiago Macieira2023-05-115-42/+57
* Fix QMetaObject::invokeMethod for free functions and std::bindVolker Hilsheimer2023-05-112-19/+7
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-7/+10
* QRunnable: fix Coverity dead-code warnings in create()Marc Mutz2023-05-111-12/+20
* QGenericRunnable: remove common prefix from nested classesMarc Mutz2023-05-111-12/+11
* Move QGenericRunnableHelper info QGenericRunnableMarc Mutz2023-05-111-7/+6
* Move handling of helper from create() to QGenericRunnableMarc Mutz2023-05-111-4/+4
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-112-0/+22
* QCallableObject: use QtPrivate::CompactStorageMarc Mutz2023-05-111-7/+11
* Doc: Don't advertise qt_add_big_resources on qt_add_resources pageJoerg Bornemann2023-05-111-2/+2
* QPointer: also make conversion to pointer-to-const workMarc Mutz2023-05-111-2/+4
* QDeadlineTimer: avoid a system call for timeout == 0Thiago Macieira2023-05-111-10/+32
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-7/+17
* QDeadlineTimer: use std::chrono::ceil() in setRemainingTime()Thiago Macieira2023-05-111-1/+2
* animation: use Q_EMIT in private headerTim Blechmann2023-05-111-2/+2
* Darwin: Cache system locale's zero digit and invalidate on locale changesTor Arne Vestbø2023-05-111-8/+20
* QSlotObjectBase: move the m_ref after m_impl for Qt 7Thiago Macieira2023-05-101-3/+10
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-105-19/+20
* Remove Java iterator APIs for moving back if operator-- is not availableVolker Hilsheimer2023-05-103-4/+32
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* QGenericRunnable: use CompactStorageMarc Mutz2023-05-091-4/+6