summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetacontainer.h
Commit message (Expand)AuthorAgeFilesLines
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-031-133/+133
* Core: Make the metacontainer interfaces constexprUlf Hermann2020-10-181-33/+23
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-7/+7
* Add a QMetaAssociationUlf Hermann2020-09-151-230/+775
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-121-0/+19
* Make QMetaSequence's d_ptr constUlf Hermann2020-09-121-1/+1
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-121-28/+110
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-121-3/+7
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-111-55/+55
* Add a QMetaSequence interfaceUlf Hermann2020-09-011-0/+594