aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmljs/qmljs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tools: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
* Inline property data into the objectLars Knoll2015-09-221-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* More cleanupsLars Knoll2015-04-211-3/+3
* Further cleanupsLars Knoll2015-04-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+1
|\
| * QMLJS: remove unused/unsupported command-line optionsErik Verbruggen2014-12-191-1/+1
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+2
* | Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+1
* | Cleanup exception catching codeLars Knoll2014-11-151-1/+1
* | Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-2/+2
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-4/+4
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Rename main.cpp to qmljs.cpp.Erik Verbruggen2014-07-231-0/+236