qdoc: Changed \qmlclass to \qmltype, added \instantiates
[profile/ivi/qtbase.git] / tests / benchmarks /
2012-07-25 Marc MutzQtNetwork: use nullary version of qRegisterMetaType...
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-11 Oswald Buddenhagenfix build with namespaced qt
2012-07-09 Sergio AhumadaChange deprecated use of CONFIG+=qdbus to QT+=dbus
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Kent HansenCall QObject::disconnectNotify() when receiver is destroyed
2012-06-20 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-19 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-19 Oswald Buddenhagenremove some qmake -project boilerplate from project...
2012-06-13 Simon HausmannPartial fix for WebKit compilation on Windows
2012-05-30 Jędrzej NowackiImplement QVector with QArrayData interface.
2012-05-16 Konstantin RittQChar: add isSurrogate() and isNonCharacter() to the...
2012-05-14 kbRemove capitalization when specifying include-libraries.
2012-05-07 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-05-02 Debao ZhangDon't use obsolete qVariantValue, qVariantCanConvert...
2012-04-22 Thiago MacieiraReplace com.trolltech with org.qtproject in D-Bus's...
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/master...
2012-04-17 Jędrzej NowackiFix tst_qtracebench benchmark.
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-13 Konstantin Rittreplace hardcoded values with a surrogate handling...
2012-04-12 Rohan McGovernMerge "Merge commit 'qt-v5.0.0-alpha1'" into refs/stagi...
2012-04-11 Konstantin Rittfix QUtf8 codec to disallow codes in range [U+fdd0...
2012-04-11 Robin BurchellDeprecate qMemCopy/qMemSet in favour of their stdlib...
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-07 Thiago MacieiraRemove references to QT_NO_STL from QtCore
2012-03-29 Thiago MacieiraPort to the new QUrl API
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Marc Mutztst_qnetworkreply: don't inherit from QSharedPointer
2012-03-23 Lars KnollRewrite QMap to use a RB tree
2012-03-22 Lars KnollSignificantly speed up insertion into QJsonObject/Array
2012-03-21 Kurt KorbatitsAdded extra tests to json benchmark
2012-03-19 Kent HansenMerge master into api_changes
2012-03-19 Kurt KorbatitsFixed benchmarks to work from install directory
2012-03-16 Kent HansenMerge master into api_changes
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-09 Friedemann KleintMerge "Merge remote-tracking branch 'origin/containers...
2012-03-08 Oswald Buddenhagenuse $$QT_BUILD_TREE instead of $$(QTDIR)
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/containers' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 Marc Mutzchiptester benchmark: compile
2012-03-08 Marc Mutzexamples: use QVector<QPointF> instead of QList<QPointF>
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/master' into api_c...
2012-03-06 Jędrzej NowackiAdd benchmark for QMetaType::create().
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-05 Rohan McGovernMerge "Merge remote-tracking branch 'origin/api_changes...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-01 Stephen KellyMake some tests and benchmarks pass with QT_NO_QSTRINGB...
2012-03-01 Marc MutzQEvent (and subclasses): make ctors explicit
2012-03-01 Stephen KellyFix build of QNetworkReply benchmark with QT_USE_QSTRIN...
2012-02-29 Robin BurchellRemove qhash_faster.
2012-02-29 Robin BurchellCopy Qt 4's QString hash algorithm.
2012-02-29 Robin BurchellMove data generation to initTestCase() method and store...
2012-02-29 Robin BurchellAdd test data for string forms of numbers.
2012-02-29 Robin BurchellAdd a test using lots of similar strings.
2012-02-29 Kent HansenRename QMetaMethod::signature() to methodSignature()
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-24 Oswald Buddenhagenclean up qmake-generated projects
2012-02-22 João AbecasisChange QVector's in-memory data layout
2012-02-21 João AbecasisDrop file-engine abstraction from public API
2012-02-21 Shane KearnsTest for QT_NO_SSL instead of QT_NO_OPENSSL
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-20 João AbecasisHave QVectorData::grow, take size of header w/ padding
2012-02-17 João AbecasisQVector: always grow exponentially
2012-02-16 Jędrzej NowackiUse static-less QMetaType API in QVariant.
2012-02-16 Jędrzej NowackiImplement new static less API for QMetaType.
2012-02-16 Jędrzej NowackiAdd QMetaType::FirstCoreType enum value.
2012-02-14 Robin BurchellAdd a testcase of a list of UUIDs in string form.
2012-02-09 Andreas HolzammerReplace Q_WS_WINCE against Q_OS_WINCE.
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-02 Sergio Ahumadatests: do not run benchmarks by default in 'make check'
2012-02-01 Thorbjørn Lund MartsumAdding a QHeaderView benchmark
2012-01-31 João AbecasisAllow function types to be registered without workarounds
2012-01-31 aavitMoving tiff image format support and libtiff out of...
2012-01-31 Xizhi ZhuRemove Symbian specific code from qtbase.
2012-01-31 Jason McDonaldUpdate contact address in license headers.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Giuseppe D'AngeloQHash benchmark: improve Java's hash
2012-01-27 Giuseppe D'AngeloQHash benchmark: remove unused variables
2012-01-25 Andrew den ExterRemove QTextControl and QLineControl.
2012-01-25 Jędrzej NowackiCleanup mess in public type ids.
2012-01-25 Gunnar SlettaRemove use of QT_MODULE from library
2012-01-25 aavitRemove support for the MNG file format and the bundled...
2012-01-24 Lars KnollImport json support from playground/qtbinaryjson
2012-01-24 Stephen KellyStore the is-a QObject fact with the metatype declaration.
2012-01-24 Robin BurchellAdd the capability to use multiple data sources for...
2012-01-24 Robin BurchellRemove executive summary.
2012-01-24 Robin BurchellMove test files around.
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-21 Robin BurchellIntroduce a qalgorithms benchmark.
next