[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / libplatform / default-platform.cc
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-07-15 ulanAdd IdleTask API to v8::Platform.
2015-07-02 ulanFix data-race in default implementation of delayed...
2015-07-02 ulanFix memory-leak in default platform implementation...
2015-06-17 ulanAdd V8 platform API to call delayed task.
2014-10-06 rmcilroy@chromium.orgAdd MonotonicallyIncreasingTime to V8 Platform.
2014-08-27 bmeurer@chromium.orgSync our homegrown SysInfo replacement with the one...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-03 jochen@chromium.orgAdd an API to pump the message loop to libplatform
2014-07-03 jochen@chromium.orgSplit out libplatform into a separate libary
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-05-26 jochen@chromium.orgMove NumberOfProcessorsOnline from CPU to OS
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.
2013-12-20 jochen@chromium.orgAlways terminate the task queue
2013-12-20 jochen@chromium.orgLazily initialize thread pool to avoid allocating all...
2013-12-20 jochen@chromium.org[platform] Implement a worker pool