| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-09-20 | 1 | -9/+4 |
| | |\ |
|
| | | * | Fix reuse of regexp objects by regexp literals | Allan Sandfeld Jensen | 2017-09-08 | 1 | -9/+5 |
| * | | | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -5/+4 |
| * | | | Optimize String.match() | Lars Knoll | 2017-09-15 | 1 | -1/+47 |
| * | | | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -3/+3 |
| * | | | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | | | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -28/+36 |
| * | | | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -25/+16 |
| * | | | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -2/+0 |
| * | | | Don't use the ISel's anymore | Lars Knoll | 2017-06-22 | 1 | -2/+0 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -1/+1 |
| |\| |
|
| | * | Move the list of default internal classes into EngineBase | Lars Knoll | 2017-05-19 | 1 | -1/+1 |
| * | | Smaller cleanup | Lars Knoll | 2017-03-09 | 1 | -2/+2 |
| * | | Go through proper set() functions when writing to MemberData | Lars Knoll | 2017-03-09 | 1 | -17/+11 |
| * | | Add a set() method to HeapValue as well | Lars Knoll | 2017-03-09 | 1 | -2/+2 |
| * | | Make all write operations to Pointer<> types go through a set() method | Lars Knoll | 2017-03-09 | 1 | -7/+8 |
| * | | New mark table implementation | Lars Knoll | 2017-03-09 | 1 | -18/+0 |
| |/ |
|
| * | Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macros | Kimmo Ollila | 2017-02-15 | 1 | -1/+1 |
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -52/+42 |
| * | Check pointers for 0 before calling mark on them | Lars Knoll | 2017-01-22 | 1 | -1/+2 |
| * | Clean up Value::isString()/stringValue() combinations | Lars Knoll | 2016-11-29 | 1 | -6/+6 |
| * | Clean up some duplicated methods | Lars Knoll | 2016-11-29 | 1 | -2/+2 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -6/+9 |
| * | QML: Make Heap::RegExp and Heap::String trivial | Erik Verbruggen | 2016-10-05 | 1 | -2/+2 |
| * | QML: Make QV4::Heap::Pointer trivial | Erik Verbruggen | 2016-09-28 | 1 | -2/+2 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -19/+30 |
| * | Scrape off some more allocations by using the QStringBuilder | Frank Meerkoetter | 2016-05-09 | 1 | -2/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Use the new construction scheme for RegExpObjects | Lars Knoll | 2015-09-22 | 1 | -30/+20 |
| * | Cleanup | Lars Knoll | 2015-09-15 | 1 | -6/+6 |
| * | Cleanups | Lars Knoll | 2015-09-15 | 1 | -2/+2 |
| * | Cleanup usage of ExecutionEngine::currentContext | Lars Knoll | 2015-09-15 | 1 | -7/+6 |
| * | Move the StringValue members of ExecutionEngine onto the JS stack | Lars Knoll | 2015-06-10 | 1 | -5/+5 |
| * | Move constructor objects onto the js stack | Lars Knoll | 2015-04-24 | 1 | -7/+7 |
| * | Move more objects from the v4 engine to the js stack | Lars Knoll | 2015-04-24 | 1 | -3/+3 |
| * | Use Heap::Pointer in more places | Lars Knoll | 2015-04-24 | 1 | -4/+4 |
| * | Get rid of asFunctionObject() | Lars Knoll | 2015-04-21 | 1 | -1/+1 |
| * | More cleanups | Lars Knoll | 2015-04-21 | 1 | -6/+6 |
| * | Move memory management related functionality into it's own folder | Lars Knoll | 2015-03-02 | 1 | -1/+1 |
| * | Cleanup math function includes and usage | Allan Sandfeld Jensen | 2015-02-19 | 1 | -1/+0 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -5/+5 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -3/+3 |
| * | Get rid of all uses of Managed::engine() | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Remove all the setVTable() calls that aren't required anymore | Lars Knoll | 2015-01-21 | 1 | -7/+0 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -2/+2 |
| * | Fix a harmless valgrind warning in RegExpObject | Jocelyn Turcotte | 2015-01-13 | 1 | -1/+1 |
| * | Use QV4::ScopedArrayObject typedef instead of actual type | Oleg Shparber | 2015-01-03 | 1 | -1/+1 |
| * | Remove most of the places where getPointer() is used | Lars Knoll | 2014-12-20 | 1 | -2/+2 |
| * | Return Heap::ExecutionContext for currentContext() | Lars Knoll | 2014-12-19 | 1 | -2/+2 |