summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/util.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-1/+1
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-121-0/+2
* Fix json_schema_compiler to properly handle enum arrays.sergeyu@chromium.org2013-07-251-11/+0
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-14/+16
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-13/+10
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-251-0/+11
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-4/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-2/+11
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-281-15/+7
* Coverity: Fix a leak in json_schema_compiler.jhawkins@chromium.org2012-02-171-3/+3
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-22/+149
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+53