| Commit message (Expand) | Author | Age | Files | Lines |
* | improve memory management scheme of QScriptString(Private) | Kent Hansen | 2009-09-02 | 1 | -5/+24 |
|
|
* | Optimize QScriptClass | Olivier Goffart | 2009-09-02 | 1 | -0/+10 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | make some internal qtscript functions inline | Kent Hansen | 2009-08-24 | 1 | -7/+111 |
|
|
* | compile fix with namespaced Qt | hjk | 2009-08-24 | 1 | -2/+2 |
|
|
* | handle memory management of QScriptValuePrivate in engine if possible | Kent Hansen | 2009-08-24 | 1 | -0/+4 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
|
|
* | implement registered script values as a doubly linked list | Kent Hansen | 2009-08-20 | 1 | -1/+1 |
|
|
* | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 1 | -8/+2 |
|
|
* | provide line number information for innermost call frame | Kent Hansen | 2009-08-20 | 1 | -0/+1 |
|
|
* | Do not pass JSValue per const reference | Olivier Goffart | 2009-08-19 | 1 | -2/+2 |
|
|
* | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 1 | -2/+0 |
|
|
* | make QScriptEngine::isEvaluating() work for top-level evaluation | Kent Hansen | 2009-08-19 | 1 | -0/+1 |
|
|
* | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 1 | -1/+4 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-18 | 1 | -2/+0 |
|
|
* | Lazily construct the QScriptActivationObject | Olivier Goffart | 2009-08-13 | 1 | -0/+9 |
|
|
* | Make simple function getters inline | Olivier Goffart | 2009-08-12 | 1 | -2/+2 |
|
|
* | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 1 | -18/+4 |
|
|
* | get rid of dynamic casts | Kent Hansen | 2009-08-10 | 1 | -0/+3 |
|
|
* | cleanup (hide the use of reinterpret_cast) | Kent Hansen | 2009-08-10 | 1 | -2/+3 |
|
|
* | 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 | -3/+5 |
|
|
* | remove unused code | Olivier Goffart | 2009-08-04 | 1 | -1/+0 |
|
|
* | Implement QScriptEngine::abortEvaluation() | Tor Arne Vestbø | 2009-08-03 | 1 | -0/+1 |
|
|
* | Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrame | Olivier Goffart | 2009-07-31 | 1 | -1/+2 |
|
|
* | Move the declaration on some function into qscriptengine_p.h | Olivier Goffart | 2009-07-31 | 1 | -11/+18 |
|
|
* | Small Refactoring of QScript | Olivier Goffart | 2009-07-31 | 1 | -0/+18 |
|
|
* | Fix license headers | Olivier Goffart | 2009-07-29 | 1 | -4/+34 |
|
|
* | Fix tst_QScriptEngine::nestedEvaluate | Olivier Goffart | 2009-07-28 | 1 | -0/+1 |
|
|
* | make QScriptEngine::setGlobalObject() work to some extent | Kent Hansen | 2009-07-27 | 1 | -2/+7 |
|
|
* | don't rely on custom global object to get GC callback | Kent Hansen | 2009-07-27 | 1 | -1/+3 |
|
|
* | Remove the uncaughtException, use the JSC exception instead | Benjamin Poulain | 2009-07-27 | 1 | -1/+0 |
|
|
* | move engine-specific GC marking to QScriptEnginePrivate | Kent Hansen | 2009-07-27 | 1 | -0/+1 |
|
|
* | introduce scriptEngineFromExec() helper function | Kent Hansen | 2009-07-27 | 1 | -27/+0 |
|
|
* | start implementing constructors for QMetaObject wrappers | Kent Hansen | 2009-07-16 | 1 | -0/+1 |
|
|
* | fix some memory leaks | Kent Hansen | 2009-07-15 | 1 | -0/+1 |
|
|
* | initial attempt at implementing QScriptEngine::setGlobalObject() | Kent Hansen | 2009-07-15 | 1 | -1/+14 |
|
|
* | Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki... | Jedrzej Nowacki | 2009-07-13 | 1 | -60/+2 |
|\ |
|
| * | implement ability to dynamically change class of script objects | Kent Hansen | 2009-07-10 | 1 | -60/+2 |
|
|
* | | fix checkSyntax autotest. | Jedrzej Nowacki | 2009-07-13 | 1 | -0/+3 |
|
|
* | | fix autotest canEvaluate. | Jedrzej Nowacki | 2009-07-13 | 1 | -1/+2 |
|/ |
|
* | Fix autotest checking QScriptValue::objectId method. | Jedrzej Nowacki | 2009-07-09 | 1 | -7/+4 |
|
|
* | rewrite most of QScriptContext handling | Kent Hansen | 2009-07-08 | 1 | -1/+6 |
|
|
* | Fix engineDelete autotest. | Jedrzej Nowacki | 2009-07-08 | 1 | -0/+15 |
|
|
* | work on QScriptEngine::uncaughtException() | Kent Hansen | 2009-07-07 | 1 | -0/+1 |
|
|
* | implement QScriptEngine::availableExtensions() | Kent Hansen | 2009-07-06 | 1 | -0/+4 |
|
|
* | start implementing QScriptClass extensions | Kent Hansen | 2009-07-03 | 1 | -1/+7 |
|
|
* | implement a fair amount of the QScriptClass functionality | Kent Hansen | 2009-07-02 | 1 | -1/+57 |
|
|
* | first stab at implementing Qt property getter/setters | Kent Hansen | 2009-07-02 | 1 | -0/+1 |
|
|
* | implement setting of default prototype in newQObject() | Kent Hansen | 2009-06-30 | 1 | -0/+3 |
|
|