| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Store a QV4::ReturnedValue in QJSValue | Ulf Hermann | 2020-03-18 | 1 | -3/+3 |
| * | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -1/+1 |
| * | Implement support for ownKeys in Proxy objects | Lars Knoll | 2018-08-04 | 1 | -2/+2 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -74/+58 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Rename ForeachIterator to ForInIterator | Lars Knoll | 2018-05-04 | 1 | -5/+5 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -5/+5 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Simplify QJSValueIterator code and make it GC safe | Lars Knoll | 2015-06-17 | 1 | -6/+10 |
| * | Get rid of StringValue usage in QJSValueIterator | Lars Knoll | 2015-06-10 | 1 | -13/+10 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -1/+1 |
| * | Get rid of most uses of ValueRef | Lars Knoll | 2015-01-23 | 1 | -1/+1 |
| * | Rework QJSValue internals | Lars Knoll | 2015-01-21 | 1 | -9/+7 |
| * | Add C++11 move operators, and a simpler internal constructor | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Refactor persistent values | Lars Knoll | 2015-01-16 | 1 | -8/+11 |
| * | Make sure we always have an engine when assigning to a Persistent | Lars Knoll | 2015-01-13 | 1 | -3/+3 |
| * | Make Property uses GC safe | Lars Knoll | 2014-12-20 | 1 | -1/+1 |
| * | Fix the way we set the property name during iteration | Lars Knoll | 2014-12-20 | 1 | -6/+6 |
| * | Cleanup exception catching code | Lars Knoll | 2014-11-15 | 1 | -2/+1 |
| * | Cleanup header file dependencies | Lars Knoll | 2014-11-04 | 1 | -2/+3 |
| * | 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/+9 |
| * | Convert ObjectIterator to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -5/+5 |
| * | Convert ObjectIterator to new data layout | Lars Knoll | 2014-07-22 | 1 | -5/+5 |
| * | Fix regression in QJSValueIterator::next() since Qt 5.1.1 | Gunnar Sletta | 2014-05-14 | 1 | -6/+3 |
| * | Fix copying of Property's | Lars Knoll | 2014-03-10 | 1 | -1/+1 |
| * | Remove Property * return value from ObjectIterator | Lars Knoll | 2014-01-20 | 1 | -17/+10 |
| * | Encapsulate the current context and fix it's usage | Lars Knoll | 2013-12-04 | 1 | -3/+3 |
| * | Correctly catch exceptions in the API methods | Lars Knoll | 2013-10-29 | 1 | -12/+11 |
| * | Cleanup exception handling | Simon Hausmann | 2013-10-03 | 1 | -1/+0 |
| * | Change exception handling API | Simon Hausmann | 2013-10-02 | 1 | -2/+2 |
| * | Fix ObjectIterator API to be GC safe | Lars Knoll | 2013-10-02 | 1 | -13/+52 |
| * | Use a StringRef for Managed::get() | Lars Knoll | 2013-09-22 | 1 | -4/+6 |
| * | Use ReturnedValue for Managed::get(). | Lars Knoll | 2013-09-18 | 1 | -1/+3 |
| * | Fix wrong return type | Alex Blasche | 2013-09-17 | 1 | -1/+1 |
| * | Move the JS Api into it's own folder | Lars Knoll | 2013-08-08 | 1 | -0/+206 |