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
fdadc02
deps: upgrade to V8 4.9.385.18
ofrobots Jan 24, 2016
c0e11d8
deps: edit v8 gitignore to allow trace_event copy
ofrobots Jan 15, 2016
4b65870
deps: add V8 DEP trace_event
ofrobots Jan 15, 2016
c51d488
test: fix tests after V8 upgrade
targos Jan 22, 2016
9796b0c
test: fix proxy tab-completion test
ofrobots Jan 24, 2016
4c1433d
lib: wrap tick_processor scripts in IIFE
ofrobots Jan 24, 2016
01de50d
src: fix String::NewFromOneByte deprecation warnings
targos Jan 22, 2016
4a341b0
src: fix TryCatch deprecation warnings
targos Jan 26, 2016
e4ad3ab
src: fix NewInstance deprecation warnings
targos Jan 26, 2016
b2d8ef1
src: replace usage of deprecated ForceSet
targos Feb 8, 2016
653cea2
src: replace usage of deprecated Compile
targos Feb 8, 2016
d6eaa4a
src: replace usage of deprecated CompileUnbound
targos Feb 8, 2016
ed0748b
src: replace usage of deprecated Delete
targos Feb 8, 2016
f22be64
src: replace usage of deprecated GetEndColumn
targos Feb 8, 2016
f0493fb
src: replace usage of deprecated Has
targos Feb 8, 2016
161c45e
src: replace usage of deprecated HasOwnProperty
targos Feb 8, 2016
150efa6
src: replace usage of deprecated TerminateExecution
targos Feb 9, 2016
b16d7a6
src: replace usage of deprecated CancelTerminateExecution
targos Feb 9, 2016
103ab9e
src: replace usage of deprecated SetMessageHandler
targos Feb 9, 2016
6c798e3
src: replace usage of deprecated GetDebugContext
targos Feb 9, 2016
d47a982
src: replace usage of deprecated ProcessDebugMessages
targos Feb 9, 2016
2e6934c
src: replace usage of deprecated SetAccessor
ofrobots Feb 12, 2016
0aaacb5
src: fix deprecated SetWeak usage in base-object
ofrobots Feb 13, 2016
a942d56
buffer: cleanup CallbackInfo
ofrobots Feb 14, 2016
7a863af
buffer: replace deprecated SetWeak usage
ofrobots Feb 14, 2016
266c409
contextify: cleanup weak ref for global proxy
ofrobots Feb 23, 2016
8a94957
contextify: cleanup weak ref for sandbox
ofrobots Feb 23, 2016
87a0ac7
contextify: replace deprecated SetWeak usage
ofrobots Feb 23, 2016
3921770
contextify: cache sandbox and context in locals
ofrobots Feb 24, 2016
fee485e
src: update uses of deprecated NewExternal
ofrobots Feb 23, 2016
32a3b43
src: replace deprecated SetWeak in object_wrap
ofrobots Feb 29, 2016
de592da
build: do not ignore errors during build-addons
ofrobots Mar 1, 2016
5c284eb
buffer: avoid undefined behaviour
ofrobots Feb 29, 2016
c150290
deps: upgrade to V8 4.9.385.27
ofrobots Feb 29, 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 @@ -120,7 +120,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