- 49b2f03 Make the fuchsia mojo/public repo the source of truth. by Viet-Trung Luu · 9 years ago master
- da7adf0 Fix the .../cpp/application:test_support target. by Viet-Trung Luu · 9 years ago
- 2f0e531 Add some mojom.stamp files to public/.gitignore. by Viet-Trung Luu · 9 years ago
- e983edc Add missing include to test_support.h. by Viet-Trung Luu · 9 years ago
- 22af948 clang-format bindings_perftest.cc. by Viet-Trung Luu · 9 years ago
- c2e1626 Fix bad #endif comment. by Viet-Trung Luu · 9 years ago
- 835d379 Remove some end-of-line whitespace. by Viet-Trung Luu · 9 years ago
- f928f2c Initial docs on the internals of the C bindings by Vardhan Mudunuru · 9 years ago
- 0c6d2b4 Add support for constants in the new go generator. by Alexandre Zani · 9 years ago
- 5b77653 Initial docs on using the C bindings. by Vardhan Mudunuru · 9 years ago
- d12299c Rust: Polish off communication across Mojom interfaces by Michael Anthony Knyszek · 9 years ago
- a31b996 Rust: Support delayed tasks in RunLoop by Michael Anthony Knyszek · 9 years ago
- 41d9e66 mojo/public: Include gtest.h as "gtest/gtest.h", instead of via "absolute" path. by Viet-Trung Luu · 9 years ago
- 7436036 Fix mojom template: C mojom target was not pulling in invoker.deps. by Vardhan Mudunuru · 9 years ago
- f5e4c7f Add missing <stdlib.h> to validation_parser.cc. by Viet-Trung Luu · 9 years ago
- 879d518 Move mojo/public/c/gpu/* to mojo/public/c/include. by Viet-Trung Luu · 9 years ago
- 5ca1980 Rust: Add validation support to code generator by Michael Anthony Knyszek · 9 years ago
- c108edf Move mojo/public/c/environment/tests to mojo/public/c/tests/environment. by Viet-Trung Luu · 9 years ago
- 4c57ce1 Move the C bindings tests to the new location. by Viet-Trung Luu · 9 years ago
- c77beb9 Change the canonical way to include the C bindings headers to <mojo/bindings/*.h>. by Viet-Trung Luu · 9 years ago
- d63eb7d Move mojo/public/c/system/tests to mojo/public/c/tests/system, etc. by Viet-Trung Luu · 9 years ago
- ed89dda Remove the GLES2_USE_MOJO macro. by Viet-Trung Luu · 9 years ago
- 2b5fb90 Rust: Add validation checks to decode by Michael Anthony Knyszek · 9 years ago
- 6c037e3 Rust: Add encoder/decoder tests by Michael Anthony Knyszek · 9 years ago
- 4d8cbef Add C interface to Mojom validation test parser by Michael Anthony Knyszek · 9 years ago
- e834e53 Rust: Add Mojom decoding by Michael Anthony Knyszek · 9 years ago
- 57dad78 Change the canonical way to include the C environment headers to <mojo/environment/*.h>. by Viet-Trung Luu · 9 years ago
- fb58e43 Change the canonical way to include the C system headers to <mojo/system/*.h>. by Viet-Trung Luu · 9 years ago
- 7f48979 Rust: Add Mojom encoding by Michael Anthony Knyszek · 9 years ago
- eaa9afc Fix many bugs in the new go generator. by Alexandre Zani · 9 years ago
- 73f3ab4 Change the canonical way to include the C result.h to <mojo/result.h>. by Viet-Trung Luu · 9 years ago
- 4fcdad0 Change the canonical way to include the C macros.h to <mojo/macros.h>. by Viet-Trung Luu · 9 years ago
- 6b5fb12 C bindings string descriptor: Use field initializers. by Vardhan Mudunuru · 9 years ago
- ee5c8d5 C bindings: Implement _DeepCopy() & some unittests. by Vardhan Mudunuru · 9 years ago
- 2c230de Initialize some more fields in .../c/bindings/tests/array_unittest.cc. by Viet-Trung Luu · 9 years ago
- 7f3395a C bindings: Fix g_mojom_string_type_description. by Viet-Trung Luu · 9 years ago
- b2bba0a Remove EOL whitespace. by Viet-Trung Luu · 9 years ago
- 0a20c1d C bindings: Fix signed comparsion. by Vardhan Mudunuru · 9 years ago
- f14eec8 Make mojom targets only depend on bindings:core, instead of bindings. by Viet-Trung Luu · 9 years ago
- 8dab171 C bindings: Implement _Validate(), and some pre-requisites by Vardhan Mudunuru · 9 years ago
- 32a0f2c mojom.gni: Depend on generator binary directly instead of .sha1 by Vardhan Mudunuru · 9 years ago
- 7a8df33 Fix Wmissing-field-initializers warnings in C bindings unittests by James Robinson · 9 years ago
- 18cae37 C generator: Fix map type descriptor generation, generate definitions for interfaces, and other drive-by. by Vardhan Mudunuru · 9 years ago
- c7f912f Rust: Add event loop by Michael Anthony Knyszek · 9 years ago
- 2f362c3 mojo/public/c/system/data_pipe_unittests fixes by James Robinson · 9 years ago
- 27ac3c6 Fix numerous bugs in the new go bindings generator. by Alexandre Zani · 9 years ago
- 6edf356 Check dart sources with --fatal-lints --fatal-hints by Ian McKellar · 9 years ago
- ecf86ab Rust: Fix static linking error for tests by Michael Anthony Knyszek · 9 years ago
- 0ce253e Rust: Add wait set primitive by Michael Anthony Knyszek · 9 years ago
- 16da43c C bindings: Implement *DecodePointersAndHandles() with some preliminary unittests. by Vardhan Mudunuru · 9 years ago
- ede467e Move interface_ptr_set.h and strong_binding_set.h to mojo/public/cpp/bindings. by Viet-Trung Luu · 9 years ago
- cb60581 Move binding_set.h to mojo/public/cpp/bindings and reorganize the targets a bit. by Viet-Trung Luu · 9 years ago
- b81b2b2 Add a perf test for async wait and fix a bug in mojo::RunLoop. by Viet-Trung Luu · 9 years ago
- be07565 C bindings: Implement *EncodePointersAndHandles() with some preliminary unittests. by Vardhan Mudunuru · 9 years ago
- 19b1cc2 Re-implement mojo::RunLoop using wait sets. by Viet-Trung Luu · 9 years ago
- ff9b6c3 Dart: Fixes enum array encoding by Zachary Anderson · 9 years ago
- 5a7918e Make MojoAsyncWaitID a uint64_t instead of a uintptr_t. by Viet-Trung Luu · 9 years ago
- 39fb7fb Rust: Add initial bindings and examples by Michael Anthony Knyszek · 9 years ago
- b93681a Add a comment saying that MojoDuplicateBufferHandle() is deprecated. by Viet-Trung Luu · 9 years ago
- 41be7e5 Add C++ wrappers for the handle rights and duplication/replacement stuff. by Viet-Trung Luu · 9 years ago
- e942125 Split mojo/public/cpp/system/tests/core_unittest.cc, part 2 (of 2, apparently). by Viet-Trung Luu · 9 years ago
- 335e735 C bindings: Implement *ComputeSerializedSize() and some preliminary unittests by Vardhan Mudunuru · 9 years ago
- 0c46c3e Fix some comments in mojo/public/c/system. by Viet-Trung Luu · 9 years ago
- decd9b8 Make the mojo::WaitMany() wrapper insist on std::vectors. by Viet-Trung Luu · 9 years ago
- ca8826d Make MojoWaitMany() accept zero handles. by Viet-Trung Luu · 9 years ago
- 46a8274 Split mojo/public/cpp/system/tests/core_unittest.cc, part 1. by Viet-Trung Luu · 9 years ago
- eb0230f Rationalize mojo_public_*tests targets. by Viet-Trung Luu · 9 years ago
- 598c30c Remove some #ifdef __native_client__ on tests. by Viet-Trung Luu · 9 years ago
- 9b1049b Add C++ wrappers for the wait set functions. by Viet-Trung Luu · 9 years ago
- c687af5 Generate go files in the go/src directory. by Alexandre Zani · 9 years ago
- 039ead1 Add some perftests for wait sets. by Viet-Trung Luu · 9 years ago
- caa232b Reorganize and modernize the perftests in mojo/public/c/system/tests. by Viet-Trung Luu · 9 years ago
- f6a1b37 Add thunks for wait set operations, together with public tests. by Viet-Trung Luu · 9 years ago
- 25f1cd5 Add Core methods for wait set. by Viet-Trung Luu · 9 years ago
- 822e215 Switch back to the old go generator. by Alexandre Zani · 9 years ago
- d6639ab Implement WaitSetDispatcher::WaitSetWaitImpl(). by Viet-Trung Luu · 9 years ago
- 2ff007f Switch to the new go generator in the mojo tree. (does not affect known clients) by Alexandre Zani · 9 years ago
- 9d3e33b C bindings generator: fix padding computation, and handle size. by Vardhan Mudunuru · 9 years ago
- c733925 C bindings: MojomArray_New() utility for allocating+initializing mojom arrays. by Vardhan Mudunuru · 9 years ago
- d652727 C bindings generator: Some fixes caught by unittests (in a future CL). by Vardhan Mudunuru · 9 years ago
- 792c99a Dart: Allow null method callbacks by Zachary Anderson · 9 years ago
- 25eee97 New go generator shakedown. by Alexandre Zani · 9 years ago
- 91726a8 C bindings pt3: Type table definitions and barebones files to get generated code to compile. by Vardhan Mudunuru · 9 years ago
- 41379d0 Roll buildtools to 3780bc523aad1d68a5bd00e05c453a80b2ba0b35 by James Robinson · 9 years ago
- 4fdeace Nuke NaCl SFI, part 3. by Viet-Trung Luu · 9 years ago
- 17af787 Add c.sha1 as a dependency to the generator sources. by Vardhan Mudunuru · 9 years ago
- 61f6e5e Mojom C Generator: Small fixes to get generated C bindings to compile. by Vardhan Mudunuru · 9 years ago
- 69e1e66 Mojo C bindings pt2: Mojom message and validation. by Vardhan Mudunuru · 9 years ago
- d305273 Dart: Tighten generated bindings a bit by Zachary Anderson · 9 years ago
- ccf9ba6 MojoWaitSetRemove() should return MOJO_RESULT_NOT_FOUND for the ... "not found" case. by Viet-Trung Luu · 9 years ago
- 8bed3de Mojom target for generating & building C bindings. by Vardhan Mudunuru · 9 years ago
- b200aa6 Mojo C bindings library pt1: MojomBuffer by Vardhan Mudunuru · 9 years ago
- d144b8a Some more fixes to mojo/public/c/system/wait_set.h. by Viet-Trung Luu · 9 years ago
- f267cde Nuke NaCl SFI, part 2. by Viet-Trung Luu · 9 years ago
- 4004d64 Dart: Run callbacks in the correct Zone. by Zachary Anderson · 9 years ago
- edccd0c Add Dispatcher methods for wait sets. by Viet-Trung Luu · 9 years ago
- 2f74b03 Update monet to a43ba80ef9ea611a41fb958940521cd22d98e605. by Viet-Trung Luu · 9 years ago
- 156950f Plumb MojoReplaceHandleWithReducedRights() out. by Viet-Trung Luu · 9 years ago
- 4b82223 Dart: Futures -> Callbacks. by Zachary Anderson · 9 years ago
- eae5ab9 Dart: Add warning to the top of .mojom.dart files by Zachary Anderson · 9 years ago