Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abbad66

Browse filesBrowse files
committed
deps: update V8 to 5.1.281.75
Pick up the latest branch-head for V8 5.1. This branch brings in improved language support and performance improvements. For full details: http://v8project.blogspot.com/2016/04/v8-release-51.html * Picks up the latest branch head for 5.1 [1] * Edit v8 gitignore to allow trace_event copy * Update V8 DEP trace_event as per deps/v8/DEPS [2] [1] https://chromium.googlesource.com/v8/v8.git/+/5.1.281.75 [2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665 Introduces a semver-minor overload of v8::Function::New() for use by v8_inspector. PR-URL: #8054 Refs: #7016 Refs: #7586 Refs: #7615 Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net> Reviewed-By: thealphanerd - Myles Borins <myles.borins@gmail.com> Reviewed-By: mhdawson - Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
1 parent 92ecbc4 commit abbad66
Copy full SHA for abbad66

File tree

Expand file treeCollapse file tree

1,482 files changed

+279466
-62437
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

1,482 files changed

+279466
-62437
lines changed
Open diff view settings
Collapse file

‎deps/v8/.ycm_extra_conf.py‎

Copy file name to clipboardExpand all lines: deps/v8/.ycm_extra_conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Flags from YCM's default config.
4343
flags = [
4444
'-DUSE_CLANG_COMPLETER',
45-
'-std=gnu++0x',
45+
'-std=gnu++11',
4646
'-x',
4747
'c++',
4848
]
Collapse file

‎deps/v8/AUTHORS‎

Copy file name to clipboardExpand all lines: deps/v8/AUTHORS
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Jianghua Yang <jianghua.yjh@alibaba-inc.com>
7171
Joel Stanley <joel@jms.id.au>
7272
Johan Bergström <johan@bergstroem.nu>
7373
Jonathan Liu <net147@gmail.com>
74+
Julien Brianceau <jbriance@cisco.com>
7475
JunHo Seo <sejunho@gmail.com>
7576
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
7677
Karl Skomski <karl@skomski.com>
@@ -87,6 +88,7 @@ Michael Smith <mike@w3.org>
8788
Mike Gilbert <floppymaster@gmail.com>
8889
Mike Pennisi <mike@mikepennisi.com>
8990
Milton Chiang <milton.chiang@mediatek.com>
91+
Myeong-bo Shim <m0609.shim@samsung.com>
9092
Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net>
9193
Paolo Giarrusso <p.giarrusso@gmail.com>
9294
Patrick Gansterer <paroga@paroga.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.