summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcontiguouscache.h
Commit message (Expand)AuthorAgeFilesLines
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-181-0/+5
* QContiguousCache: Remove redundant conditionWang Yu2021-03-051-3/+1
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-171-0/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Constrain the comparison operators for our container classesLars Knoll2020-07-081-18/+19
* Fix warnings when building with MSVC2017Mitch Curtis2020-03-191-1/+2
* Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-141-36/+36
* Add move semantics to QContiguousCacheLars Knoll2020-03-141-34/+60
* Cleanup code in QContiguousCacheLars Knoll2020-03-141-94/+74
* Remove dead codeLars Knoll2020-02-101-9/+1
* Get rid of unsharable containersLars Knoll2019-10-301-3/+0
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-7/+7
* QContiguousCache: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
* QContiguousCache: add assertion to avoid negative capacityChristian Ehrlicher2018-05-041-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+2
* 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
* Make QContiguousCache with zero capacity not crashThiago Macieira2012-10-191-0/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* Rename QContiguousCache allocate and free functions to say "Data"Thiago Macieira2012-08-091-18/+18
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-4/+0
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-6/+6
* 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/+466