aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
| * Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-4/+4
| * qmlplugindump: fix prototypes identification for composite typesCaroline Chao2013-09-171-11/+11
| * Add qml toolAlan Alpert2013-09-179-0/+737
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-131-0/+1
| |\
| | * Fix a warning about not using a set variableLaszlo Papp2013-09-051-0/+1
| * | qmlplugindump: Add support for composite typesCaroline Chao2013-09-131-54/+139
| * | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-132-3/+6
| * | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* | | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-4/+4
|\| |
| * | Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-4/+4
* | | Fix error reporting in the new object creatorSimon Hausmann2013-09-081-0/+4
|/ /
* | Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+0
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* | change calling convention for JS function callsLars Knoll2013-09-021-4/+4
* | Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gcSimon Hausmann2013-09-021-2/+0
* | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-0/+2
|\ \
| * | Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-0/+2
* | | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-13/+1
|/ /
* | Remove the llvm isel backendLars Knoll2013-08-082-172/+1
* | Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-261-14/+0
* | Fix FDE generation on Intel 32-bitSimon Hausmann2013-07-231-4/+7
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-13/+10
|\|
| * qmlscene: ensure that the window & component get destructedJ-P Nurmi2013-07-041-13/+10
| * Add --noinstantiate to qmlplugindumpAlan Alpert2013-06-131-38/+44
* | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* | Disable the JIT on Windows/AMD64 as well as on iOSSimon Hausmann2013-06-261-1/+6
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-246-52/+81
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-123-2/+6
| |\|
| | * Make qtdeclarative compile with QT_NO_NETWORKPROXYTasuku Suzuki2013-06-111-0/+2
| | * Make qtdeclarative compile with -no-guiTasuku Suzuki2013-06-101-1/+1
| | * qmlscene: if top-level is a QQuickWindow, set incubation controllerShawn Rutledge2013-06-041-1/+3
| * | Add --noinstantiate to qmlplugindumpAlan Alpert2013-05-291-38/+44
| |/
| * qmlscene: Set window flags correctly.Friedemann Kleint2013-05-231-1/+3
| * qmlscene: don't call show() on the window if it's already showingShawn Rutledge2013-05-221-1/+1
| * Tools: unnecessary to make qmlplugindump a bundleLiang Qi2013-05-201-9/+7
| * qmlplugindump: Add explanation why it needs to be an app bundleKai Koehne2013-05-081-0/+7
| * adjust to new "configure -nomake tools" semanticsOswald Buddenhagen2013-05-081-0/+11
| * qmlplugindump: add an explicit -relocatable switchFawzi Mohamed2013-04-241-2/+7
| * Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
| * qmlplugindump: always output exportMetaObjectRevisionsFawzi Mohamed2013-04-151-6/+2
* | Remove the context argument from Managed::callLars Knoll2013-06-221-5/+5
* | Remove context parameter from Manged::put.Lars Knoll2013-06-221-5/+3
* | Make it possible to evaluate JS with the v4 tool the QML waySimon Hausmann2013-06-171-0/+7
* | Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-1/+1
* | Add support for line numbers in stack traces (Linux/Mac OS X only at this point)Simon Hausmann2013-05-271-16/+22
* | Various fixesLars Knoll2013-05-221-5/+4
* | Add flag to the engine to enable/disable RegExp JITting.Erik Verbruggen2013-05-081-1/+6
* | Cleanups to QV4::LookupLars Knoll2013-04-201-19/+19
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-155-14/+17