summaryrefslogtreecommitdiffstats
path: root/ppapi/generators
Commit message (Expand)AuthorAgeFilesLines
* Auto generate thunk .cc file for PPB_FileSystem.teravest@chromium.org2012-12-081-0/+10
* Trivial individual generation fixnoelallen@chromium.org2012-12-071-1/+1
* Autogenerate thunk .cc file for PPB_FileIO.teravest@chromium.org2012-12-071-1/+1
* Add other account to ownersnoelallen@chromium.org2012-12-071-0/+2
* Added test and fixed bugs with release dependencynoelallen@chromium.org2012-12-0616-96/+203
* Make PPAPI headers compilable with -Wstrict-prototypesmseaborn@chromium.org2012-11-291-0/+2
* IDL: Ignore C++ style "From" comments.teravest@chromium.org2012-11-281-3/+4
* Fix generation of the wrong API header name.teravest@chromium.org2012-11-211-1/+3
* Autogenerate thunk .cc file for PPB_Console_Dev.teravest@chromium.org2012-11-201-18/+42
* Add support for generating thunk source from IDL.teravest@chromium.org2012-11-178-28/+643
* Get rid of pnacl_shim time stamps.jvoung@google.com2012-11-151-5/+4
* Update comments for the GeneratorByFile interface.teravest@chromium.org2012-11-071-29/+27
* Remove C++-style comments from C headers.sbc@chromium.org2012-11-061-1/+1
* Fix generation of Single version IDL for SDKnoelallen@chromium.org2012-11-021-0/+10
* Fix version discovery for Interfaces, Structsnoelallen@chromium.org2012-11-012-37/+79
* Change the way we generate versions.noelallen@chromium.org2012-10-2314-133/+424
* Build PNaCl IRT shims on arm as well as x86-64dschuff@chromium.org2012-10-191-2/+2
* Make ppapi idl generator work on windows.bradnelson@google.com2012-10-021-0/+1
* PNaCl: Build a PPAPI shims library on all architecturesmseaborn@chromium.org2012-09-212-0/+11
* Add pnacl shims to the chrome build.bradnelson@google.com2012-09-061-1/+5
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-3/+35
* Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*.yzshen@chromium.org2012-06-181-0/+8
* Adding warning for missing Label.noelallen@chromium.org2012-06-171-0/+6
* Add "libraries" directory to SDKnoelallen@google.com2012-05-111-0/+10
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-232-6/+3
* 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