[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / libplatform / default-platform.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-07-15 ulanAdd IdleTask API to v8::Platform.
2015-06-17 ulanAdd V8 platform API to call delayed task.
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-10-06 rmcilroy@chromium.orgAdd MonotonicallyIncreasingTime to V8 Platform.
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-07-03 jochen@chromium.orgAdd an API to pump the message loop to libplatform
2014-07-01 jochen@chromium.orgMove libplatform files into v8::platform namespace
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 jochen@chromium.orgReland 20962 "Break cyclic reference between utils...
2014-04-25 jochen@chromium.orgRevert 20962 "Break cyclic reference between utils...
2014-04-25 jochen@chromium.orgBreak cyclic reference between utils and platform.
2014-04-23 jochen@chromium.orgExtract common macros and start a base library
2014-02-20 jochen@chromium.orgEnsure that the worker pool is running if we intend...
2013-12-20 jochen@chromium.orgLazily initialize thread pool to avoid allocating all...
2013-12-20 jochen@chromium.org[platform] Implement a worker pool