Ben Noordhuis
edea4122b1
Revert "Upgrade V8 to 3.7.1"
This reverts commit 92f5a5d3ca
.
V8 3.7.1 in debug mode on ia32 has a curious race-like bug where an fs.Stats
object is not fully formed until some time after it's created. This is easy
to demonstrate by running `make test-debug`.
V8 3.7.0 does not exhibit this behaviour so back we go.
Fixes #1981 .
13 years ago
Ryan Dahl
92f5a5d3ca
Upgrade V8 to 3.7.1
13 years ago
Ryan Dahl
33b5f2f779
Upgrade V8 to 3.7.0
13 years ago
Ryan Dahl
3b1d656da5
Revert "Upgrade V8 to 3.6.6"
Not stable enough.
- Windows snapshot linking broken
- Linux crash on ./node_g test/simple/test-stream-pipe-multi.js
This reverts commit 56e6952e63
.
13 years ago
Ryan Dahl
56e6952e63
Upgrade V8 to 3.6.6
13 years ago
Ryan Dahl
1b15af9dd2
Upgrade V8 to 3.6.4
13 years ago
Ben Noordhuis
718032777d
v8: move __C99FEATURES__=1 into common.gypi
13 years ago
Ben Noordhuis
77e4abbc3e
v8: add platform-solaris.cc to gyp build
14 years ago
Ben Noordhuis
d104e5b91c
v8: compile with __C99FEATURES__=1 on sunos
Exposes INFINITY, isinf(), isfinite(), etc.
14 years ago
Ryan Dahl
03c2f62020
Upgrade V8 to 3.6.2
14 years ago
Ryan Dahl
b68c6bac96
Fix Windows build
14 years ago
Ryan Dahl
da00ff4999
Upgrade V8 to 3.5.9.1
14 years ago
Ryan Dahl
b15ab5de51
Upgrade V8 to 3.5.7
14 years ago
Ryan Dahl
05e6f318c6
Upgrade V8 to 3.5.6
14 years ago
Ryan Dahl
25a5e90289
Fix GYP build on OSX
Broken due to DOS line endings.
./configure-gyp
make -f Makefile-gyp
14 years ago
Peter Bright
16788f461a
Rename gyp files to produce useful solution names.
Hoist common settings into common.gypi.
Restrict v8's common.gypi to v8 projects.
Ensure v8 doesn't use /MP in debug builds.
Add basic settings for other platforms.
Make uv import common.gypi properly.
Remove LTCG warning.
14 years ago
Ryan Dahl
89bed19513
Upgrade V8 to v3.5.4
14 years ago
Peter Bright
b88c48177a
V8 GYP should attempt to not use cygwin.
14 years ago
Ryan Dahl
ef1be160d6
Upgrade V8 to 3.4.12.1
14 years ago
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
14 years ago
Ryan Dahl
149562555c
Downgrade V8 to 3.1.8.25
There are serious performance regressions both in V8 and our own legacy
networking stack. Until we correct our own problems we are going back to the
old V8.
14 years ago
Ryan Dahl
33af2720f2
Upgrade V8 to 3.4.8
14 years ago
Ryan Dahl
e33e7d1a37
Upgrade V8 to 3.1.6
14 years ago
Ryan Dahl
550f73ae3e
Upgrade V8 to 3.1.5
14 years ago
Ryan Dahl
a0702b54d1
Upgrade V8 to 3.1.2
14 years ago
Ryan Dahl
7eaa956bae
Upgrade V8 to 3.0.12
14 years ago
Ryan Dahl
4c5e570706
Upgrade V8 to 3.0.10
14 years ago
Ryan Dahl
b8f006ef72
Upgrade V8 to 3.0.9
14 years ago
Ryan Dahl
cf2e4f44af
Upgrade V8 to 3.0.8
14 years ago
Ryan Dahl
1a894b39b3
Upgrade V8 to 3.0.4
14 years ago
Ryan Dahl
7d425a0a16
Upgrade V8 to 3.0.3
14 years ago
Ryan Dahl
ea700a8851
Upgrade V8 to 3.0.2
14 years ago
Ryan Dahl
1d78159e8f
Upgrade V8 to 3.0.1
14 years ago
Ryan Dahl
c30f113712
Upgrade V8 to 3.0.0
14 years ago
Ryan Dahl
7286b79521
Upgrade V8 to 2.5.9.1
14 years ago
Ryan Dahl
73318fa09d
Upgrade V8 to 2.5.8
14 years ago
Ryan Dahl
cbdcc1d5f3
Upgrade V8 to 2.5.7
14 years ago
Ryan Dahl
03fa258df7
Revert "Upgrade V8 to 2.5.6"
This reverts commit 564a48643b
.
Breaks cygwin
14 years ago
Ryan Dahl
564a48643b
Upgrade V8 to 2.5.6
14 years ago
Ryan Dahl
3b861db31d
Upgrade V8 to 2.5.1
14 years ago
Ryan Dahl
1b2f6f9e29
Upgrade V8 to 2.5.0
14 years ago
Ryan Dahl
c9627e0a0d
Upgrade V8 to 2.4.7
14 years ago
Ryan Dahl
8796ed2278
Upgrade V8 to 2.4.2
15 years ago
Ryan Dahl
91757fa840
Upgrade V8 to 2.3.8
15 years ago
Ryan Dahl
4bbab14346
Revert "Upgrade V8 to 2.3.7"
This reverts commit 083ee0f8b7
.
V8 build broken on cygwin:
./deps/v8/src/handles.h:62: instantiated from `T*
v8::internal::Handle<T>::operator->() const [with T = v8::internal::Code]'
./deps/v8/src/accessors.cc:396: instantiated from here
./deps/v8/src/handles-inl.h:50:
error: call of overloaded `BitCast(v8::internal::Code** const&)' is
ambiguous
./deps/v8/src/utils.h:732: note: candidates are: Dest
v8::internal::BitCast(const Source&) [with Dest = v8::internal::Code**,
Source = v8::internal::Code**]
./deps/v8/src/utils.h:743:
note: Dest v8::internal::BitCast(Source* const&) [with Dest
= v8::internal::Code**, Source = v8::internal::Code*]
scons: *** [obj/release/accessors.o] Error 1
15 years ago
Ryan Dahl
083ee0f8b7
Upgrade V8 to 2.3.7
15 years ago
Ryan Dahl
e4eeaa7fbc
Upgrade V8 to 2.3.2
15 years ago
Ryan Dahl
facb904c5d
Upgrade V8 to 2.2.23
15 years ago
Ryan Dahl
d4345e1ff8
Upgrade V8 to 2.2.12
15 years ago
Ryan Dahl
2b34363d03
Upgrade V8 to 2.2.11
15 years ago