summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
Commit message (Expand)AuthorAgeFilesLines
* Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-033-3/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-212-2/+2
* Disable the JSC portion of the test unless we have a system PCREThiago Macieira2012-12-201-1/+1
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-171-1/+0
* remove bizarre jsc source referenceOswald Buddenhagen2012-12-111-2/+1
* qregexp benchmark needs exceptionsOswald Buddenhagen2012-12-041-1/+1
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-5/+5
* test: Moving tst_QMimeDatabase::inheritsPerformance() testSergio Ahumada2012-10-314-0/+97
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+15
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-0/+17
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-0/+12
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-3/+3
* test: Moving tst_QProcess::echoTest_performance()Sergio Ahumada2012-10-197-0/+182
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2247-1127/+1127
* Add a way to benchmark sem_t on Unix tooThiago Macieira2012-09-071-0/+23
* Speed up sorting of dir entries when sorted by dateRobin Burchell2012-08-201-0/+12
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0136-0/+36
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-301-0/+4
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* fix build with namespaced qtOswald Buddenhagen2012-07-111-0/+4
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-0/+10
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-192-6/+0
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-1/+1
* 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
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* 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
* | Port to the new QUrl APIThiago Macieira2012-03-301-23/+0
* | Merge master into api_changesKent Hansen2012-03-231-0/+60
|\|
| * Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-221-0/+28
| * Added extra tests to json benchmarkKurt Korbatits2012-03-221-0/+32
* | Rewrite QMap to use a RB treeLars Knoll2012-03-233-0/+171
* | Merge master into api_changesKent Hansen2012-03-1912-21/+93
|\|
| * Fixed benchmarks to work from install directoryKurt Korbatits2012-03-1912-21/+93
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-086-98/+108
|\|
| * Add benchmark for QMetaType::create().Jędrzej Nowacki2012-03-071-0/+21
| * 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
| |/
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-3/+3
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2915-52/+51
|\|