index
:
delta/qt5/qtwayland.git
0.85
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
baserock/genivi-5.4.0-wip
baserock/genivi-5.5.0-wip
baserock/genivi-test
baserock/jonathanmaw/genivi-demo-jetson
baserock/pedroalvarez/genivi-5.4.2-wip
baserock/v5.3.0
baserock/v5.5.1-genivi
baserock/v5.6.0-15-gebba84e+ivi-shell
dev
master
release
stable
wip-compositor-api
wip/cmake
wip/qt6
wip/texturesharing-5.12
code.qt.io: qt/qtwayland.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qtwaylandscanner
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable/fix warnings
Jonas Karlsson
2022-10-28
1
-0
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-10
1
-2
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-38
/
+2
*
qtwaylandscanner: add a way to use an build macro in the generated code
Thiago Macieira
2022-05-19
1
-22
/
+27
*
Use scope resolution operator for request
Youngjin Kim
2022-02-02
1
-1
/
+1
*
Skip unnecessary commands when cross-building tools
Joerg Bornemann
2021-10-07
1
-0
/
+1
*
Move qtwaylandscanner to libexec
Kai Köhne
2021-05-18
1
-0
/
+1
*
Scanner: Remove global version check
Vlad Zahorodnii
2021-04-26
1
-3
/
+1
*
Client: Generate method to expose used version of a given proxy
David Edmundson
2021-02-24
1
-0
/
+8
*
Remove QMake project files
Joerg Bornemann
2021-02-11
2
-21
/
+0
*
Scanner: Avoid accessing dangling pointers in destroy_func()
Vlad Zahorodnii
2020-11-13
1
-1
/
+3
*
CMake: Make qtwaylandscanner depend on QtCore only
Alexandru Croitor
2020-10-26
3
-4
/
+1
*
Scanner: Generate code that destroys inert resources
Vlad Zahorodnii
2020-10-12
1
-5
/
+15
*
Scanner: Generate code that cleans up m_resource
Vlad Zahorodnii
2020-10-12
1
-0
/
+2
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-01
2
-2
/
+2
*
Compile against latest qtbase
Lars Knoll
2020-08-24
1
-7
/
+7
*
CMake: Regenerate projects
Alexandru Croitor
2020-07-09
2
-2
/
+4
*
Fix inconsistent signedness in qtwaylandscanner
Paul Olav Tvete
2020-07-09
1
-11
/
+11
*
Remove checks for old Wayland versions
Paul Olav Tvete
2020-07-06
1
-6
/
+1
*
Use QList instead of QVector
Jarek Kobus
2020-06-08
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-04-29
1
-0
/
+5
|
\
|
*
Make generated files more resilient to crashes
v5.15.0-beta1
Aleix Pol
2020-02-14
1
-0
/
+5
*
|
Fix qtwaylandscanner package dependencies
wip/cmake
Alexandru Croitor
2020-03-26
1
-1
/
+7
*
|
CMake: Regenerate and adjust projects after merge
Alexandru Croitor
2020-03-26
1
-0
/
+15
*
|
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2020-03-26
1
-0
/
+3
|
\
\
|
|
/
|
*
Add a comment at the top explaining where the generated file comes from
Aleix Pol
2020-01-08
1
-0
/
+3
*
|
Initial CMake port
Johan Klokkhammer Helsing
2019-11-26
1
-0
/
+16
|
/
*
Make qtwaylandscanner accept named arguments and add --add-include
Paul Olav Tvete
2019-10-08
1
-14
/
+43
*
QWaylandScanner: port from QList to std::vector
Marc Mutz
2019-08-03
1
-24
/
+25
*
QWaylandScanner: tidy up
Marc Mutz
2019-08-03
1
-81
/
+79
*
QWaylandScanner: add trailing commas to enumerations and braced initialization
Marc Mutz
2019-07-25
1
-4
/
+2
*
Eradicate Q_FOREACH loops [1/2]: trivial cases
Marc Mutz
2019-05-21
1
-5
/
+5
*
Client: Add safer fromObject function to scanner
Johan Klokkhammer Helsing
2019-05-01
1
-0
/
+11
*
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2018-12-05
1
-0
/
+1
|
\
|
*
Scanner: Add include for QList
Johan Klokkhammer Helsing
2018-12-05
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2018-12-04
1
-3
/
+1
|
\
\
|
|
/
|
*
Fix unused variables, in preparation for adding warning_clean
Sergio Martins
2018-11-30
1
-3
/
+1
*
|
qtwaylandscanner: Generate Resource::object without interface prefix
Johan Klokkhammer Helsing
2018-11-21
1
-0
/
+1
*
|
Scanner: Assert resource in destroy handlers
Johan Klokkhammer Helsing
2018-11-02
1
-0
/
+1
*
|
Fix compilation with libwayland < 1.10 (again)
Johan Klokkhammer Helsing
2018-10-05
1
-1
/
+6
*
|
Don't include system versions of wayland protocol
Johan Klokkhammer Helsing
2018-10-03
1
-2
/
+15
|
/
*
Don't use members of wl_resource
Johan Klokkhammer Helsing
2018-09-18
1
-2
/
+2
*
Remove ifdefs for unsupported libwayland versions
Johan Klokkhammer Helsing
2018-09-17
1
-3
/
+0
*
Scanner: Don't crash when calling fromResource with nullptr
Johan Klokkhammer Helsing
2018-08-29
1
-0
/
+2
*
Convert qtwaylandscanner into a class
Johan Klokkhammer Helsing
2018-08-09
1
-128
/
+191
*
Disable the -Wmissing-field-initializers warning for Clang too
Thiago Macieira
2018-05-23
1
-0
/
+1
*
Use nullptr instead of 0 or NULL
Johan Klokkhammer Helsing
2018-02-20
1
-1
/
+1
*
qtwaylandscanner: Remove globals when destroying wrappers
Johan Klokkhammer Helsing
2017-10-25
1
-0
/
+23
[next]