aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-1/+0
* Refactor persistent valuesLars Knoll2015-01-161-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-2/+2
|\
| * Windows: Don't disable JITSérgio Martins2014-12-091-2/+2
* | Cleanup qv4executionengine headerLars Knoll2014-11-151-0/+10
* | Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-4/+0
* | Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-0/+1
* | Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-0/+8
* | Store all data members in FunctionObject as heap dataLars Knoll2014-11-121-0/+1
* | Use Heap objects as membersLars Knoll2014-11-111-1/+18
* | Refactor ExecutionContextsLars Knoll2014-11-081-0/+3
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+4
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-0/+1
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+4
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* V4 JIT: enable the JIT when compiling with clang on ARM.Erik Verbruggen2014-07-241-0/+2
* Get rid of ManagedRefLars Knoll2014-07-221-1/+0
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+0
* Remove the less often used Ref classesLars Knoll2014-07-221-3/+0
* Get rid of StringRefLars Knoll2014-07-221-1/+0
* Make sure JIT architectures lists are in syncDmitry Shachnev2014-07-071-2/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+5
|\
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+5
* | Remove unneeded ;Albert Astals Cid2014-04-251-2/+2
|/
* V4 JIT: enable JIT on win64.Erik Verbruggen2014-03-081-1/+1
* Make the Ref classes not template basedLars Knoll2014-02-071-5/+6
* Rename Referenced to ManagedRefLars Knoll2014-02-071-6/+5
* Move ValueRef into qv4value_p.hLars Knoll2014-01-311-0/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-0/+2
* Fix build on WinRTAndrew Knight2013-11-061-1/+1
* Enable JIT for WinCE.Sérgio Martins2013-11-041-2/+2
* Fix MSVC2013 compilationYuchen Deng2013-10-211-0/+2
* Fix ARM thumb2 mode detectionSimon Hausmann2013-10-171-1/+5
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-171-0/+31
* Change exception handling APISimon Hausmann2013-10-021-1/+9
* Convert more methods in QV8EngineLars Knoll2013-09-261-0/+1
* Convert putIndexed()Lars Knoll2013-09-221-0/+2
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-2/+13
* Further work towards an exact GCLars Knoll2013-09-221-0/+5
* Use a handwritten offsetof macroLars Knoll2013-09-201-0/+2
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-0/+6
* Add a SimpleScriptFunction classLars Knoll2013-09-021-0/+5
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-0/+3
* Fix build on QNXSimon Hausmann2013-08-121-0/+8
* Clean up some header dependenciesLars Knoll2013-08-081-0/+1
* Restructure source codeLars Knoll2013-08-081-0/+197