| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak when lazily binding QScriptValue to an engine | Kent Hansen | 2010-02-22 | 1 | -2/+10 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fixed the QtScript license information in the source files to refer | Simon Hausmann | 2009-11-17 | 1 | -19/+1 |
|
|
* | Replace LGPL license tags with LGPL-ONLY | Simon Hausmann | 2009-11-17 | 1 | -1/+1 |
|
|
* | Add QScriptDeclarativeClass | Aaron Kennedy | 2009-11-10 | 1 | -1/+1 |
|
|
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 1 | -0/+5 |
|
|
* | Inline QtScript exception helper functions | Kent Hansen | 2009-10-23 | 1 | -0/+16 |
|
|
* | Inline internal property lookup function | Kent Hansen | 2009-10-23 | 1 | -0/+22 |
|
|
* | Inline scriptEngineFromExec() function | Kent Hansen | 2009-10-23 | 1 | -2/+18 |
|
|
* | Inline internal QtScript functions (frameForContext()) | Kent Hansen | 2009-10-23 | 1 | -2/+12 |
|
|
* | Inline two internal QtScript functions (contextForFrame() and globalExec()) | Kent Hansen | 2009-10-23 | 1 | -2/+17 |
|
|
* | Use the qsreal type instead of double when working with QtScript numbers | Kent Hansen | 2009-10-22 | 1 | -1/+1 |
|
|
* | Regression fix. Fix the hasUncaughtException() flag in debugger's event. | Jedrzej Nowacki | 2009-10-19 | 1 | -0/+5 |
|
|
* | Inline QScriptValuePrivate operator new and delete | Kent Hansen | 2009-10-07 | 1 | -0/+16 |
|
|
* | Fix column number provided to QScriptEngineAgent | Kent Hansen | 2009-10-01 | 1 | -1/+72 |
|
|
* | QScript: Fix strange bugs and crashes. | Olivier Goffart | 2009-09-28 | 1 | -1/+2 |
|
|
* | Update src/3rdparty/javascriptcore and adapt src/script to the changes. | Kent Hansen | 2009-09-24 | 1 | -1/+5 |
|
|
* | make sure the engine's currentFrame is in sync when calling out to public API | Kent Hansen | 2009-09-22 | 1 | -0/+23 |
|
|
* | put the this-register calculation into a function | Kent Hansen | 2009-09-18 | 1 | -0/+1 |
|
|
* | Fix compilation with winscw | Simon Hausmann | 2009-09-10 | 1 | -2/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | 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 |
|
|