summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qvector
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-69/+0
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-5/+1
* Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-4/+3
|\
| * Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-4/+3
* | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
|/
* Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-1/+1
* Updated license headersJani Heikkinen2016-01-213-51/+36
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* Update license headers and add new license filesMatti Paaso2014-09-243-57/+33
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-2/+2
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+37
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-303-1/+60
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-4/+0
* Merge master into api_changesKent Hansen2012-03-191-1/+1
|\
| * Fixed benchmarks to work from install directoryKurt Korbatits2012-03-191-1/+1
* | Change QVector's in-memory data layoutJoão Abecasis2012-02-221-4/+7
* | Have QVectorData::grow, take size of header w/ paddingJoão Abecasis2012-02-201-26/+20
* | QVector: always grow exponentiallyJoão Abecasis2012-02-171-5/+3
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-053-7/+6
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
| * Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-163-5/+5
|\|
| * Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-2/+2
| * Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* | Use RefCount::setSharable feature in QVectorJoão Abecasis2012-01-101-1/+0
* | Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-1/+1
|/
* benchmarks: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-6/+1
* tests: do not run benchmarks by default in 'make check'Rohan McGovern2011-07-191-0/+4
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-243-51/+51
* Initial import from the monolithic Qt.Qt by Nokia2011-04-274-0/+1219