summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSemaphore: add a note to update to noexcept in Qt 7Thiago Macieira2023-05-311-0/+5
* QVariant: visually separate PrivateShared and Private nested classesFabian Kosmale2023-05-311-0/+1
* QVariant: Extract Method PrivateShared::computeOffset()Fabian Kosmale2023-05-312-1/+7
* QVariant: Extract Method PrivateShared::computeAllocationSize()Fabian Kosmale2023-05-312-1/+8
* QVariant: simplify condition guarding customClear() callsMarc Mutz2023-05-311-2/+2
* QVariant: remove outdated docs about reimplementing clear()Marc Mutz2023-05-311-5/+0
* QArrayDataPointer: fix optional projection in assign()Dennis Oberst2023-05-311-1/+7
* Remove unused IS_RAW_DATA() macros from q{string,bytearray}.cppEdward Welbourne2023-05-312-5/+0
* QObject: add setProperty() overload taking rvalue QVariantMarc Mutz2023-05-313-4/+37
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-308-63/+228
* QArrayDataPointer: add missing std::invoke call to projectionDennis Oberst2023-05-301-4/+5
* QArrayDataPointer: add missing Q_CHECK_PTR check in assign()Dennis Oberst2023-05-301-0/+2
* qsimd_x86: update from upstream and enable a few more featuresThiago Macieira2023-05-262-67/+217
* qgenericatomic.h: fix includesAhmad Samir2023-05-262-1/+4
* Break qglobal.h cyclic includes [3/3]Ahmad Samir2023-05-265-6/+8
* Break cyclic includes in qglobal.h [2/3]Ahmad Samir2023-05-269-23/+37
* Break some include cycles in qglobal.h [1/3]Ahmad Samir2023-05-265-7/+6
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-261-2/+1
* CMake: Update USE_FOLDERS comment in qt_standard_project_setupJoerg Bornemann2023-05-261-2/+2
* Deprecate qAsConst()Marc Mutz2023-05-262-0/+8
* QLogging: fix indentationGiuseppe D'Angelo2023-05-261-2/+2
* CompareAgainstLiteralZero: fix SFINAE considerationsDennis Oberst2023-05-251-1/+1
* QDeadlineTimer: make the ForeverConstant an enum classThiago Macieira2023-05-254-21/+2
* Enable QT7_ONLY for bootstrapped mode tooThiago Macieira2023-05-251-1/+1
* Doc: fix warnings for QSetIterator see-alsosVolker Hilsheimer2023-05-252-19/+37
* permissions: Remove need to check QT_CONFIG(permissions) in user codeTor Arne Vestbø2023-05-252-8/+23
* permissions: Work around template partial specialization GCC bugTor Arne Vestbø2023-05-251-3/+3
* Add [[maybe_unused]] to avoid compilation warnings on AndroidAmir Masoud Abdol2023-05-251-2/+2
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-241-0/+7
* Doc: fix warnings from parameters not matching the documentationVolker Hilsheimer2023-05-241-5/+5
* QProcess/Unix: allow startDetached() to also use vfork()Thiago Macieira2023-05-231-2/+7
* QProcess/Darwin: disable use of vfork() on this OSThiago Macieira2023-05-231-0/+5
* QRegularExpression: match newlines when converting wildcardsGiuseppe D'Angelo2023-05-231-1/+3
* QProcess/Linux: add a flag to re-enable the vfork()-like semanticsThiago Macieira2023-05-223-9/+41
* QProcess/Unix: add setUnixProcessParameters()Thiago Macieira2023-05-225-8/+219
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-1/+1
* QCallableObject: work around VS2022 compiler bugThiago Macieira2023-05-201-1/+9
* QUuid: add support for 128-bit integersThiago Macieira2023-05-202-3/+66
* QTypes: add q{u,}int128 as a first-class, integer typeThiago Macieira2023-05-192-1/+23
* Resolve symbol conflict between qmutex_unix and qwaitcondition_unix.cppAmir Masoud Abdol2023-05-193-25/+28
* IPC: QNativeIpcKey: enable the slow pathThiago Macieira2023-05-183-18/+67
* IPC: QNativeIpcKey: use actual QUrl to format and parse the string formThiago Macieira2023-05-181-32/+10
* QPartialOrdering: update docs and change parameter namesDennis Oberst2023-05-172-59/+87
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-174-18/+18
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-4/+43
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-165-48/+64
* Fix unused variable 'FakeErrnoForThrow' [-Wunused-const-variable]Tor Arne Vestbø2023-05-161-10/+10
* QModelIndex: improve qHashThiago Macieira2023-05-161-1/+7
* QArrayDataPointer: add a C++20 ranges-style optional projection to assign()Marc Mutz2023-05-161-4/+6
* QList: add STL-style assign()Dennis Oberst2023-05-163-2/+118