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
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.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
*
scanner: Make sure arguments have names.
John Kåre Alsaker
2012-10-16
1
-0
/
+3
*
scanner: use printf format attributes for desc_dump
Olivier Blin
2012-10-15
1
-0
/
+3
*
scanner: fix writing i586 descriptions
Olivier Blin
2012-10-15
1
-18
/
+19
*
scanner: remove useless desc_dump arguments
Olivier Blin
2012-10-15
1
-1
/
+1
*
scanner: Generate client stubs for wl_display requests
Kristian Høgsberg
2012-10-10
1
-4
/
+0
*
scanner: Send interface name and version for types new_id args
Kristian Høgsberg
2012-10-10
1
-17
/
+46
*
Make NEW_IDs nullable
Daniel Stone
2012-07-23
1
-0
/
+1
*
scanner: Include weston-client.h as the inline functions require it
Robert Ancell
2012-07-09
1
-2
/
+3
*
scanner: Plug memory leak in end_element()
Martin Olsson
2012-07-09
1
-1
/
+1
*
protocol: Add explicit nullable types
Christopher James Halse Rogers
2012-07-02
1
-0
/
+32
*
drop use of strerror()
Dylan Noblesmith
2012-06-30
1
-1
/
+1
*
Allocate client proxy automatically for new objects
Kristian Høgsberg
2012-06-28
1
-0
/
+2
*
Add support for signed 24.8 decimal numbers
Daniel Stone
2012-05-08
1
-0
/
+9
*
scanner: Generalize desc_dump() to handle hanging indents
Kristian Høgsberg
2012-05-07
1
-34
/
+65
*
scanner: Fix desc_dump() to not extend beyond column 72
Kristian Høgsberg
2012-05-07
1
-17
/
+11
*
scanner: Use indent() function in desc_dump()
Kristian Høgsberg
2012-05-07
1
-25
/
+19
*
scanner: fix a signedness warning
Pekka Paalanen
2012-03-30
1
-1
/
+1
*
scanner: Add since attribute
Kristian Høgsberg
2012-03-05
1
-1
/
+22
[next]