summaryrefslogtreecommitdiffstats
path: root/src/scanner.c
Commit message (Expand)AuthorAgeFilesLines
* scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))Seedo Eldho Paul2014-11-281-1/+1
* scanner, client: Added more error checks when strtol function is usedImran Zaman2014-11-101-1/+3
* cosmetic: convert some function returns from int to boolDerek Foreman2014-11-041-3/+4
* scanner: Remove stray newlineJonas Ådahl2014-09-231-1/+0
* scanner: Improve XML parse error reportingJonas Ådahl2014-09-231-2/+8
* scanner: Make emit_structs more explicitJasper St. Pierre2014-08-181-13/+12
* scanner: Use an enum to determine the type of thing we're writing outJasper St. Pierre2014-08-181-6/+11
* scanner: Downgrade non-increasing version error to warning1.4.93Kristian Høgsberg2014-05-121-1/+1
* scanner: Generate macros for getting the 'since' version of an eventJonas Ådahl2014-05-091-0/+13
* scanner: Also fail when an implicitly versioned message is out of orderJonas Ådahl2014-05-091-4/+6
* scanner: check wl_array_add resultU. Artie Eoff2014-05-061-1/+1
* scanner: Only output each forward declaration onceKristian Høgsberg2014-04-031-8/+28
* scanner: Add GCC pragmas to disable -Wredundant-declsJasper St. Pierre2014-02-181-1/+3
* scanner: set errno=0 before strtolAdrian Negreanu2013-12-171-0/+1
* client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg2013-11-151-20/+23
* scanner: Add location to elements so we can give better errors/warningsKristian Høgsberg2013-11-151-7/+25
* scanner: Make fail() function use va_list and elaborate a few errorsKristian Høgsberg2013-11-151-7/+14
* scanner: Introduce struct location for tracking source locationsKristian Høgsberg2013-11-151-20/+26
* scanner: Warn about requests with more than one new-id and don't generate stubsKristian Høgsberg2013-11-151-0/+14
* scanner: Handle unrecognized invocation modeKristian Høgsberg2013-10-071-1/+3
* scanner: Emit wl_*_destroy stub even if interface has a destructorKristian Høgsberg2013-08-301-1/+1
* scanner: expand help stringPeter Hutterer2013-08-071-0/+4
* scanner: support help and --helpPeter Hutterer2013-08-071-6/+23
* scanner: Fail more gracefully on out-of-memoryKristian Høgsberg2013-07-131-18/+41
* Add version information to wl_message signatures.Jason Ekstrand2013-07-021-0/+4
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-021-1/+1
* scanner: Fix 'destroy)' typo in check for destroy request presenceKristian Høgsberg2013-02-251-1/+1
* scanner: remove list_length in favor of wl_list_lengthRan Benita2013-02-251-14/+2
* scanner: Fix wrong restriction on since fieldAnder Conselvan de Oliveira2012-11-271-1/+1
* scanner: Preserve paragraph breaks in input XMLKristian Høgsberg2012-10-211-3/+9
* scanner: Fix valgrind errorsKristian Høgsberg2012-10-201-8/+7
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-191-4/+16
* scanner: Make sure arguments have names.John Kåre Alsaker2012-10-161-0/+3
* scanner: use printf format attributes for desc_dumpOlivier Blin2012-10-151-0/+3
* scanner: fix writing i586 descriptionsOlivier Blin2012-10-151-18/+19
* scanner: remove useless desc_dump argumentsOlivier Blin2012-10-151-1/+1
* scanner: Generate client stubs for wl_display requestsKristian Høgsberg2012-10-101-4/+0
* scanner: Send interface name and version for types new_id argsKristian Høgsberg2012-10-101-17/+46
* Make NEW_IDs nullableDaniel Stone2012-07-231-0/+1
* scanner: Include weston-client.h as the inline functions require itRobert Ancell2012-07-091-2/+3
* scanner: Plug memory leak in end_element()Martin Olsson2012-07-091-1/+1
* protocol: Add explicit nullable typesChristopher James Halse Rogers2012-07-021-0/+32
* drop use of strerror()Dylan Noblesmith2012-06-301-1/+1
* Allocate client proxy automatically for new objectsKristian Høgsberg2012-06-281-0/+2
* Add support for signed 24.8 decimal numbersDaniel Stone2012-05-081-0/+9
* scanner: Generalize desc_dump() to handle hanging indentsKristian Høgsberg2012-05-071-34/+65
* scanner: Fix desc_dump() to not extend beyond column 72Kristian Høgsberg2012-05-071-17/+11
* scanner: Use indent() function in desc_dump()Kristian Høgsberg2012-05-071-25/+19
* scanner: fix a signedness warningPekka Paalanen2012-03-301-1/+1
* scanner: Add since attributeKristian Høgsberg2012-03-051-1/+22