| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge tag 'v5.15.16-lts' into tqtc/lts-5.15-opensourcev5.15.16-lts-lgpl | Tarja Sundqvist | 2024-11-08 | 1 | -1/+27 |
| |\ |
|
| | * | QQmlSequence: fix compilation with GCC12/C++20 | Marc Mutz | 2023-09-15 | 1 | -1/+27 |
| * | | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgpl | Tarja Sundqvist | 2022-08-16 | 1 | -2/+9 |
| |\| |
|
| | * | Register the QML builtin sequence metatypes only once | Ulf Hermann | 2021-07-15 | 1 | -2/+9 |
| * | | Revert "Update commercial license headers"v5.15.3-lts-lgpl | Tarja Sundqvist | 2021-03-24 | 1 | -20/+20 |
| |/ |
|
| * | Update commercial license headers | Tarja Sundqvist | 2021-02-02 | 1 | -20/+20 |
| * | Check in even more places for exceptions | Fabian Kosmale | 2020-05-18 | 1 | -0/+2 |
| * | SequenceObject: Better message when trying to write readonly container | Ulf Hermann | 2020-01-09 | 1 | -1/+3 |
| * | qv4sequenceobject.cpp: Add "here be dragons" comment | Ulf Hermann | 2019-12-11 | 1 | -0/+16 |
| * | Fix build without features.itemmodel | Tasuku Suzuki | 2019-07-08 | 1 | -4/+21 |
| * | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -3/+4 |
| * | Implement ObjectIterator using the new iteration mechanism | Lars Knoll | 2018-08-02 | 1 | -25/+0 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -0/+34 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -10/+10 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -3/+7 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -2/+6 |
| * | Unify deleteProperty and deleteIndexedProperty vtable methods | Lars Knoll | 2018-06-26 | 1 | -2/+8 |
| * | Throw type errors when attempting to mutate read-only sequence properties | Simon Hausmann | 2018-05-02 | 1 | -8/+25 |
| * | Disambiguate different allocation functions in the memory manager | Lars Knoll | 2018-04-12 | 1 | -2/+2 |
| * | 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 | -20/+19 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -5/+5 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -2/+2 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -6/+8 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Move line number information into a side table | Lars Knoll | 2017-08-25 | 1 | -1/+1 |
| * | Cleanup naming of Stack frame structures | Lars Knoll | 2017-08-10 | 1 | -1/+1 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -5/+13 |
| * | Fix frame handling | Lars Knoll | 2017-08-04 | 1 | -1/+1 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -2/+2 |
| * | Don't store the current line number in the ExecutionContext | Lars Knoll | 2017-08-04 | 1 | -3/+3 |
| * | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLE | Ville Voutilainen | 2017-04-27 | 1 | -0/+16 |
| * | Add support for std::vector and QVector matching the support for QList | Ville Voutilainen | 2017-04-21 | 1 | -28/+49 |
| * | Object: Allow put and putIndexed to return success or failure | Robin Burchell | 2017-02-09 | 1 | -6/+7 |
| * | Convert more builtin functions to the new calling convention | Lars Knoll | 2017-01-25 | 1 | -34/+30 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-10-20 | 1 | -6/+3 |
| |\ |
|
| | * | Fix gcc6 build | Allan Sandfeld Jensen | 2016-10-16 | 1 | -6/+3 |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-12 | 1 | -16/+8 |
| | |\ |
|
| * | \ | Merge remote-tracking branch 'origin/5.6' into 5.8 | Simon Hausmann | 2016-10-13 | 1 | -16/+8 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Fix developer-build with gcc 6 | Allan Sandfeld Jensen | 2016-10-10 | 1 | -16/+8 |
| * | | | QML: Also check for correct destroy() chaining | Erik Verbruggen | 2016-10-06 | 1 | -0/+1 |
| * | | | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -10/+12 |
| * | | | QML: Introduce destroy() on Base subclasses | Erik Verbruggen | 2016-10-05 | 1 | -27/+31 |
| * | | | QML: Replace QPointer with a QQmlQPointer (which is trivial) | Erik Verbruggen | 2016-09-27 | 1 | -3/+6 |
| * | | | QML: Unify property reads/writes and use accessors | Erik Verbruggen | 2016-07-25 | 1 | -1/+1 |
| * | | | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -2/+2 |
| | |/
|/| |
|