summaryrefslogtreecommitdiffstats
path: root/ppapi/generators
Commit message (Expand)AuthorAgeFilesLines
* This adds support for a number of features in the current WebIDL spec (http:/...asargent@chromium.org2012-03-054-28/+118
* Fix typo in IDLNode.Dump function.asargent@chromium.org2012-02-091-2/+1
* Make inline c blocks non-greedy, and use to add pragma pack to gamepad structurescottmg@chromium.org2012-02-081-1/+1
* PPAPI IDL -> C Generator: inout parameter should not be a pointer.alokp@chromium.org2012-02-071-1/+1
* Removed special keyword called attribute which is unused by the parser.alokp@chromium.org2012-02-061-1/+0
* Output generated headers using Python's "wb" mode, to prevent EOL-munging.wez@chromium.org2012-01-191-2/+2
* Fix incorrectly resolved conflict, and add error message for missing sources.noelallen@google.com2012-01-135-9/+17
* Fix single release generationnoelallen@google.com2012-01-104-16/+71
* Fix python scripts in src/ppapi/maruel@chromium.org2012-01-1017-74/+56
* Change IDL shim/wrapper generator to use version numbers in struct names.jvoung@google.com2012-01-082-6/+5
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-4/+15
* Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary.wez@chromium.org2012-01-042-10/+18
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-151-1/+1
* Hide private IDL files from generator behind "--include_private" flagjvoung@google.com2011-12-011-3/+6
* Pnacl ppapi shim generator (from IDL), based on Noel's first cut.jvoung@google.com2011-11-307-21/+912
* Pepper IDL: also generate files from 'private'piman@chromium.org2011-11-301-1/+1
* Convert a few ppapi dev interfaces to IDL. NaCl has tests for thesejvoung@google.com2011-11-183-7/+17
* Cleanup IDL Generatornoelallen@google.com2011-11-146-82/+104
* Fix PPAPI generator so that it might actually report exceptions properly.viettrungluu@chromium.org2011-11-091-1/+1
* Allow defaults for generator which will check all available versions.noelallen@google.com2011-11-042-2/+11
* Allow enums values to be simple arithmetic expressions.bbudge@chromium.org2011-10-076-18/+106
* Use Noel's chromium.org address instead of his google.com one for owners.brettw@chromium.org2011-10-041-1/+1
* Fix IDL generation on Windows. The output file paths were wrong becausebbudge@chromium.org2011-10-042-8/+10
* Update the IDL Generator to use Release instead of Versionnoelallen@google.com2011-09-2611-379/+428
* Add presubmit check to verify PPAPI C headers match IDL files.noelallen@google.com2011-09-142-2/+4
* Update generator for Chrome generation as the default casenoelallen@google.com2011-08-264-7/+23
* More multi-version support (part 2)noelallen@google.com2011-08-256-31/+93
* More multi-version supportnoelallen@google.com2011-08-2412-350/+460
* IDLOutFile throws execptionnoelallen@google.com2011-08-221-3/+13
* Minor change to IDL lintnoelallen@google.com2011-08-221-7/+9
* Add base class for generatorsnoelallen@google.com2011-08-2210-131/+563
* Update placement of interface 'Define'noelallen@google.com2011-08-172-16/+25
* Trivial fix for error messagenoelallen@google.com2011-07-271-1/+1
* Adding linter for IDLnoelallen@google.com2011-07-223-28/+132
* Add missing IDL Visistor classnoelallen@google.com2011-07-191-0/+81
* Update the generatornoelallen@google.com2011-07-195-31/+67
* Update the generatornoelallen@google.com2011-07-1912-345/+1069
* Trival lexer/parser changes for errorsnoelallen@google.com2011-07-142-3/+4
* IDLNode cleanup and use of new IDLNamespace objectnoelallen@google.com2011-07-143-171/+553
* Split property system into it's own file.noelallen@google.com2011-07-141-0/+196
* Update generators owners file.noelallen@google.com2011-07-141-0/+1
* Add version aware name resolutionnoelallen@google.com2011-07-021-0/+346
* Update Lexer/Parser to support '#inline' and 'label'noelallen@google.com2011-07-0210-218/+444
* Add owners files to ppapi.brettw@chromium.org2011-06-291-0/+1
* Add diff tool for IDLnoelallen@google.com2011-06-271-0/+191
* Trivial changes to IDL parser.noelallen@google.com2011-06-202-1/+5
* Fix 'C' header generationnoelallen@google.com2011-06-074-57/+133
* Add idl_c_proto for generating 'C' style prototypes from IDLnoelallen@google.com2011-06-028-29/+470
* Add idl_optionnoelallen@google.com2011-05-154-87/+161
* IDL cleanup, added AST node, namespace, StageResultnoelallen@google.com2011-05-045-48/+264