| Commit message (Expand) | Author | Age | Files | Lines |
* | improve memory management scheme of QScriptString(Private) | Kent Hansen | 2009-09-02 | 1 | -2/+21 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -10/+9 |
|
|
* | Optimize QScriptClass | Olivier Goffart | 2009-09-02 | 1 | -3/+1 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Make it possible for autotests to check if JIT is enabled or not | Kent Hansen | 2009-08-28 | 1 | -0/+11 |
|
|
* | QScriptEngine: Remove one superflous stackframe for native call made by JIT | Olivier Goffart | 2009-08-28 | 1 | -1/+7 |
|
|
* | fix compiler warnings on Windows | Kent Hansen | 2009-08-27 | 1 | -2/+2 |
|
|
* | Another memoryleak in QScriptEngine | Olivier Goffart | 2009-08-25 | 1 | -5/+5 |
|
|
* | Memory leak in QScriptEngineAgent. | Olivier Goffart | 2009-08-25 | 1 | -3/+0 |
|
|
* | Fix memory leak in QScriptEngine::newQObject | Olivier Goffart | 2009-08-25 | 1 | -8/+6 |
|
|
* | make some internal qtscript functions inline | Kent Hansen | 2009-08-24 | 1 | -64/+0 |
|
|
* | pass engine pointer to QScriptValuePrivate | Kent Hansen | 2009-08-24 | 1 | -2/+1 |
|
|
* | handle memory management of QScriptValuePrivate in engine if possible | Kent Hansen | 2009-08-24 | 1 | -2/+23 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
|
|
* | compile again after merge | Harald Fernengel | 2009-08-21 | 1 | -17/+1 |
|
|
* | implement registered script values as a doubly linked list | Kent Hansen | 2009-08-20 | 1 | -11/+27 |
|
|
* | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 1 | -26/+16 |
|
|
* | store the engine's d-pointer in QScriptValuePrivate | Kent Hansen | 2009-08-20 | 1 | -5/+3 |
|
|
* | provide line number information for innermost call frame | Kent Hansen | 2009-08-20 | 1 | -0/+1 |
|
|
* | make QScriptEngine::objectById() work | Kent Hansen | 2009-08-20 | 1 | -7/+2 |
|
|
* | Do not pass JSValue per const reference | Olivier Goffart | 2009-08-19 | 1 | -2/+2 |
|
|
* | Cleanups | Olivier Goffart | 2009-08-19 | 1 | -17/+1 |
|
|
* | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 1 | -3/+2 |
|
|
* | make QScriptEngine::isEvaluating() work for top-level evaluation | Kent Hansen | 2009-08-19 | 1 | -2/+20 |
|
|
* | Internal API clean up. | Jedrzej Nowacki | 2009-08-19 | 1 | -1/+0 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-19 | 1 | -6/+9 |
|
|
* | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 1 | -7/+27 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-18 | 1 | -39/+29 |
|
|
* | remove unnecessary ifdefs | Kent Hansen | 2009-08-17 | 1 | -10/+7 |
|
|
* | use originalGlobalObject() instead of lexicalGlobalObject() where possible | Kent Hansen | 2009-08-14 | 1 | -2/+2 |
|
|
* | Fix compilation on Windows | Simon Hausmann | 2009-08-14 | 1 | -0/+1 |
|
|
* | Fix compilation with MSVC | Simon Hausmann | 2009-08-14 | 1 | -10/+10 |
|
|
* | Lazily construct the QScriptActivationObject | Olivier Goffart | 2009-08-13 | 1 | -12/+42 |
|
|
* | Make simple function getters inline | Olivier Goffart | 2009-08-12 | 1 | -14/+0 |
|
|
* | Set 'this' on the javascript stack for native function | Olivier Goffart | 2009-08-12 | 1 | -0/+4 |
|
|
* | Cantralize the place when we construct the default 'this' object that JSC doe... | Olivier Goffart | 2009-08-12 | 1 | -1/+10 |
|
|
* | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 1 | -37/+63 |
|
|
* | Move JSC::Debugger's events calls from JSC::evaluate() to | Jedrzej Nowacki | 2009-08-12 | 1 | -1/+31 |
|
|
* | Crash fix. | Jedrzej Nowacki | 2009-08-12 | 1 | -1/+2 |
|
|
* | Implement connection between JSC::Debugger and QScriptEngineAgent. | Jedrzej Nowacki | 2009-08-11 | 1 | -8/+9 |
|
|
* | get rid of dynamic casts | Kent Hansen | 2009-08-10 | 1 | -4/+9 |
|
|
* | cleanup (hide the use of reinterpret_cast) | Kent Hansen | 2009-08-10 | 1 | -1/+10 |
|
|
* | finish implementation of QScriptEngine::importExtension() | Kent Hansen | 2009-08-10 | 1 | -24/+25 |
|
|
* | add configure options for (not) building the QtScript module | Kent Hansen | 2009-08-07 | 1 | -4/+0 |
|
|
* | port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/master | Kent Hansen | 2009-08-06 | 1 | -8/+11 |
|
|
* | make QScriptEngine::newQMetaObject() work | Kent Hansen | 2009-08-05 | 1 | -1/+1 |
|
|
* | don't store QScriptEngine pointer in native function wrappers | Kent Hansen | 2009-08-05 | 1 | -3/+3 |
|
|
* | remove unused code | Olivier Goffart | 2009-08-04 | 1 | -5/+0 |
|
|
* | clear abort flag when we start a new evaluate | Kent Hansen | 2009-08-04 | 1 | -0/+1 |
|
|
* | move Global Object to its own file | Kent Hansen | 2009-08-04 | 1 | -132/+1 |
|
|