summaryrefslogtreecommitdiffstats
path: root/mojo/public/c
Commit message (Expand)AuthorAgeFilesLines
* Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused localpkasting2014-10-143-32/+23
* Add mojo <--> net IO adapters.brettw2014-10-101-3/+4
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-071-1/+1
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-072-2/+2
* Mojo: Change MOJO_COMPILE_ASSERT -> static_assert in mojo/.viettrungluu2014-10-076-30/+23
* Move mojo edk into mojo/edkjamesr2014-10-031-4/+4
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-4/+4
* Move mojo edk into mojo/edkJames Robinson2014-10-031-4/+4
* Mojo: MOJO_OVERRIDE -> override in mojo/.Viet-Trung Luu2014-09-291-2/+2
* Make gn check //mojo/public/* passjamesr2014-09-264-13/+44
* GN: Replace mojo/system.gni with forwarding groupsjamesr2014-09-161-0/+26
* GN rules for everything in //mojojamesr2014-09-151-0/+18
* Mojo + NaCl prototype.ncbray2014-09-111-2/+11
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* mojo: first take on removing mojo_main_{chromium,standalone}.tim@chromium.org2014-08-212-0/+36
* GN: Build rules and fixes for (almost) all mojo unittest targetsjamesr@chromium.org2014-08-212-0/+41
* Mojo: clang-format mojo/public/c/... and add a presubmit check.viettrungluu@chromium.org2014-08-1411-194/+232
* Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headersjamesr@chromium.org2014-08-134-0/+99
* Make async waiter explicit MojoGLES2CreateContext paramjamesr@chromium.org2014-08-121-6/+5
* mojo: Reland "Convert gles2 to the new thunking system."erg@chromium.org2014-08-121-0/+7
* Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..."rkc@chromium.org2014-08-091-7/+0
* mojo: Reland "Convert gles2 to the new thunking system."erg@chromium.org2014-08-091-0/+7
* Revert of mojo: Convert gles2 to the new thunking system (https://codereview....tapted@chromium.org2014-07-301-7/+0
* mojo: Convert gles2 to the new thunking system.erg@chromium.org2014-07-301-0/+7
* Mojo: Update comments in public/c/system/*.h.viettrungluu@chromium.org2014-07-283-30/+28
* Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoopjamesr@chromium.org2014-07-252-6/+0
* Mojo: Rewrite comments in mojo/public/c/environment/async_waiter.h.viettrungluu@chromium.org2014-07-171-6/+41
* Re-land "Add GN build targets for the rest of mojo/public"cmasone@chromium.org2014-07-171-0/+28
* Revert 283490 "Add GN build targets for the rest of mojo/public"petewil@chromium.org2014-07-161-28/+0
* Add GN build targets for the rest of mojo/publiccmasone@chromium.org2014-07-161-0/+28
* Adding WaitForIncomingMethodCall for InterfacePtrqsr@chromium.org2014-06-271-0/+14
* Mojo: Improve comments for MojoWait/MojoWaitMany.viettrungluu@chromium.org2014-06-261-8/+29
* Revert of Adding WaitForIncomingMethodCall for InterfacePtr (https://coderevi...avi@chromium.org2014-06-261-14/+0
* Adding WaitForIncomingMethodCall for InterfacePtrqsr@chromium.org2014-06-261-0/+14
* Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment.viettrungluu@chromium.org2014-06-191-1/+11
* Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState.viettrungluu@chromium.org2014-06-181-4/+3
* Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_....viettrungluu@chromium.org2014-06-184-29/+26
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-185-39/+42
* Mojo: Add a C definition for MOJO_LOG_LEVEL_VERBOSE.viettrungluu@chromium.org2014-06-171-0/+1
* Mojo: Add GetMinimumLogLevel() to the logger interface.viettrungluu@chromium.org2014-06-171-0/+11
* Mojo: Add C-correct void parameters for functions with no parameters.viettrungluu@chromium.org2014-06-162-3/+3
* Mojo: Add basic logging facilities to environment.viettrungluu@chromium.org2014-06-141-0/+32
* Mojo: Make |MojoAsyncWaiter|s const and remove the MojoAsyncWaiter* argument ...viettrungluu@chromium.org2014-06-142-13/+3
* Mojo: Trim #includes in mojo/public/c.viettrungluu@chromium.org2014-06-142-2/+2
* Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object.viettrungluu@chromium.org2014-06-121-0/+13
* Mojo: Add a MojoCreateMessagePipeOptions struct parameter to MojoCreateMessag...viettrungluu@chromium.org2014-06-104-8/+40
* Mojo: Add more comments to mojo/public/c/system/buffer.h.viettrungluu@chromium.org2014-06-052-16/+62
* Mojo: Require our public options structs to be aligned like int64_t's.viettrungluu@chromium.org2014-05-294-3/+65
* Mojo: Move (shared) buffer types/constants/functions from mojo/public/c/syste...viettrungluu@chromium.org2014-05-282-132/+144
* Mojo: Move data pipe types/constants/functions from mojo/public/c/system/core...viettrungluu@chromium.org2014-05-283-343/+367