qt5base-lts/tests/benchmarks/corelib
Lars Knoll 06456873fc Get rid of QT_STRICT_ITERATORS
The concept was a nice idea to avoid accidental detach() calls
in implicitly shared containers, but it conflicts with a C++11
compatible API for them, with signatures for modifying methods
taking a const_iterator as argument and returning an iterator
(e.g. iterator erase(const_iterator)).

Change-Id: Ia33124bedbd260774a0a66f49aedd84e19c9971b
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-11-04 12:52:26 +00:00
..
codecs Updated license headers 2016-01-21 18:55:18 +00:00
io qdiriterator benchmark: test against std::filesystem 2019-10-21 12:40:49 +02:00
json Updated license headers 2016-01-21 18:55:18 +00:00
kernel Add QObject allocation benchmarks 2019-08-29 14:04:27 +02:00
mimetypes Use a std::vector instead of a QVector in QMimeDatabasePrivate 2018-09-29 14:22:18 +00:00
plugin tst_bench_QUuid: eliminate an unused variable 2018-06-14 09:15:06 +00:00
text Re-apply 'Skip old benchmark that doesn't build automatically' 2019-07-24 07:45:59 +03:00
thread QReadWriteLock: add a check for writeOnly, too 2019-09-12 06:38:42 +02:00
time Extend QDate's benchmark 2019-08-30 11:22:07 +02:00
tools Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00