summaryrefslogtreecommitdiff
path: root/src/scanner.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-11scanner: Generate all SINCE_VERSION macros for everyoneQuentin Glidic1-0/+2
2016-07-25(multiple): Include stdint.hYong Bakos1-0/+1
2016-07-18scanner: Use uint32_t instead of uintKhem Raj1-1/+1
2016-07-11scanner: Improve documentation for strtouint()Bryce Harrington1-2/+11
2016-06-07scanner: Move PROGRAM_NAME defineYong Bakos1-2/+2
2016-06-07scanner: Replace #define tab with spaceYong Bakos1-2/+2
2016-06-07scanner: Fix reported executable name to 'wayland-scanner'Bryce Harrington1-6/+8
2016-05-20scanner: Remove unused forward decs from client protocolYong Bakos1-4/+4
2016-05-06scanner: Add version argument to wayland-scannerArmin Krezović1-2/+24
2016-05-03protocol: add support for cross-interface enum attributesAuke Booij1-16/+53
2016-04-19scanner: move include directives before extern "C" wrapperEmil Velikov1-3/+3
2016-04-01scanner: Fix spacing of @paramYong Bakos1-1/+1
2016-03-07doc: generate doxygen html output from the scannerPeter Hutterer1-75/+143
2016-02-29build: fix ./configure --disable-dtd-validationPekka Paalanen1-3/+3
2016-02-04scanner: Fix oddities in copyright printingDerek Foreman1-6/+10
2016-02-01scanner: Print filename on DTD validation errorJonas Ådahl1-5/+10
2016-01-19Track protocol object versions inside wl_proxy.Jason Ekstrand1-8/+26
2016-01-12scanner: Fail if 'since' is higher than the interface versionJonas Ådahl1-1/+5
2016-01-12scanner: Add missing bracketsJonas Ådahl1-1/+2
2015-11-17Validate the protocol xml during scanningPeter Hutterer1-0/+71
2015-11-04scanner: enforce correct argument type for enumsAuke Booij1-0/+69
2015-10-26scanner: stop adding trailing whitespace to copyrightJon Cruz1-1/+2
2015-10-09scanner: Generate 'since' macros for requests as wellJonas Ådahl1-0/+1
2015-10-05scanner: Close input resource when done to prevent leakBryce Harrington1-0/+5
2015-07-30scanner: check sanity of versionMarek Chalupa1-9/+30
2015-07-30scanner: use zxallocMarek Chalupa1-43/+40
2015-07-30scanner: get rid of leaksMarek Chalupa1-4/+102
2015-07-30scanner: refactor creating objectsMarek Chalupa1-53/+111
2015-06-12src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-06-01scanner: don't emit the extern declarations for external typesGiulio Camuffo1-7/+3
2015-05-15remove trailing whitespacesMichael Vetter1-1/+1
2015-05-08scanner: simplify the getopt logicPekka Paalanen1-30/+14
2015-04-30scanner: add a new --include-core-only optionGiulio Camuffo1-59/+149
2015-04-08scanner: Fail on empty enumerationsJonas Ådahl1-0/+4
2015-03-27Add support for direct file reading and writing in wayland-scanner.Jussi Pakkanen1-5/+21
2015-01-27scanner: Fix header generation for server protocolsMariusz Ceier1-1/+1
2014-11-28scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))Seedo Eldho Paul1-1/+1
2014-11-10scanner, client: Added more error checks when strtol function is usedImran Zaman1-1/+3
2014-11-04cosmetic: convert some function returns from int to boolDerek Foreman1-3/+4
2014-09-23scanner: Remove stray newlineJonas Ådahl1-1/+0
2014-09-23scanner: Improve XML parse error reportingJonas Ådahl1-2/+8
2014-08-18scanner: Make emit_structs more explicitJasper St. Pierre1-13/+12
2014-08-18scanner: Use an enum to determine the type of thing we're writing outJasper St. Pierre1-6/+11
2014-05-12scanner: Downgrade non-increasing version error to warningKristian Høgsberg1-1/+1
2014-05-09scanner: Generate macros for getting the 'since' version of an eventJonas Ådahl1-0/+13
2014-05-09scanner: Also fail when an implicitly versioned message is out of orderJonas Ådahl1-4/+6
2014-05-06scanner: check wl_array_add resultU. Artie Eoff1-1/+1
2014-04-03scanner: Only output each forward declaration onceKristian Høgsberg1-8/+28
2014-02-18scanner: Add GCC pragmas to disable -Wredundant-declsJasper St. Pierre1-1/+3
2013-12-17scanner: set errno=0 before strtolAdrian Negreanu1-0/+1