summaryrefslogtreecommitdiff
path: root/src/qtwaylandscanner
Commit message (Expand)AuthorAgeFilesLines
* Disable/fix warningsJonas Karlsson2022-10-281-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-101-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* qtwaylandscanner: add a way to use an build macro in the generated codeThiago Macieira2022-05-191-22/+27
* Use scope resolution operator for requestYoungjin Kim2022-02-021-1/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-071-0/+1
* Move qtwaylandscanner to libexecKai Köhne2021-05-181-0/+1
* Scanner: Remove global version checkVlad Zahorodnii2021-04-261-3/+1
* Client: Generate method to expose used version of a given proxyDavid Edmundson2021-02-241-0/+8
* Remove QMake project filesJoerg Bornemann2021-02-112-21/+0
* Scanner: Avoid accessing dangling pointers in destroy_func()Vlad Zahorodnii2020-11-131-1/+3
* CMake: Make qtwaylandscanner depend on QtCore onlyAlexandru Croitor2020-10-263-4/+1
* Scanner: Generate code that destroys inert resourcesVlad Zahorodnii2020-10-121-5/+15
* Scanner: Generate code that cleans up m_resourceVlad Zahorodnii2020-10-121-0/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-012-2/+2
* Compile against latest qtbaseLars Knoll2020-08-241-7/+7
* CMake: Regenerate projectsAlexandru Croitor2020-07-092-2/+4
* Fix inconsistent signedness in qtwaylandscannerPaul Olav Tvete2020-07-091-11/+11
* Remove checks for old Wayland versionsPaul Olav Tvete2020-07-061-6/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-04-291-0/+5
|\
| * Make generated files more resilient to crashesv5.15.0-beta1Aleix Pol2020-02-141-0/+5
* | Fix qtwaylandscanner package dependencieswip/cmakeAlexandru Croitor2020-03-261-1/+7
* | CMake: Regenerate and adjust projects after mergeAlexandru Croitor2020-03-261-0/+15
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-261-0/+3
|\ \ | |/
| * Add a comment at the top explaining where the generated file comes fromAleix Pol2020-01-081-0/+3
* | Initial CMake portJohan Klokkhammer Helsing2019-11-261-0/+16
|/
* Make qtwaylandscanner accept named arguments and add --add-includePaul Olav Tvete2019-10-081-14/+43
* QWaylandScanner: port from QList to std::vectorMarc Mutz2019-08-031-24/+25
* QWaylandScanner: tidy upMarc Mutz2019-08-031-81/+79
* QWaylandScanner: add trailing commas to enumerations and braced initializationMarc Mutz2019-07-251-4/+2
* Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-211-5/+5
* Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-05-011-0/+11
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-051-0/+1
|\
| * Scanner: Add include for QListJohan Klokkhammer Helsing2018-12-051-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-041-3/+1
|\ \ | |/
| * Fix unused variables, in preparation for adding warning_cleanSergio Martins2018-11-301-3/+1
* | qtwaylandscanner: Generate Resource::object without interface prefixJohan Klokkhammer Helsing2018-11-211-0/+1
* | Scanner: Assert resource in destroy handlersJohan Klokkhammer Helsing2018-11-021-0/+1
* | Fix compilation with libwayland < 1.10 (again)Johan Klokkhammer Helsing2018-10-051-1/+6
* | Don't include system versions of wayland protocolJohan Klokkhammer Helsing2018-10-031-2/+15
|/
* Don't use members of wl_resourceJohan Klokkhammer Helsing2018-09-181-2/+2
* Remove ifdefs for unsupported libwayland versionsJohan Klokkhammer Helsing2018-09-171-3/+0
* Scanner: Don't crash when calling fromResource with nullptrJohan Klokkhammer Helsing2018-08-291-0/+2
* Convert qtwaylandscanner into a classJohan Klokkhammer Helsing2018-08-091-128/+191
* Disable the -Wmissing-field-initializers warning for Clang tooThiago Macieira2018-05-231-0/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* qtwaylandscanner: Remove globals when destroying wrappersJohan Klokkhammer Helsing2017-10-251-0/+23