summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/BUILD.gn
Commit message (Expand)AuthorAgeFilesLines
* Mojo C++ bindings: introduce mojo::WTFArray.yzshen2016-03-151-0/+2
* Mojo C++ bindings: support mapping mojo string to WTF::String.yzshen2016-03-141-0/+19
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-111-0/+1
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-071-1/+0
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...Ken Rockot2016-03-061-0/+1
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-051-1/+0
* Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (patchset ...rockot2016-03-051-0/+1
* [mojo-bindings] Use Watch API instead of MessagePumpMojorockot2016-03-051-1/+0
* Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindingsyzshen2016-03-021-1/+1
* Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map.yzshen2016-02-291-0/+3
* Revert of Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public...yzshen2016-02-261-1/+1
* Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindingsyzshen2016-02-251-1/+1
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-251-2/+2
* Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...yzshen2016-02-241-2/+2
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-241-2/+2
* Reland "Mojo C++ bindings: support sync methods - part 2"yzshen2016-02-231-0/+2
* Revert of Mojo C++ bindings: support sync methods - part 2 (patchset #6 id:10...reillyg2016-02-221-2/+0
* Mojo C++ bindings: support sync methods - part 2yzshen2016-02-221-0/+2
* Mojo C++ bindings: helpers to recusively convert between mojo and STL types.yzshen2016-02-151-0/+1
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-121-0/+2
* [mojo] Support native types with mojom wire formatrockot2015-12-181-0/+1
* [mojo] Add pickling support for native-only structsrockot2015-12-171-0/+1
* [mojo] Use base::Pickle for Message storage.rockot2015-12-171-0/+3
* Mojo C++ bindings: use base::ThreadChecker instead of mojo::internal::ThreadC...yzshen2015-12-121-3/+1
* Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T ...yzshen2015-11-251-2/+3
* Mojo C++ bindings: introduce public associated-interface-related types.yzshen2015-11-241-0/+5
* Mojo C++ bindings: introduce MultiplexRouter and related classes.yzshen2015-11-201-0/+6
* Mojo bindings: add message pipe control message definition and C++ helpers.yzshen2015-11-181-0/+7
* Remove mojo_sdk_source_set & mojo_edk_source_set templates.jam2015-11-141-12/+9
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-0/+95
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-79/+0
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-161-0/+1
* Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2rockot2014-12-091-7/+10
* Run gn format on //mojo/**/BUILD.gnjamesr2014-12-041-1/+3
* Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35ajamesr2014-11-191-0/+2
* Revert of Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (pa...thakis2014-11-151-2/+0
* Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480jamesr2014-11-131-0/+2
* mojom: Add associative arrays to the mojom language.erg2014-10-101-0/+5
* Make gn check //mojo/public/* passjamesr2014-09-261-5/+18
* Add missing files/deps/definescjhopman@chromium.org2014-07-121-0/+2
* Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCalldarin@chromium.org2014-07-101-2/+0
* Mojo cpp bindings: report the reason of validation failure.yzshen@chromium.org2014-06-041-0/+2
* Mojo cpp bindings: validation logic for incoming messagesyzshen@chromium.org2014-05-311-1/+3
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-291-7/+7
* Mojo cpp bindings: add support for validating incoming messages.yzshen@chromium.org2014-05-151-0/+4
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-091-3/+3
* Add GN targets for mojom generator.yzshen@chromium.org2014-04-301-0/+45