summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcache.h
Commit message (Expand)AuthorAgeFilesLines
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-4/+5
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-271-1/+1
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-171-2/+9
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-6/+8
* Switch QCache costs to qsizetypeAllan Sandfeld Jensen2020-09-291-17/+17
* QCache: Fix the usage of std::is_nothrow_assignable_vMartin Storsjö2020-08-181-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-3/+3
* Fix 64bit size issues in QCacheLars Knoll2020-05-041-3/+3
* Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-4/+14
* new QCache implementationLars Knoll2020-04-091-121/+204
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* More nullptr usage in headersKevin Funk2019-03-141-7/+7
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove unused variableLars Knoll2012-01-161-2/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Prevent QPixmapCache potentially growing indefinitely.Samuel Rødal2011-10-031-2/+1
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-9/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+217