summaryrefslogtreecommitdiffstats
path: root/ppapi/generators/idl_c_proto.py
Commit message (Expand)AuthorAgeFilesLines
* Add idl version of ppb_flash_menu.idlnoelallen@chromium.org2012-12-131-6/+23
* Added test and fixed bugs with release dependencynoelallen@chromium.org2012-12-061-4/+5
* Make PPAPI headers compilable with -Wstrict-prototypesmseaborn@chromium.org2012-11-291-0/+2
* Add support for generating thunk source from IDL.teravest@chromium.org2012-11-171-26/+49
* Change the way we generate versions.noelallen@chromium.org2012-10-231-5/+32
* Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*.yzshen@chromium.org2012-06-181-0/+8
* PPAPI IDL -> C Generator: inout parameter should not be a pointer.alokp@chromium.org2012-02-071-1/+1
* Fix single release generationnoelallen@google.com2012-01-101-1/+5
* Fix python scripts in src/ppapi/maruel@chromium.org2012-01-101-2/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-4/+15
* Pnacl ppapi shim generator (from IDL), based on Noel's first cut.jvoung@google.com2011-11-301-15/+38
* Convert a few ppapi dev interfaces to IDL. NaCl has tests for thesejvoung@google.com2011-11-181-4/+11
* Cleanup IDL Generatornoelallen@google.com2011-11-141-13/+52
* Fix PPAPI generator so that it might actually report exceptions properly.viettrungluu@chromium.org2011-11-091-1/+1
* Update the IDL Generator to use Release instead of Versionnoelallen@google.com2011-09-261-1/+8
* More multi-version support (part 2)noelallen@google.com2011-08-251-7/+23
* More multi-version supportnoelallen@google.com2011-08-241-192/+122
* Add base class for generatorsnoelallen@google.com2011-08-221-5/+4
* Update placement of interface 'Define'noelallen@google.com2011-08-171-15/+18
* Update the generatornoelallen@google.com2011-07-191-15/+20
* Update the generatornoelallen@google.com2011-07-191-244/+550
* Fix 'C' header generationnoelallen@google.com2011-06-071-52/+76
* Add idl_c_proto for generating 'C' style prototypes from IDLnoelallen@google.com2011-06-021-0/+287