summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-303-1/+60
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-19/+6
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-4/+4
|\
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3
| * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
* | 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-072-8/+0
* | Rewrite QMap to use a RB treeLars Knoll2012-03-233-0/+171
* | Merge master into api_changesKent Hansen2012-03-195-9/+7
|\|
| * Fixed benchmarks to work from install directoryKurt Korbatits2012-03-195-9/+7
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-085-98/+87
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-042-12/+12
| |\
| | * Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-012-12/+12
| * | Remove qhash_faster.Robin Burchell2012-02-293-73/+0
| * | Copy Qt 4's QString hash algorithm.Robin Burchell2012-02-293-4/+32
| * | Move data generation to initTestCase() method and store the results.Robin Burchell2012-02-291-72/+58
| * | Add test data for string forms of numbers.Robin Burchell2012-02-291-0/+12
| * | Add a test using lots of similar strings.Robin Burchell2012-02-291-0/+36
| |/
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-295-21/+5
|\|
| * clean up qmake-generated projectsOswald Buddenhagen2012-02-245-21/+5
* | Change QVector's in-memory data layoutJoão Abecasis2012-02-221-4/+7
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-212-7/+31
|\|
| * 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-091-1/+1
* | 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-0526-91/+269
|\|
| * tests: do not run benchmarks by default in 'make check'Sergio Ahumada2012-02-021-1/+0
| * Allow function types to be registered without workaroundsJoão Abecasis2012-01-311-15/+0
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3021-20/+21
| * QHash benchmark: improve Java's hashGiuseppe D'Angelo2012-01-271-0/+11
| * QHash benchmark: remove unused variablesGiuseppe D'Angelo2012-01-271-3/+0
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
| * 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-2320-20/+20
| * 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-1621-23/+113
|\|
| * Remove execute permission from files that don't need it.Jason McDonald2012-01-101-0/+0
| * Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-2/+2
| * Update copyright year in license headers.Jason McDonald2012-01-0520-20/+20
| * 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
|/
* Fix compilation of Benchmark tests on Windows.Friedemann Kleint2011-12-011-0/+2
* Compile with non-C++11 compilersBradley T. Hughes2011-11-141-14/+20
* benchmarks: eliminated usage of qttest_p4.prfRohan McGovern2011-10-2512-72/+12