| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make JavaScript execution interruptible | Ulf Hermann | 2019-04-30 | 1 | -0/+3 |
| * | Add convenience functions for creating and inspecting error objects | Allan Sandfeld Jensen | 2018-10-30 | 1 | -0/+3 |
| * | Add API to QJSEngine for importing ECMAScript modules | Simon Hausmann | 2018-08-16 | 1 | -0/+2 |
| * | Add QJSEngine::throwError() method to report run-time errors | Richard Weickelt | 2018-07-02 | 1 | -0/+2 |
| * | use the override keyword consistently and correctly (clang-tidy) | Shawn Rutledge | 2018-02-27 | 1 | -1/+1 |
| * | Remove double indirection between QJSEngine and QV4::ExecutionEngine | Ulf Hermann | 2018-02-02 | 1 | -5/+2 |
| * | Move qqmldebug.h includes into the right places | Ulf Hermann | 2017-11-09 | 1 | -0/+2 |
| * | Replace Q_NULLPTR with nullptr | Kevin Funk | 2017-09-27 | 1 | -1/+1 |
| * | Add QJSEngine::newQMetaObject | Corentin Jabot | 2016-06-05 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-07 | 1 | -1/+1 |
| |\ |
|
| | * | Make public headers compile with -Wzero-as-null-pointer-constant | Marc Mutz | 2016-03-03 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| |/ |
|
| * | Add extension API to QJSEngine | Mitch Curtis | 2015-09-25 | 1 | -1/+15 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Add ability to retrieve QJSEngine for a given QObject | Simon Hausmann | 2015-01-12 | 1 | -0/+2 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Add support for translations in pure QJSEngine based environments | Simon Hausmann | 2014-06-13 | 1 | -0/+2 |
| * | Move the JS Api into it's own folder | Lars Knoll | 2013-08-08 | 1 | -0/+138 |