aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_nativedebugger
Commit message (Expand)AuthorAgeFilesLines
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-241-3/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-114-152/+8
* QQmlNativeDebugServiceFactoryPlugin: includemocsMarc Mutz2022-04-291-0/+2
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-081-1/+1
* CMake: Rename qt plugin targets to end with PluginAlexandru Croitor2021-06-251-1/+2
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-17/+0
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* Standardize QJsonArray iterationDavid Skoland2020-10-281-3/+3
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+0
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-291-1/+1
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-152-2/+2
* Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-5/+2
* Regenerate plugins namesAlexandru Croitor2020-01-291-3/+3
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* Regenerate projectsAlexandru Croitor2019-11-141-1/+0
* Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-111-2/+0
* Generate CMake projects for qmltoolingLeander Beernaert2019-08-121-0/+26
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-092-2/+0
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-2/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-161-1/+1
* Simplify ObjectIterator::nextLars Knoll2018-08-041-9/+6
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Ensure we have a lexical scope for global codeLars Knoll2018-05-111-1/+1
* Garbage collect identifiersLars Knoll2018-05-021-1/+1
* Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-1/+1
* Remove the QString member from IdentifierLars Knoll2018-05-021-1/+2
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-1/+3
|\
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-231-1/+3
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
|/
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-4/+4
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Finally get rid of the QV4::Function pointer in the contextLars Knoll2017-11-131-3/+2
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-082-5/+1
|\
| * Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-052-5/+1
* | Fix evaluation of V4 debug jobsUlf Hermann2017-11-071-4/+4
* | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-071-1/+4
* | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-0/+1
* | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-222-10/+10
|\|
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-10/+10