| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move workerscript to its own module | Ulf Hermann | 2019-05-06 | 1 | -447/+0 |
| * | Move model types into their own library | Ulf Hermann | 2019-05-02 | 1 | -26/+47 |
| * | Remove unused includes of qv8engine_p.h | Ulf Hermann | 2019-04-09 | 1 | -1/+0 |
| * | Fix deprecation warnings about QVariant API | Friedemann Kleint | 2019-04-08 | 1 | -1/+1 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -2/+2 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Add a feature for ListModel | Ulf Hermann | 2018-02-12 | 1 | -0/+10 |
| * | QML: Make mapping of sequence object in JS optional | Ulf Hermann | 2018-02-11 | 1 | -0/+8 |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine() | Erik Verbruggen | 2016-05-20 | 1 | -0/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Ulf Hermann | 2015-08-18 | 1 | -5/+5 |
| |\ |
|
| | * | QtQml: Fix const correctness in old style casts | Thiago Macieira | 2015-07-09 | 1 | -5/+5 |
| * | | Move the StringValue members of ExecutionEngine onto the JS stack | Lars Knoll | 2015-06-10 | 1 | -1/+1 |
| * | | Store the datetime as a double in the date object | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | | Get rid of asFunctionObject() | Lars Knoll | 2015-04-21 | 1 | -1/+1 |
| * | | More cleanups | Lars Knoll | 2015-04-21 | 1 | -2/+2 |
| * | | Get rid of asManaged() | Lars Knoll | 2015-04-21 | 1 | -1/+1 |
| * | | Get rid of Value::asDateObject() | Lars Knoll | 2015-04-16 | 1 | -1/+1 |
| * | | Further cleanups | Lars Knoll | 2015-04-16 | 1 | -1/+1 |
| * | | Cleanup some of the casting code | Lars Knoll | 2015-03-20 | 1 | -2/+2 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -2/+2 |
| * | Get rid of most uses of ValueRef | Lars Knoll | 2015-01-23 | 1 | -28/+23 |
| * | Cleanup variant conversion code | Lars Knoll | 2015-01-09 | 1 | -1/+1 |
| * | Move the variant conversion methods from qv8engine to qv4::ExecutionEngine | Lars Knoll | 2015-01-09 | 1 | -1/+1 |
| * | Reduce v8engine dependency for the list model | Lars Knoll | 2015-01-08 | 1 | -1/+1 |
| * | Use QV4::ScopedObject typedef instead of actual type | Oleg Shparber | 2015-01-03 | 1 | -1/+1 |
| * | Use QV4::ScopedArrayObject typedef instead of actual type | Oleg Shparber | 2015-01-03 | 1 | -2/+2 |
| * | Remove v8engine dependency in fromVariant conversions | Lars Knoll | 2015-01-02 | 1 | -1/+1 |
| * | Remove v8engine dependency from qv4serialize.* | Lars Knoll | 2015-01-01 | 1 | -21/+19 |
| * | Remove most of the places where getPointer() is used | Lars Knoll | 2014-12-20 | 1 | -3/+3 |
| * | Make QV4::RegExpObject header independent from masm headers | Oleg Shparber | 2014-11-21 | 1 | -9/+9 |
| * | Cleanup exception catching code | Lars Knoll | 2014-11-15 | 1 | -2/+1 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Get rid of StringRef | Lars Knoll | 2014-07-22 | 1 | -3/+3 |
| * | Convert Boolean, Number and DateObject | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Rename some files | Lars Knoll | 2014-01-31 | 1 | -1/+1 |
| * | Change virtual methods in ArrayData to take Object pointer | Lars Knoll | 2014-01-24 | 1 | -1/+1 |
| * | fix whitespace | Oswald Buddenhagen | 2014-01-22 | 1 | -4/+4 |
| * | Add a SimpleArrayData class | Lars Knoll | 2014-01-20 | 1 | -1/+0 |
| * | Rework array handling for JS objects | Lars Knoll | 2014-01-09 | 1 | -4/+4 |
| * | Move array data into it's own struct | Lars Knoll | 2014-01-03 | 1 | -2/+2 |
| * | Encapsulate the current context and fix it's usage | Lars Knoll | 2013-12-04 | 1 | -1/+1 |
| * | Fix various compiler warnings in order to remove warn_off in the near future | Erik Verbruggen | 2013-11-04 | 1 | -1/+1 |
| * | Fix the remaining try/catch statements in C++ | Lars Knoll | 2013-10-29 | 1 | -5/+3 |
| * | Remove usage of String pointers where not required | Lars Knoll | 2013-10-11 | 1 | -1/+1 |
| * | Change exception handling API | Simon Hausmann | 2013-10-02 | 1 | -2/+2 |
| * | Use SafeValue instead of Value in ScopedValue methods | Lars Knoll | 2013-10-02 | 1 | -1/+1 |