index
:
~sardemff7/wayland
master
wip/shm_open
My Wayland WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scanner.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-11
scanner: Generate all SINCE_VERSION macros for everyone
Quentin Glidic
1
-0
/
+2
2016-07-25
(multiple): Include stdint.h
Yong Bakos
1
-0
/
+1
2016-07-18
scanner: Use uint32_t instead of uint
Khem Raj
1
-1
/
+1
2016-07-11
scanner: Improve documentation for strtouint()
Bryce Harrington
1
-2
/
+11
2016-06-07
scanner: Move PROGRAM_NAME define
Yong Bakos
1
-2
/
+2
2016-06-07
scanner: Replace #define tab with space
Yong Bakos
1
-2
/
+2
2016-06-07
scanner: Fix reported executable name to 'wayland-scanner'
Bryce Harrington
1
-6
/
+8
2016-05-20
scanner: Remove unused forward decs from client protocol
Yong Bakos
1
-4
/
+4
2016-05-06
scanner: Add version argument to wayland-scanner
Armin Krezović
1
-2
/
+24
2016-05-03
protocol: add support for cross-interface enum attributes
Auke Booij
1
-16
/
+53
2016-04-19
scanner: move include directives before extern "C" wrapper
Emil Velikov
1
-3
/
+3
2016-04-01
scanner: Fix spacing of @param
Yong Bakos
1
-1
/
+1
2016-03-07
doc: generate doxygen html output from the scanner
Peter Hutterer
1
-75
/
+143
2016-02-29
build: fix ./configure --disable-dtd-validation
Pekka Paalanen
1
-3
/
+3
2016-02-04
scanner: Fix oddities in copyright printing
Derek Foreman
1
-6
/
+10
2016-02-01
scanner: Print filename on DTD validation error
Jonas Ådahl
1
-5
/
+10
2016-01-19
Track protocol object versions inside wl_proxy.
Jason Ekstrand
1
-8
/
+26
2016-01-12
scanner: Fail if 'since' is higher than the interface version
Jonas Ådahl
1
-1
/
+5
2016-01-12
scanner: Add missing brackets
Jonas Ådahl
1
-1
/
+2
2015-11-17
Validate the protocol xml during scanning
Peter Hutterer
1
-0
/
+71
2015-11-04
scanner: enforce correct argument type for enums
Auke Booij
1
-0
/
+69
2015-10-26
scanner: stop adding trailing whitespace to copyright
Jon Cruz
1
-1
/
+2
2015-10-09
scanner: Generate 'since' macros for requests as well
Jonas Ådahl
1
-0
/
+1
2015-10-05
scanner: Close input resource when done to prevent leak
Bryce Harrington
1
-0
/
+5
2015-07-30
scanner: check sanity of version
Marek Chalupa
1
-9
/
+30
2015-07-30
scanner: use zxalloc
Marek Chalupa
1
-43
/
+40
2015-07-30
scanner: get rid of leaks
Marek Chalupa
1
-4
/
+102
2015-07-30
scanner: refactor creating objects
Marek Chalupa
1
-53
/
+111
2015-06-12
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-06-01
scanner: don't emit the extern declarations for external types
Giulio Camuffo
1
-7
/
+3
2015-05-15
remove trailing whitespaces
Michael Vetter
1
-1
/
+1
2015-05-08
scanner: simplify the getopt logic
Pekka Paalanen
1
-30
/
+14
2015-04-30
scanner: add a new --include-core-only option
Giulio Camuffo
1
-59
/
+149
2015-04-08
scanner: Fail on empty enumerations
Jonas Ådahl
1
-0
/
+4
2015-03-27
Add support for direct file reading and writing in wayland-scanner.
Jussi Pakkanen
1
-5
/
+21
2015-01-27
scanner: Fix header generation for server protocols
Mariusz Ceier
1
-1
/
+1
2014-11-28
scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))
Seedo Eldho Paul
1
-1
/
+1
2014-11-10
scanner, client: Added more error checks when strtol function is used
Imran Zaman
1
-1
/
+3
2014-11-04
cosmetic: convert some function returns from int to bool
Derek Foreman
1
-3
/
+4
2014-09-23
scanner: Remove stray newline
Jonas Ådahl
1
-1
/
+0
2014-09-23
scanner: Improve XML parse error reporting
Jonas Ådahl
1
-2
/
+8
2014-08-18
scanner: Make emit_structs more explicit
Jasper St. Pierre
1
-13
/
+12
2014-08-18
scanner: Use an enum to determine the type of thing we're writing out
Jasper St. Pierre
1
-6
/
+11
2014-05-12
scanner: Downgrade non-increasing version error to warning
Kristian Høgsberg
1
-1
/
+1
2014-05-09
scanner: Generate macros for getting the 'since' version of an event
Jonas Ådahl
1
-0
/
+13
2014-05-09
scanner: Also fail when an implicitly versioned message is out of order
Jonas Ådahl
1
-4
/
+6
2014-05-06
scanner: check wl_array_add result
U. Artie Eoff
1
-1
/
+1
2014-04-03
scanner: Only output each forward declaration once
Kristian Høgsberg
1
-8
/
+28
2014-02-18
scanner: Add GCC pragmas to disable -Wredundant-decls
Jasper St. Pierre
1
-1
/
+3
2013-12-17
scanner: set errno=0 before strtol
Adrian Negreanu
1
-0
/
+1
[next]