summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-146-4/+74
| | * | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1116-3/+311
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-15102-66578/+82
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1124-147/+589
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1420-7681/+124
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-5/+98
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0326-142/+1422
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1628-280/+625
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | cmake: Build qcommandlineparser/testhelperAlbert Astals Cid2019-04-052-0/+22
| | * | | | | | | | | | | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-0147-0/+96
* | | | | | | | | | | | | | | Core: Provide comparison functions for QTypeRevisionUlf Hermann2020-02-071-6/+42
* | | | | | | | | | | | | | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-13/+17
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Core: Add a QTypeRevision classUlf Hermann2020-01-301-0/+115
* | | | | | | | | | | | | | Fix tests in QHash that would read beyond end()Lars Knoll2020-01-301-2/+13
* | | | | | | | | | | | | | Don't enforce C++11Lars Knoll2020-01-301-1/+0
* | | | | | | | | | | | | | Remove deprecated functionality from QSetLars Knoll2020-01-301-146/+1
* | | | | | | | | | | | | | Adjust autotest to coming QHash changesLars Knoll2020-01-301-14/+8
* | | | | | | | | | | | | | Some fixes to collection autotestLars Knoll2020-01-301-15/+6
* | | | | | | | | | | | | | Prepare for separating QHash and QMultiHashLars Knoll2020-01-301-142/+79
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-2/+1
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+96
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+96
* | | | | | | | | | | | | Long live QFlatMap!Joerg Bornemann2020-01-023-0/+458
* | | | | | | | | | | | | QBitArray: Add method to get int valueFederico Guerinoni2019-12-201-0/+93
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
| |\| | | | | | | | | | |
| | * | | | | | | | | | | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-0/+73
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
| |/ / / / / / / / / / /
* | | | | | | | | | | | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-2/+0
* | | | | | | | | | | | Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-23/+1
* | | | | | | | | | | | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-9/+5
* | | | | | | | | | | | Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-6/+2
* | | | | | | | | | | | Remove bad test in QVectorThiago Macieira2019-12-081-83/+0
* | | | | | | | | | | | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-082-126/+74
* | | | | | | | | | | | Stop using the reference counter to store data stateThiago Macieira2019-12-081-18/+18
* | | | | | | | | | | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-082-38/+35
* | | | | | | | | | | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-5/+5
* | | | | | | | | | | | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-4/+3
* | | | | | | | | | | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-072-11/+11
* | | | | | | | | | | | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-072-6/+4
* | | | | | | | | | | | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-072-19/+19
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* | | | | | | | | | | Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2019-11-052-7/+1
* | | | | | | | | | | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-049-31/+9
* | | | | | | | | | | Get rid of unsharable containersLars Knoll2019-10-306-767/+13
* | | | | | | | | | | Make QList an alias to QVectorLars Knoll2019-10-307-2147/+0