summaryrefslogtreecommitdiff
path: root/mojo/public/tools/bindings/pylib/mojom/generate/generator.py
AgeCommit message (Expand)Author
2022-09-15Convert libchrome scripts to python 3Cole Faust
2020-06-05Mojo JS bindings: Generate additional methods to aid fuzzing.Oliver Chang
2020-06-05Reduce rebuild cost of VERSION changesKen Rockot
2020-06-05Do not update file timestamp if file content is not updated in mojom generatorsTakuto Ikuta
2020-06-05Convert internal mojo bindings to a component targetKen Rockot
2020-06-05Mojo Bindings: Support handles in native structsKen Rockot
2020-06-05Mojo C++ Bindings: Lazy SerializationKen Rockot
2020-06-05Mojo JS bindings: add support to generate "dual-mode" code.yzshen
2020-06-05Mojo JS bindings: switch all mojo/ layout tests to use the new bindings.yzshen
2020-06-05Mojo bindings generator: introduce Stylizer to specify naming rules.yzshen
2020-06-05Mojo code generator: change where to add computed data to mojom definitionsyzshen
2020-06-05Mojo JS bindings: change module loading solution.yzshen
2020-06-05Revert of Mojo JS bindings: change module loading solution. (patchset #7 id:1...hayato
2020-06-05Mojo JS bindings: change module loading solution.yzshen
2020-06-05Mojo C++ bindings: remove support for generating code with mojo::Array/String...yzshen
2020-06-05Add use_once_callback option to Mojo C++ bindings generator.dcheng
2020-06-05Mojo C++ bindings: support generating code shared by different variants.yzshen
2020-06-05Support exporting Mojo bindings for the component build.jam
2020-06-05Mojo C++ bindings: add a new mode to generator to use native STL/WTF typesyzshen
2020-06-05Mojo C++ bindings: support mapping mojo string to WTF::String.yzshen
2020-06-05Change mojo enums to be scoped enums in the generated C++ bindings.sammc
2020-06-05Precompile mojom bindings generator jinja templates.sammc
2020-06-05[mojo] Add typemap and variant support to generatorsrockot
2020-06-05Move third_party/mojo/src/mojo/public to mojo/publicrockot
2020-06-04Move //mojo/{public, edk} underneath //third_partyblundell
2020-06-04Allow fixed-size arrays in nested array definitions.yzshen
2020-06-04Clean up directory handling for Mojo bindings generator.ncbray
2020-06-04Mojom generator: move Is.*Kind() functions into module.py and use them from a...yzshen@chromium.org
2020-06-04Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org
2020-06-04Generate java bindings for structs.qsr@chromium.org
2020-06-04Revert 279677 "Generate java bindings for structs."pastarmovj@google.com
2020-06-04Generate java bindings for structs.qsr@chromium.org
2020-06-04Add support for fixed-sized arrays in mojomjamesr@chromium.org
2020-06-04Mojom: Add 'default' keyword for initializing structs to non-null value.mpcomplete@chromium.org
2020-06-04Mojom: Remove expression support from IDL compiler.mpcomplete@chromium.org
2020-06-04Mojo: Implement support for |Foo&| mojom syntaxdarin@chromium.org
2020-06-04Mojo: more idiomatic C++ bindingsdarin@chromium.org
2020-06-04Pass arguments from mojom_bindings_generator.py to each individual generator.qsr@chromium.org
2020-06-04Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org
2020-06-04Adding reference to interface in methods.qsr@chromium.org
2020-06-04Add module reference in struct, interface and enums.qsr@chromium.org
2020-06-04Mojo: Move mojom (python) unittests to mojom_tests package and combine errors.viettrungluu@chromium.org
2020-06-04Mojo: Move .../bindings/pylib/generate to .../bindings/pylib/mojom/generate.viettrungluu@chromium.org