summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-203-205/+231
* {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the membersThiago Macieira2022-09-178-68/+16
* Fix the way deffered files are added to a CMake source treeAlexey Edelev2022-09-171-2/+12
* QSystemSemaphorePrivate: remove unused semaphoreLock memberThiago Macieira2022-09-161-1/+0
* QSharedMemory: remove QT_NO_QOBJECTThiago Macieira2022-09-165-51/+4
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-162-0/+8
* Set target property _qt_is_test_executable on all testsMikolaj Boc2022-09-161-2/+2
* Add enum class Qt::AppearanceAxel Spoerl2022-09-162-0/+18
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-165-29/+7
* QObject: attempt to fix a deadlock introduced by an earlier fixThiago Macieira2022-09-151-1/+11
* CMake: Rework tool wrapper shell script creationAlexandru Croitor2022-09-151-24/+0
* QWinRegistry: Add missing includeMårten Nordheim2022-09-151-0/+1
* CMake: Add NO_TRANSLATIONS option to deployment functionsJoerg Bornemann2022-09-154-3/+35
* CMake: Introduce qt_deploy_translationsJoerg Bornemann2022-09-154-5/+264
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-153-7/+167
* doc: fix description of QFileDevice::Permission::*OtherCeleste Liu2022-09-151-3/+3
* CMake: Avoid creation of XXX_other_files targetsJoerg Bornemann2022-09-141-3/+48
* Apply NRVO to QTimeZonePrivate::windowsIdToIanaIds()Edward Welbourne2022-09-141-3/+3
* Process IANA ID lists joined by spaces correctlyEdward Welbourne2022-09-142-13/+43
* QWinRegistryKey: refactorYuhang Zhao2022-09-142-43/+107
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-132-12/+24
* QProperty: remove unused overloadFabian Kosmale2022-09-131-7/+0
* Move QTimerPrivate to separate headerKonrad Kujawa2022-09-133-24/+48
* Adapt the js batched test runner to emrun interfaceMikolaj Boc2022-09-121-0/+4
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-122-0/+11
* Make QCryptographicHash move constructibleLinus Jahn2022-09-122-0/+37
* qUncompress: make a narrowing conversion explicitMarc Mutz2022-09-121-1/+2
* Specialize qMulOverflow<2>(n) as qAddOverflow(n, n)Marc Mutz2022-09-121-0/+2
* CMake: Clarify qt_deploy_runtime_dependencies' EXECUTABLE argumentJoerg Bornemann2022-09-123-7/+6
* qCompress: use qToBigEndian() to write the length prefixMarc Mutz2022-09-111-4/+1
* Fix qUncompress for BE LLP64 platformsMarc Mutz2022-09-111-10/+7
* qUncompress: limit MaxDecompressedSize to what zlib can handleMarc Mutz2022-09-111-1/+2
* CMake: Introduce qt_generate_deploy_scriptJoerg Bornemann2022-09-116-32/+179
* CMake: Un-TP QT_NO_STANDARD_PROJECT_SETUPJoerg Bornemann2022-09-091-1/+0
* CMake: Un-TP QT_HOST_PATHJoerg Bornemann2022-09-091-1/+0
* Use the correct way to include qsimd_x86_p.hAlexey Edelev2022-09-092-2/+5
* Pass QT_NO_PACKAGE_VERSION_CHECK to the Android multi-ABI external projectsAlexey Edelev2022-09-091-0/+4
* wasm: fix setting RUNTIME_OUTPUT_DIRECTORYLorn Potter2022-09-091-2/+2
* qUncompress: use existing MaxByteArraySizeMarc Mutz2022-09-081-13/+9
* qUncompress: mark invalidCompressedData() Q_DECL_COLD_FUNCTIONMarc Mutz2022-09-081-4/+5
* Use correct calling frame for QMacAutoReleasePool debug trackerTor Arne Vestbø2022-09-071-3/+3
* Avoid recomputing DST-ness for time-zone when already knownEdward Welbourne2022-09-071-0/+4
* Replace .at() with [] to dereference QStringViewEdward Welbourne2022-09-071-2/+2
* Eliminate QSystemLocaleSingleton and QSystemLocale(bool)Edward Welbourne2022-09-072-17/+6
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-072-26/+38
* Simplify system locale managementEdward Welbourne2022-09-072-11/+29
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-0/+18
* QFileSystemEngine/Unix: fix unneeded casts from errno values to intMarc Mutz2022-09-071-8/+8
* QIODevice: fix narrowing conversions in debugBinaryStringMarc Mutz2022-09-071-18/+12
* Port QDir to qsizetype [3/3]: APIMarc Mutz2022-09-073-2/+27