summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-251-0/+44
* Build fix for GHS Compiler 2020.1.4Kimmo Ollila2021-02-161-1/+1
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-1/+4
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1
* Make explicit that we expect co-ordinates to be finiteEdward Welbourne2021-02-0410-91/+113
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-7/+5
* Partially revert 813a928c7c3cf98670b6043149880ed5c955efb9Ulf Hermann2021-01-261-0/+3
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-7/+16
* QVLA: add a Q_ASSERTGiuseppe D'Angelo2021-01-201-0/+1
* Build fixes for GCC 11Ville Voutilainen2021-01-191-3/+0
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-081-0/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-116/+0
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+3
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-052-11/+11
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-1/+1
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-4/+5
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4