summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-10/+8
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-1/+90
* QDateTime - Add Benchmark TestsJohn Layt2013-09-203-0/+612
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+14
* Add benchmark for QThreadPool.David Faure2013-08-213-1/+99
* Merge branch 'stable' into devSergio Ahumada2013-07-112-15/+2
|\
| * benchmarks: Re-enable QFileInfo build by removing canonicalFileNamePerformance.Robin Burchell2013-07-042-15/+2
* | QNX: fixed compilation of auto testBernd Weimer2013-06-061-0/+4
* | Iterate over the smaller set in QSet::intersect().Mitch Curtis2013-06-052-0/+145
|/
* Fix QMetaType benchmark.Jędrzej Nowacki2013-05-131-1/+2
* Remove QLocalePrivate::m_localeIDhjk2013-04-233-0/+89
* Fix qprocess benchmark test build for WEC7.Janne Anttila2013-04-171-5/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-167-33/+33
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+37
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+78
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-8/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1849-49/+49
* 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