index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
scanner.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scanner: Add missing brackets
Jonas Ådahl
2016-01-12
1
-1
/
+2
*
Validate the protocol xml during scanning
Peter Hutterer
2015-11-17
1
-0
/
+71
*
scanner: enforce correct argument type for enums
Auke Booij
2015-11-04
1
-0
/
+69
*
scanner: stop adding trailing whitespace to copyright
Jon Cruz
2015-10-26
1
-1
/
+2
*
scanner: Generate 'since' macros for requests as well
Jonas Ådahl
2015-10-09
1
-0
/
+1
*
scanner: Close input resource when done to prevent leak
Bryce Harrington
2015-10-05
1
-0
/
+5
*
scanner: check sanity of version
Marek Chalupa
2015-07-30
1
-9
/
+30
*
scanner: use zxalloc
Marek Chalupa
2015-07-30
1
-43
/
+40
*
scanner: get rid of leaks
Marek Chalupa
2015-07-30
1
-4
/
+102
*
scanner: refactor creating objects
Marek Chalupa
2015-07-30
1
-53
/
+111
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
scanner: don't emit the extern declarations for external types
Giulio Camuffo
2015-06-01
1
-7
/
+3
*
remove trailing whitespaces
Michael Vetter
2015-05-15
1
-1
/
+1
*
scanner: simplify the getopt logic
Pekka Paalanen
2015-05-08
1
-30
/
+14
*
scanner: add a new --include-core-only option
Giulio Camuffo
2015-04-30
1
-59
/
+149
*
scanner: Fail on empty enumerations
Jonas Ådahl
2015-04-08
1
-0
/
+4
*
Add support for direct file reading and writing in wayland-scanner.
Jussi Pakkanen
2015-03-27
1
-5
/
+21
*
scanner: Fix header generation for server protocols
Mariusz Ceier
2015-01-27
1
-1
/
+1
*
scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))
Seedo Eldho Paul
2014-11-28
1
-1
/
+1
*
scanner, client: Added more error checks when strtol function is used
Imran Zaman
2014-11-10
1
-1
/
+3
*
cosmetic: convert some function returns from int to bool
Derek Foreman
2014-11-04
1
-3
/
+4
*
scanner: Remove stray newline
Jonas Ådahl
2014-09-23
1
-1
/
+0
*
scanner: Improve XML parse error reporting
Jonas Ådahl
2014-09-23
1
-2
/
+8
*
scanner: Make emit_structs more explicit
Jasper St. Pierre
2014-08-18
1
-13
/
+12
*
scanner: Use an enum to determine the type of thing we're writing out
Jasper St. Pierre
2014-08-18
1
-6
/
+11
*
scanner: Downgrade non-increasing version error to warning
1.4.93
Kristian Høgsberg
2014-05-12
1
-1
/
+1
*
scanner: Generate macros for getting the 'since' version of an event
Jonas Ådahl
2014-05-09
1
-0
/
+13
*
scanner: Also fail when an implicitly versioned message is out of order
Jonas Ådahl
2014-05-09
1
-4
/
+6
*
scanner: check wl_array_add result
U. Artie Eoff
2014-05-06
1
-1
/
+1
*
scanner: Only output each forward declaration once
Kristian Høgsberg
2014-04-03
1
-8
/
+28
*
scanner: Add GCC pragmas to disable -Wredundant-decls
Jasper St. Pierre
2014-02-18
1
-1
/
+3
*
scanner: set errno=0 before strtol
Adrian Negreanu
2013-12-17
1
-0
/
+1
*
client: Introduce functions to allocate and marshal proxies atomically
Kristian Høgsberg
2013-11-15
1
-20
/
+23
*
scanner: Add location to elements so we can give better errors/warnings
Kristian Høgsberg
2013-11-15
1
-7
/
+25
*
scanner: Make fail() function use va_list and elaborate a few errors
Kristian Høgsberg
2013-11-15
1
-7
/
+14
*
scanner: Introduce struct location for tracking source locations
Kristian Høgsberg
2013-11-15
1
-20
/
+26
*
scanner: Warn about requests with more than one new-id and don't generate stubs
Kristian Høgsberg
2013-11-15
1
-0
/
+14
*
scanner: Handle unrecognized invocation mode
Kristian Høgsberg
2013-10-07
1
-1
/
+3
*
scanner: Emit wl_*_destroy stub even if interface has a destructor
Kristian Høgsberg
2013-08-30
1
-1
/
+1
*
scanner: expand help string
Peter Hutterer
2013-08-07
1
-0
/
+4
*
scanner: support help and --help
Peter Hutterer
2013-08-07
1
-6
/
+23
*
scanner: Fail more gracefully on out-of-memory
Kristian Høgsberg
2013-07-13
1
-18
/
+41
*
Add version information to wl_message signatures.
Jason Ekstrand
2013-07-02
1
-0
/
+4
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
1
-1
/
+1
*
scanner: Fix 'destroy)' typo in check for destroy request presence
Kristian Høgsberg
2013-02-25
1
-1
/
+1
*
scanner: remove list_length in favor of wl_list_length
Ran Benita
2013-02-25
1
-14
/
+2
*
scanner: Fix wrong restriction on since field
Ander Conselvan de Oliveira
2012-11-27
1
-1
/
+1
*
scanner: Preserve paragraph breaks in input XML
Kristian Høgsberg
2012-10-21
1
-3
/
+9
*
scanner: Fix valgrind errors
Kristian Høgsberg
2012-10-20
1
-8
/
+7
*
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
2012-10-19
1
-4
/
+16
[prev]
[next]