summaryrefslogtreecommitdiffstats
path: root/mojo/public/tools/bindings/generators
Commit message (Expand)AuthorAgeFilesLines
* Mojo bindings: Fix typemap includes.sammc2016-03-236-61/+90
* Make mojo::Callback safe to copy across threads and destroy on any thread.amistry2016-03-211-6/+9
* Mojo C++ bindings: assume that all imported mojoms have the same variant as c...yzshen2016-03-194-2/+14
* Mojo C++ bindigns: fix generated namespace when variant is specified.yzshen2016-03-171-6/+15
* Mojo C++ bindings: introduce mojo::WTFArray.yzshen2016-03-152-5/+10
* Mojo C++ bindings: support mapping mojo string to WTF::String.yzshen2016-03-145-11/+24
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-111-0/+1
* Revert of Reland: Mojo C++ bindings: replace '::' with '.' in the interface n...yzshen2016-03-113-3/+4
* Reland: Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-103-4/+3
* Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (pa...dpranke2016-03-103-3/+4
* Mojo C++ bindings: replace '::' with '.' in the interface name.yzshen2016-03-103-4/+3
* Mojo C++ bindings: remove the concept of "GenericInterface".yzshen2016-03-082-5/+0
* Remove Mojo bindings environment.Yuzhu Shen2016-03-081-1/+0
* Treat typemapped kinds as un-cloneabledarin2016-03-081-1/+4
* Remove MOJO_ARRAYSIZE and MOJO_WARN_UNUSED_RESULT.amistry2016-03-031-3/+3
* Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry2016-03-032-3/+3
* Mojo C++ bindings: pass SerializationContext to GetSerializedSize_() and Seri...yzshen2016-03-026-42/+77
* Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map.yzshen2016-02-294-7/+10
* Mojo bindings: Add string support to StructTraitsrockot2016-02-233-7/+70
* Reland "Mojo C++ bindings: support sync methods - part 2"yzshen2016-02-232-0/+2
* Revert of Mojo C++ bindings: support sync methods - part 2 (patchset #6 id:10...reillyg2016-02-222-2/+0
* Mojo C++ bindings: support sync methods - part 2yzshen2016-02-222-0/+2
* Mojo C++ bindings: support sync methods - part 1.yzshen2016-02-174-11/+106
* Mojo bindings environment: remove usage of logger and task tracker.yzshen2016-02-164-6/+4
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-0/+3
* Mojo C++ bindings: add aliases for [Associated]InterfaceRequest<Foo>.yzshen2016-02-092-6/+9
* Fix a name collision with |handles| in generated C++ mojom bindings.sammc2016-02-051-6/+6
* [mojo-bindings] Fix structs containing native structsrockot2016-02-042-4/+4
* [mojo-bindings] Support Arrays of native-only typesrockot2016-01-305-13/+78
* [mojo] Fix unions in Java generated bindingslhchavez2016-01-281-8/+8
* Mojo C++ bindings: support enum validation.yzshen2016-01-2816-89/+127
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-215-6/+44
* Add an alias FooAssociatedPtrInfo for AssociatedInterfacePtrInfo<Foo>.yzshen2016-01-202-4/+8
* Precompile mojom bindings generator jinja templates.sammc2016-01-143-10/+34
* Convert Pass()→std::move() in generated Mojo bindings.dcheng2015-12-286-12/+13
* Switch to standard integer types in mojo/.Avi Drissman2015-12-211-0/+1
* [mojo] Support native types with mojom wire formatrockot2015-12-186-5/+124
* [mojo] Add pickling support for native-only structsrockot2015-12-177-5/+75
* [mojo] Allow value deserialization to failrockot2015-12-176-11/+22
* [mojo] Add GenericInterface_ to interface class variantsrockot2015-12-173-0/+13
* [mojo] Add typemap and variant support to generatorsrockot2015-12-166-9/+56
* [mojo] Suppress findbugs errors on generated bindingsrockot2015-12-162-0/+8
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-2/+2
* Replace mojo::internal::Forward with std::move()/std::forward()danakj2015-12-032-10/+9
* Mojo C++ bindings: associated interface pointers/requests validationyzshen2015-12-011-39/+41
* Mojo C++ bindings: Add an alias, BarAssociatedPtr, for AssociatedInterfacePtr...yzshen2015-11-301-0/+2
* Mojo C++ bindings: support passing associated interface pointers/requests in ...yzshen2015-11-268-20/+47
* Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T ...yzshen2015-11-252-0/+2
* Mojo bindings: add message pipe control message definition and C++ helpers.yzshen2015-11-181-1/+14
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1347-0/+4616