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