aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of ssh://codereview.qt-project.org:29418/playground/v4v...Simon Hausmann2013-04-154-0/+792
|\ \ | |/ |/|
| * Store the global object as an Object pointer in the engineLars Knoll2013-04-081-1/+1
| * Check if "use strict" has no escaped chars.Erik Verbruggen2013-03-181-1/+1
| * Rename qmljs_runtime to qv4runtimeLars Knoll2013-03-141-1/+1
| * Rename qmljs_environment.* to qv4context.*Lars Knoll2013-03-141-1/+1
| * "Fix" llvm build.Erik Verbruggen2013-03-071-0/+5
| * Cleanup put and properly implement it for stringsLars Knoll2013-03-071-2/+2
| * First part of moving get/put etc. into the Managed vtbl.Lars Knoll2013-03-071-1/+1
| * Get rid of 'Value ExecutionEngine::exception' memberSimon Hausmann2013-03-061-5/+4
| * Move function execution into a little ExecutionEngine::run helper functionSimon Hausmann2013-03-051-13/+5
| * Cleanup: Get rid of manual unwind stackSimon Hausmann2013-03-041-1/+2
| * Implement JavaScript exceptions using C++ exceptionsSimon Hausmann2013-03-031-20/+20