| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-arrange qv4identifier{_p.h|.cpp} | Ulf Hermann | 2020-04-15 | 1 | -207/+0 |
| * | Port from implicit to explicit atomic operations | Marc Mutz | 2019-07-02 | 1 | -1/+1 |
| * | Port towards load/storeRelaxed atomics | Giuseppe D'Angelo | 2019-06-25 | 1 | -2/+2 |
| * | Clean up QStringHash | Ulf Hermann | 2019-04-30 | 1 | -13/+3 |
| * | Rename IdentifierTable methods | Lars Knoll | 2018-07-02 | 1 | -4/+4 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -36/+9 |
| * | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -7/+7 |
| * | Unify deleteProperty and deleteIndexedProperty vtable methods | Lars Knoll | 2018-06-26 | 1 | -0/+7 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -0/+10 |
| * | Don't use stringForId() anymore | Lars Knoll | 2018-05-02 | 1 | -1/+1 |
| * | Garbage collect identifiers | Lars Knoll | 2018-05-02 | 1 | -8/+40 |
| * | Use Identifier by value and don't new them anymore | Lars Knoll | 2018-05-02 | 1 | -13/+13 |
| * | Turn Identifier into a simple integer | Lars Knoll | 2018-05-02 | 1 | -3/+3 |
| * | Remove the QString member from Identifier | Lars Knoll | 2018-05-02 | 1 | -11/+15 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -5/+5 |
| * | Cleanup IdentifierHash | Lars Knoll | 2018-01-10 | 1 | -8/+8 |
| * | Replace Q_NULLPTR with nullptr | Kevin Funk | 2017-09-27 | 1 | -1/+1 |
| * | Optimize named object handling | Simon Hausmann | 2016-05-26 | 1 | -0/+21 |
| * | V4: calculate the hash only once when inserting a string. | Erik Verbruggen | 2016-05-12 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Ported ExecutionEngine::newString and newIdentifier to Heap::String | Simon Hausmann | 2014-11-12 | 1 | -1/+1 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Convert String to the new storage layout | Lars Knoll | 2014-07-22 | 1 | -2/+2 |
| * | Move string data into subclass | Lars Knoll | 2014-07-22 | 1 | -2/+2 |
| * | Fix various compiler warnings in order to remove warn_off in the near future | Erik Verbruggen | 2013-11-04 | 1 | -3/+3 |
| * | Add ValueRef classe and use it to make things GC safe | Lars Knoll | 2013-09-11 | 1 | -2/+2 |
| * | Restructure source code | Lars Knoll | 2013-08-08 | 1 | -0/+172 |