summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/cpp_util.py
Commit message (Expand)AuthorAgeFilesLines
* Implement handling of binary data in JSON schema compilercduvall@chromium.org2012-04-241-0/+1
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-121-3/+2
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-0/+13
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-13/+0
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-161-0/+13
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-1/+0
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-281-27/+3
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-221-0/+1
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-211-50/+29
* json_schema_compiler: Change the Result::Create parameter to a const referenc...calamity@chromium.org2012-02-171-3/+3
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-10/+73
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+51