| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Port to new Q_UNREACHABLE_RETURN() | Marc Mutz | 2022-10-20 | 1 | -6/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -1/+1 |
| * | Add a QJSManagedValue | Ulf Hermann | 2020-12-18 | 1 | -61/+86 |
| * | QV4: Handle value tyes in sameValue algorithm | Fabian Kosmale | 2020-02-04 | 1 | -0/+4 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -18/+5 |
| * | Move qv4string{_p.h|.cpp} out of the devtools | Ulf Hermann | 2019-05-10 | 1 | -3/+1 |
| * | Move compileModule() into qv4codegen.cpp | Ulf Hermann | 2019-05-08 | 1 | -1/+1 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -4/+2 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -2/+2 |
| * | Introduce a PropertyKey class that inherits from Value | Lars Knoll | 2018-07-02 | 1 | -3/+14 |
| * | Implement ToPropertyKey() from the ES7 spec | Lars Knoll | 2018-06-04 | 1 | -0/+11 |
| * | Add the start of a Set from ES7 | Robin Burchell | 2018-05-30 | 1 | -0/+5 |
| * | qv4arrayobject: Implement Array.prototype.includes from ES7 | Robin Burchell | 2018-05-25 | 1 | -0/+14 |
| * | Fixes to symbol handling in StringObject and toString() | Lars Knoll | 2018-05-02 | 1 | -2/+5 |
| * | Fix stringToNumber() to work with Symbols | Lars Knoll | 2018-05-02 | 1 | -0/+5 |
| * | Partial Symbol support | Lars Knoll | 2018-05-02 | 1 | -0/+3 |
| * | Remove dependency from qv4heap_p.h onto qv4internalclass_p.h | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | Optimize Value::toObject/toString | Lars Knoll | 2017-11-15 | 1 | -4/+0 |
| * | Fix calling convention for some often used functions in QV4::Value | Lars Knoll | 2017-08-28 | 1 | -21/+18 |
| * | Avoid more stores of the accumulator on the stack | Lars Knoll | 2017-08-28 | 1 | -0/+1 |
| * | Optimize toInt32()/toUInt32() | Lars Knoll | 2017-08-18 | 1 | -66/+0 |
| * | Optimize Value::toBoolean() | Lars Knoll | 2017-08-02 | 1 | -8/+9 |
| * | Fix sameValue again | Erik Verbruggen | 2017-06-22 | 1 | -2/+4 |
| * | Fix another -0 check | Erik Verbruggen | 2017-06-22 | 1 | -2/+2 |
| * | Silence GCC 7 warnings about implicit fallthrough in Qt code | Thiago Macieira | 2017-04-20 | 1 | -0/+3 |
| * | V4: Streamline Value::toBoolean and prevent calls to Value::type() | Erik Verbruggen | 2016-11-29 | 1 | -9/+9 |
| * | Cleanup Value::isObject/objectValue usages | Lars Knoll | 2016-11-29 | 1 | -2/+2 |
| * | Clean up Value::isString()/stringValue() combinations | Lars Knoll | 2016-11-29 | 1 | -14/+16 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Remove type punning from QV4::Value. | Erik Verbruggen | 2015-07-24 | 1 | -10/+10 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -2/+1 |
| * | More cleanups in qv4value_p.h | Lars Knoll | 2015-04-24 | 1 | -4/+59 |
| * | Move memory management related functionality into it's own folder | Lars Knoll | 2015-03-02 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Remove all remaining usages of ValueRef | Lars Knoll | 2015-01-23 | 1 | -4/+4 |
| * | Get rid of most uses of ValueRef | Lars Knoll | 2015-01-23 | 1 | -1/+1 |
| * | Get rid of all uses of Managed::engine() | Lars Knoll | 2015-01-21 | 1 | -3/+6 |
| * | Remove the executioncontext in a few more places where it's not needed | Lars Knoll | 2014-11-21 | 1 | -6/+3 |
| * | Cleanup exception catching code | Lars Knoll | 2014-11-15 | 1 | -2/+2 |
| * | Cleanup: remove Value::toString/Object overloads taking a context | Lars Knoll | 2014-11-15 | 1 | -10/+0 |
| * | Ported ExecutionEngine::newString and newIdentifier to Heap::String | Simon Hausmann | 2014-11-12 | 1 | -4/+4 |
| * | Ported most ExecutionEnginew::new* factory methods away from Returned<T> | Simon Hausmann | 2014-11-12 | 1 | -4/+4 |
| * | Convert methods in RuntimeHelpers to take an engine pointer | Lars Knoll | 2014-11-12 | 1 | -6/+11 |
| * | Get rid of Members and directly store MemberData::Data pointers | Lars Knoll | 2014-11-07 | 1 | -0/+2 |
| * | Cleanup header file dependencies | Lars Knoll | 2014-11-04 | 1 | -0/+1 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Move Managed data into it's own subclass | Lars Knoll | 2014-07-22 | 1 | -3/+3 |
| * | Extend the QML bootstrap library by the IR builders | Simon Hausmann | 2014-04-23 | 1 | -0/+10 |