summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Implement QTest::qWait() in terms of QTest::qWaitFor()Edward Welbourne2021-12-091-18/+2
* CMake: Mark the new deployment API as being in Technical PreviewAlexandru Croitor2021-12-098-0/+30
* CMake: Fix some of the CMake commands not using the right doc groupAlexandru Croitor2021-12-092-2/+2
* QVarLengthArray: make reallocation strongly exception safeMarc Mutz2021-12-092-27/+30
* QVarLengthArray: implement append() via emplace_back()Marc Mutz2021-12-091-12/+5
* QVarLengthArray: inline some trivial reallocate() wrappersMarc Mutz2021-12-091-15/+3
* QVarLengthArray: use C++14 4-arg std::equal()Marc Mutz2021-12-091-6/+1
* Re-enable parsing Qt code with LLVM (Qt for Python)Friedemann Kleint2021-12-091-1/+1
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-096-357/+533
* Fall back to include() method for finalizers with CMake 3.17 or earlierCraig Scott2021-12-081-5/+9
* Add documentation for CMake deployment supportCraig Scott2021-12-0810-5/+717
* Add CMake deployment supportCraig Scott2021-12-084-0/+561
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-081-6/+5
* QCoffParser: Replace windows.h with qt_windows.hYuhang Zhao2021-12-091-4/+1
* Revert "Compile: Work around false positive on gcc >= 900"Joerg Bornemann2021-12-081-1/+1
* Implement fetching physical QStorageInfo::blockSize() under WindowsKarsten Heimrich2021-12-084-1/+240
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-082-7/+8
* QVarLengthArray: remove unneeded copy in replace()Marc Mutz2021-12-071-3/+2
* QVarLengthArray: don't mix iterator/const_iterator in offset calcMarc Mutz2021-12-071-4/+4
* QVarLengthArray: port internal users from at() to op[]Marc Mutz2021-12-071-2/+2
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+16
* QVarLengthArray: merge remove(idx [,n]) into one functionMarc Mutz2021-12-072-16/+1
* QLogging: mark all warning() and critical() functions as coldMarc Mutz2021-12-071-0/+6
* QVarLengthArray: centralize index checkingMarc Mutz2021-12-071-13/+22
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-2/+3
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-061-52/+66
* Add a const overload for QMetaType::iface()Ulf Hermann2021-12-061-0/+4
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-064-16/+19
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+21
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-042-1/+49
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-0410-16/+51
* Repair parameter typeChunLin Wang2021-12-033-3/+3
* Remove unused Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2021-12-031-8/+0
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-024-4/+25
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-021-1/+8
* Replace BUILD_OPTIONS_LIST variable by the getter functionAlexey Edelev2021-12-021-54/+70
* Use depfile to control ABI-specific builds of executable targetsAlexey Edelev2021-12-021-14/+44
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-022-33/+73
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-021-0/+14
* QVarLengthArray: make static if's constexprMarc Mutz2021-12-021-5/+5
* QVarLengthArray: More Self-Encapsulate FieldMarc Mutz2021-12-011-3/+5
* Use config from the main ABI when building ABI-specific external projectAlexey Edelev2021-12-011-0/+9
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-011-8/+43
* QVarLengthArray: simplify default ctorMarc Mutz2021-12-011-1/+4
* Fix the path to the build dir when creating an androiddeployqt depfileAlexey Edelev2021-11-301-1/+14
* Add _make_aab targetAlexey Edelev2021-11-302-8/+34
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-4/+80