summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/cpp_type_generator.py
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Update generated code to support move operationsrdevlin.cronin2016-03-221-1/+6
* Switch to standard integer types in tools/json_schema_compiler/.avi2015-12-271-1/+1
* Support JSON Schema properties with values in the JSON Schema Compiler.kalman2015-04-021-4/+8
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-201-1/+1
* Cleanup most pylint errors in json_schema_compiler.thestig2015-01-151-9/+9
* - Add support for references in different paths in apis.lfg2014-08-291-4/+8
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-051-30/+15
* Convert snakecase enum names to camelcase when stringified.dtseng@chromium.org2014-05-151-2/+3
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-041-9/+9
* Use validating IPC enum macros in accessibility messages.tsepez@chromium.org2014-02-261-0/+6
* Generate ax enums from idl.dtseng@chromium.org2014-02-091-2/+3
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-011-1/+1
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-311-1/+1
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-311-1/+1
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-2/+2
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-131-1/+2
* Implementing the chrome.runtime.getPlatformInfo APIasargent@chromium.org2013-05-071-2/+7
* Lazily load extension API schemascduvall@chromium.org2013-03-231-16/+7
* JSON Compiler should convert the namespace value in lowerCamelCase to unix_na...ncj674@motorola.com2013-02-231-2/+2
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-061-57/+30
* Fix up how the JSON Schema compiler decides whether to include or forwardkalman@chromium.org2013-01-291-66/+78
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-169/+104
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-251-10/+7
* Changes:hebert.christopherj@chromium.org2012-08-291-4/+20
* Fix a minor nit in the JSON schema compiler.thestig@chromium.org2012-08-281-2/+2
* Context Menus now uses the JSON Schema Compiler.hebert.christopherj@chromium.org2012-08-141-0/+3
* Added JSON schema compiler support for serialized typesmitchellwrosen@chromium.org2012-07-311-14/+30
* Added ToJson to JSON schema compiler.mitchellwrosen@chromium.org2012-07-281-0/+2
* JSON Schema Compiler supports functions as PropertyTypes.hebert.christopherj@chromium.org2012-07-261-0/+5
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-7/+2
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-2/+7
* Represent BINARY properties using std::string instead of BinaryValue,jyasskin@chromium.org2012-07-201-7/+2
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-161-5/+14
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-4/+4
* Fix how the IDL parser handles comments, and fix the chrome.alarms docs.mpcomplete@chromium.org2012-06-191-2/+5
* Improve handling of ArrayBuffers in composite objects.gdk@chromium.org2012-06-171-1/+6
* Fix include ordering in cpp_type_generator.py.jyasskin@chromium.org2012-06-151-4/+5
* Support enum in idl file.penghuang@chromium.org2012-05-141-1/+4
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-111-28/+16
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-101-16/+28
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-101-28/+16
* JSON schema compiler can't handle strings as typescduvall@chromium.org2012-05-011-2/+9
* Implement handling of binary data in JSON schema compilercduvall@chromium.org2012-04-241-1/+3
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-191-0/+42
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-121-5/+17
* Fixes to json_schema_compiler unit testsasargent@chromium.org2012-03-281-2/+2
* Make json_schema_compiler resolve type names via resolution rules.gdk@chromium.org2012-03-271-5/+30
* Make json_schema_compiler output types in their dependency order.gdk@chromium.org2012-03-261-0/+5
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-3/+4
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-4/+3