summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-2424-454/+262
* Trim the QString benchmark testThiago Macieira2014-08-099-76004/+2
* Integrate tst_bench_qringbuffer into the build tree.Alex Trotsenko2014-07-251-0/+1
* Fix compilation on ARM without ARMv6T2Thiago Macieira2014-07-251-3/+3
* Rewrite QRingBufferAlex Trotsenko2014-07-242-0/+91
* Fix some compiler warnings in benchmark tests.Friedemann Kleint2014-07-141-1/+5
* Check for boost header in sysrootRainer Keller2014-07-101-1/+1
* Add a benchmark test for QCryptographicHashThiago Macieira2014-04-043-0/+192
* Update the qHash function for strings to use the CRC32 instructionThiago Macieira2014-01-233-14/+48
* 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
* Iterate over the smaller set in QSet::intersect().Mitch Curtis2013-06-052-0/+145
* Remove QLocalePrivate::m_localeIDhjk2013-04-233-0/+89
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-15/+15
* 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-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1822-22/+22
* Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-032-2/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Disable the JSC portion of the test unless we have a system PCREThiago Macieira2012-12-201-1/+1
* 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
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2222-528/+528
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0115-0/+15
* Fix some spelling errorsSergio Ahumada2012-07-111-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
* 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
| |/