summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qiterable.h
Commit message (Expand)AuthorAgeFilesLines
* Make Qt headers work with MSVC /W4Kai Köhne2023-07-181-16/+20
* Mark all remaining RAII/smart pointer class ctors [[nodiscard]]Marc Mutz2023-06-221-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* Remove default ctor for QIterableUlf Hermann2020-09-221-2/+0
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+1
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-74/+412
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-121-0/+10
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-111-3/+57
* Fix compiler warning from unused private field in QSequentialIterableVolker Hilsheimer2020-09-051-0/+1
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-0/+149