Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f5ba0dc
deps: upgrade to V8 4.9.385.18
ofrobots Mar 1, 2016
32f4258
deps: edit v8 gitignore to allow trace_event copy
ofrobots Jan 15, 2016
1fd48c4
deps: add V8 DEP trace_event
ofrobots Jan 15, 2016
e31a8f9
test: fix tests after V8 upgrade
targos Jan 22, 2016
0faed0b
test: fix proxy tab-completion test
ofrobots Jan 24, 2016
513a895
lib: wrap tick_processor scripts in IIFE
ofrobots Jan 24, 2016
3b131cf
src: replace deprecated String::NewFromOneByte
targos Jan 22, 2016
330f757
src: fix TryCatch deprecation warnings
targos Jan 26, 2016
fc40040
src: replace usage of deprecated Compile
targos Feb 8, 2016
3d41cf8
src: replace usage of deprecated CompileUnbound
targos Feb 8, 2016
a72f071
src: replace usage of deprecated Delete
targos Feb 8, 2016
b858bd8
src: replace usage of deprecated GetEndColumn
targos Feb 8, 2016
5d17c65
src: replace usage of deprecated Has
targos Feb 8, 2016
9d26e5b
src: replace usage of deprecated HasOwnProperty
targos Feb 8, 2016
85b817e
src: replace deprecated TerminateExecution
targos Feb 9, 2016
0d514f1
src: replace deprecated CancelTerminateExecution
targos Feb 9, 2016
6b0e7fd
src: replace usage of deprecated SetMessageHandler
targos Feb 9, 2016
185cfb3
src: replace usage of deprecated GetDebugContext
targos Feb 9, 2016
1b07e1c
src: replace deprecated ProcessDebugMessages
targos Feb 9, 2016
ea4f27c
src: replace usage of deprecated SetAccessor
ofrobots Feb 12, 2016
bdbd3a2
src: fix deprecated SetWeak usage in base-object
ofrobots Feb 13, 2016
8d6ae3b
buffer: cleanup CallbackInfo
ofrobots Feb 14, 2016
9e5cd28
buffer: replace deprecated SetWeak usage
ofrobots Feb 14, 2016
14faaaa
contextify: cleanup weak ref for global proxy
ofrobots Feb 23, 2016
5076a38
contextify: cleanup weak ref for sandbox
ofrobots Feb 23, 2016
975ffe3
contextify: replace deprecated SetWeak usage
ofrobots Feb 23, 2016
73c4768
contextify: cache sandbox and context in locals
ofrobots Feb 24, 2016
8b64715
src: update uses of deprecated NewExternal
ofrobots Feb 23, 2016
fc05e2d
src: replace deprecated SetWeak in object_wrap
ofrobots Feb 29, 2016
907386f
build: do not ignore errors during build-addons
ofrobots Mar 1, 2016
67e2ff3
buffer: avoid undefined behaviour
ofrobots Feb 29, 2016
051d604
deps: upgrade to V8 4.9.385.27
ofrobots Feb 29, 2016
02cf4d7
src: replace usage of deprecated ForceSet
targos Feb 8, 2016
360f04d
src: fix NewInstance deprecation warnings
targos Jan 26, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ test/addons/.buildstamp: $(ADDONS_BINDING_GYPS) | test/addons/.docbuildstamp
for dirname in test/addons/*/; do \
$(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \
--directory="$$PWD/$$dirname" \
--nodedir="$$PWD"; \
--nodedir="$$PWD" || exit 1 ; \
done
touch $@

Expand Down
1 change: 1 addition & 0 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.cproject
.d8_history
.gclient_entries
.gdb_history
.landmines
.project
.pydevproject
Expand Down
5 changes: 4 additions & 1 deletion deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ StrongLoop, Inc. <*@strongloop.com>
Aaron Bieber <deftly@gmail.com>
Abdulla Kamar <abdulla.kamar@gmail.com>
Akinori MUSHA <knu@FreeBSD.org>
Alex Kodat <akodat@rocketsoftware.com>
Alexander Botero-Lowry <alexbl@FreeBSD.org>
Alexander Karpinsky <homm86@gmail.com>
Alexandre Vassalotti <avassalotti@gmail.com>
Expand All @@ -51,6 +52,7 @@ Daniel James <dnljms@gmail.com>
Douglas Crosher <dtc-v8@scieneer.com>
Dusan Milosavljevic <dusan.m.milosavljevic@gmail.com>
Erich Ocean <erich.ocean@me.com>
Evan Lucas <evan.lucas@help.com>
Fedor Indutny <fedor@indutny.com>
Felix Geisendörfer <haimuiba@gmail.com>
Filipe David Manana <fdmanana@gmail.com>
Expand Down Expand Up @@ -102,7 +104,8 @@ Stefan Penner <stefan.penner@gmail.com>
Tobias Burnus <burnus@net-b.de>
Victor Costan <costan@gmail.com>
Vlad Burlik <vladbph@gmail.com>
Vladimir Krivosheev <develar@gmail.com>
Vladimir Shutoff <vovan@shutoff.ru>
Yu Yin <xwafish@gmail.com>
Zhongping Wang <kewpie.w.zp@gmail.com>
柳荣一 <admin@web-tinker.com>
柳荣一 <admin@web-tinker.com>
Loading