| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Optimize retrieval of string from Value | Ulf Hermann | 2025-08-12 | 1 | -2/+2 |
| * | QtQml: std::move strings rather than copying them | Ulf Hermann | 2025-08-12 | 1 | -2/+2 |
| * | QtQml: Drop dead code | Ulf Hermann | 2025-08-12 | 1 | -2/+0 |
| * | Harden namespacing | Tim Blechmann | 2025-08-08 | 1 | -2/+3 |
| * | Reduce access to uninitialized scoped allocations | Luca Di Sera | 2025-07-08 | 1 | -1/+1 |
| * | Mark QML's JSON parser as critical | Fabian Kosmale | 2025-06-24 | 1 | -0/+1 |
| * | QtQml: Explicitly ignore return value of checkStackLimits() | Ulf Hermann | 2024-09-03 | 1 | -1/+2 |
| * | V4: Handle all array-like containers when converting to QJsonArray | Olivier De Cannière | 2024-04-22 | 1 | -5/+9 |
| * | Silence -Wimplicit-fallthrough for clang | Tim Blechmann | 2024-03-03 | 1 | -0/+1 |
| * | Set correct `this` value in JSON.stringify replacer scope | Ivan Tkachenko | 2023-02-22 | 1 | -3/+9 |
| * | QML: Check for stack overflows when creating objects | Ulf Hermann | 2022-11-11 | 1 | -1/+1 |
| * | QV4::Scope: Forbid calling alloc with qint64 | Fabian Kosmale | 2022-10-13 | 1 | -3/+4 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | QtQml: Remove unused includes in qml, first part | Semih Yavuz | 2022-09-14 | 1 | -1/+0 |
| * | Remove stray qDebug() | Ulf Hermann | 2022-08-24 | 1 | -1/+0 |
| * | JSON: Properly handle bad objects in JSON.stringify() | Ulf Hermann | 2022-08-07 | 1 | -6/+27 |
| * | 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 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -7/+7 |
| * | qtdeclarative: finish fixing compilation with explicit QChar(int) | David Faure | 2020-11-07 | 1 | -15/+16 |
| * | QtQml: Use unicode character literals | Ulf Hermann | 2020-06-03 | 1 | -56/+56 |
| * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -0/+4 |
| * | Quote stringified generic variants on JSON.stringify | Ulf Hermann | 2018-12-20 | 1 | -1/+1 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -8/+8 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -4/+5 |
| * | 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 |
| * | Fix JSON[Symbol.toStringTag] | Lars Knoll | 2018-05-24 | 1 | -0/+3 |
| * | Fix console.log for sequence types such as QStringList | Simon Hausmann | 2018-05-02 | 1 | -1/+1 |
| * | Fix JSON.stringify with sequence types | Simon Hausmann | 2018-04-16 | 1 | -4/+4 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -3/+3 |
| * | Convert more builtin functions to use the new calling convention | Lars Knoll | 2018-01-12 | 1 | -7/+7 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -9/+9 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -1/+1 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -9/+9 |
| * | 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 | -9/+12 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -22/+22 |
| * | QV4Object: Remove helper put() method | Robin Burchell | 2017-02-09 | 1 | -1/+1 |
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -13/+10 |
| * | 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 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-10-10 | 1 | -0/+5 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-04 | 1 | -0/+5 |
| | |\ |
|
| | | * | qv4jsonobject: Make use of QVariant::toString in stringification | Robin Burchell | 2016-09-30 | 1 | -0/+5 |
| * | | | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -1/+2 |
| * | | | Qml: replace QStringLiteral with QL1S | Anton Kudryavtsev | 2016-07-05 | 1 | -16/+19 |