summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QPodArrayOps: re-enable -Wstringop-overflowGiuseppe D'Angelo2021-06-231-6/+0
* Add missing limits includeNicolas Fella2021-06-201-0/+1
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-1/+4
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-011-1/+0
* QList: do some minor cleanups in the internal codeAndrei Golubev2021-05-272-2/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-267-15/+15
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-252-2/+8
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-2/+15
* QRandomGenerator: let qt_initial_random_value() return 128 bits of dataThiago Macieira2021-05-231-1/+2
* QHash & QRandomGenerator: cooperate to provide a simpler initial seedThiago Macieira2021-05-231-4/+10
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-233-3/+9
* Mark QHashSeed::globalSeed() noexceptThiago Macieira2021-05-232-6/+9
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-233-36/+140
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-212-2/+2
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-201-3/+8
* QArrayData: store the right flag type, not an intGiuseppe D'Angelo2021-05-173-3/+3
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-111-0/+4
* QScopedPointer: remove doc mention of take()Giuseppe D'Angelo2021-05-061-3/+0
* QHash: disable the AES based one on the bootstrap libraryThiago Macieira2021-05-011-2/+2
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-281-3/+9
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-274-42/+280
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-271-0/+13
* Port of QTimeLine to new property systemAndreas Buhr2021-04-262-49/+111
* QDuplicateTracker: store the current seed in the hasherThiago Macieira2021-04-221-1/+2
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-211-1/+3
* MSVC: Fix size_to to int warning in qhash.cppKai Köhne2021-04-211-1/+1
* QHash: allow an empty QT_HASH_SEED env variable to resetThiago Macieira2021-04-161-1/+1
* QHash: remove the ability to set a non-zero global seedThiago Macieira2021-04-161-6/+5
* QMultiHash: Fix docFabian Kosmale2021-04-161-3/+2
* QList::(const_)iterator: protect element_type on GCC < 11Giuseppe D'Angelo2021-04-161-2/+2
* Merge integration refs/builds/qtci/dev/1617702467Qt CI Bot2021-04-061-2/+15
|\
| * QList: Satisfy contiguous_range requirementsFabian Kosmale2021-04-061-2/+15
* | Doc: Fix link errors qtbaseNico Vertriest2021-04-061-1/+1
|/
* QList: replace typedef with usingFabian Kosmale2021-03-301-10/+10
* Make QMovableArrayOps::Inserter non copyableAlbert Astals Cid2021-03-221-0/+1
* qarraydata.h: use __has_builtin directlyFabian Kosmale2021-03-211-1/+1
* Merge "QSqlQuery: make it a move only type"Giuseppe D'Angelo2021-03-212-0/+2
|\
| * QHash: add a Qt 7 TODOGiuseppe D'Angelo2021-03-212-0/+2
* | qcontainerfwd.h: Do not include variant and tupleFabian Kosmale2021-03-211-2/+1
|/
* Doc: Fix various documentation issuesTopi Reinio2021-03-161-2/+2
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+4
* Add ARM version of the "AES" qhash algorithmAllan Sandfeld Jensen2021-03-051-0/+135
* QPoint(F): declare as PRIMITIVE, not RELOCATABLEGiuseppe D'Angelo2021-03-051-2/+2
* QContiguousCache: Remove redundant conditionWang Yu2021-03-051-3/+1
* QScopedPointer: deprecate swapGiuseppe D'Angelo2021-03-042-1/+21
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-3/+4
* Kill qHash(QPointF)Giuseppe D'Angelo2021-02-281-0/+2