summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * clean up qmake-generated projectsOswald Buddenhagen2012-02-2413-47/+8
| * Drop file-engine abstraction from public APIJoão Abecasis2012-02-222-5/+43
* | Change QVector's in-memory data layoutJoão Abecasis2012-02-221-4/+7
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-215-11/+89
|\|
| * Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-0/+2
| * Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-1/+53
| * Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-162-2/+2
| * Add a testcase of a list of UUIDs in string form.Robin Burchell2012-02-141-6/+30
| * Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-092-2/+2
* | 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-0554-165/+470
|\|
| * tests: do not run benchmarks by default in 'make check'Sergio Ahumada2012-02-022-2/+0
| * Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-15/+0
| * Remove Symbian specific code from qtbase.Xizhi Zhu2012-01-311-20/+1
| * Update contact address in license headers.Jason McDonald2012-01-311-1/+1
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3046-45/+46
| * QHash benchmark: improve Java's hashGiuseppe D'Angelo2012-01-271-0/+11
| * QHash benchmark: remove unused variablesGiuseppe D'Angelo2012-01-271-3/+0
| * Cleanup mess in public type ids.Jędrzej Nowacki2012-01-252-4/+0
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-252-2/+0
| * Import json support from playground/qtbinaryjsonLars Knoll2012-01-244-1/+153
| * Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-241-0/+15
| * Add the capability to use multiple data sources for qhash benchmark.Robin Burchell2012-01-242-20/+31
| * Remove executive summary.Robin Burchell2012-01-241-27/+0
| * Move test files around.Robin Burchell2012-01-244-4/+4
| * Update contact information in license headers.Jason McDonald2012-01-2344-44/+44
| * Introduce a qalgorithms benchmark.Robin Burchell2012-01-214-1/+147
| * Add a string hash implementation similar to the one in Java.Robin Burchell2012-01-203-0/+41
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-1649-47/+249
|\|
| * Add V3(md5) and V5(sha1) version for DCE in QUuidLiang Qi2012-01-101-0/+20
| * Remove execute permission from files that don't need it.Jason McDonald2012-01-103-0/+0
| * Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-2/+2
| * Update copyright year in license headers.Jason McDonald2012-01-0543-43/+43
| * Change event posting to use a QVector.Robin Burchell2011-12-303-1/+93
| * add tests and benchmarks for QString::toLower()/toUpper()/toCaseFolded()Konstantin Ritt2011-12-251-1/+91
* | 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
|/
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-063-6/+0
* Fix compilation of Benchmark tests on Windows.Friedemann Kleint2011-12-014-5/+6
* Benchmark the new signal slot connection syntax.Olivier Goffart2011-11-301-18/+74
* Compile with non-C++11 compilersBradley T. Hughes2011-11-141-14/+20
* Update QMutex benchmark to match the one in 4.8Bradley T. Hughes2011-10-272-1/+40
* benchmarks: eliminated usage of qttest_p4.prfRohan McGovern2011-10-2531-184/+31
* Extend QVariant benchmarksJędrzej Nowacki2011-10-241-0/+77
* test: Split `qcontiguouscache' unit and benchmark testsSergio Ahumada2011-10-243-0/+200
* tests: do not run benchmarks by default in 'make check'Sergio Ahumada2011-10-241-0/+4
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-2/+2
* Add benchmarks for QMetaType::construct()Kent Hansen2011-10-191-0/+49
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-2/+2