Ryan Dahl
1cf26e2bf1
Upgrade V8 to 3.6.6.11
13 years ago
Ben Noordhuis
4f8a0cd2f9
v8: add platform-solaris.cc to gyp build
Re-applies 77e4abbc3e
, lost in a V8 upgrade.
13 years ago
Ben Noordhuis
2c52ccea80
v8: compile with __C99FEATURES__=1 on sunos
Exposes INFINITY, isinf(), isfinite(), etc.
Re-applies d104e5b91c
, lost in a V8 upgrade.
13 years ago
Ryan Dahl
17a82e72f4
Upgrade V8 to 3.6.6.8
13 years ago
Ryan Dahl
0ba8f05a42
Upgrade V8 to 3.6.6.7
13 years ago
Ryan Dahl
2dd68af334
Remove -Werror from V8 build
13 years ago
Ryan Dahl
0e9c1ca673
Downgrade V8 to 3.6.4
13 years ago
Ben Noordhuis
818f0cba55
v8: fix freebsd build, implement VirtualMemory class
13 years ago
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
Bert Belder
6a6a70e80e
Fix v8 build on Windows
There's probably a better way to fix this
13 years ago
Ben Noordhuis
b9529545e1
v8: implement VirtualMemory class on SunOS
Unbreaks build on SunOS. Re-applies 4908e5bf7a
.
13 years ago
Ryan Dahl
92f5a5d3ca
Upgrade V8 to 3.7.1
13 years ago
Igor Zinkovsky
107b05772a
build: fix windows build
13 years ago
Ben Noordhuis
4908e5bf7a
v8: implement VirtualMemory class on SunOS
Unbreaks build on SunOS. Un-reverts 9bbca99107
.
13 years ago
Ryan Dahl
33b5f2f779
Upgrade V8 to 3.7.0
13 years ago
Ben Noordhuis
6cb1d26924
v8: fix gyp build on windows
13 years ago
Ryan Dahl
07703fa78e
Revert "v8: implement VirtualMemory class on SunOS"
This reverts commit 9bbca99107
.
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
Ben Noordhuis
9bbca99107
v8: implement VirtualMemory class on SunOS
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
13 years ago
Ben Noordhuis
d104e5b91c
v8: compile with __C99FEATURES__=1 on sunos
Exposes INFINITY, isinf(), isfinite(), etc.
13 years ago
Ryan Dahl
03c2f62020
Upgrade V8 to 3.6.2
13 years ago
Ryan Dahl
0bca54444a
Upgrade V8 to 3.6.1
13 years ago
Ryan Dahl
d8f7a8655f
Strip V8 -Werror
13 years ago
Ryan Dahl
b68c6bac96
Fix Windows build
13 years ago
Ryan Dahl
da00ff4999
Upgrade V8 to 3.5.9.1
13 years ago
jkummerow@chromium.org
b5643cb2a6
v8: remove unnecessary break-after-return in switch statement
BUG=v8:1642
Review URL: http://codereview.chromium.org/7781007
This is a back-port of upstream r9043. Fixes build on OS X 10.5.
13 years ago
Ryan Dahl
028908ab7c
Upgrade V8 to 3.5.8
13 years ago
Ryan Dahl
b15ab5de51
Upgrade V8 to 3.5.7
13 years ago
Ryan Dahl
05e6f318c6
Upgrade V8 to 3.5.6
13 years ago
Ryan Dahl
25a5e90289
Fix GYP build on OSX
Broken due to DOS line endings.
./configure-gyp
make -f Makefile-gyp
13 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.
13 years ago
Ryan Dahl
89bed19513
Upgrade V8 to v3.5.4
13 years ago
Peter Bright
b88c48177a
V8 GYP should attempt to not use cygwin.
13 years ago
Ryan Dahl
f55f478523
add deps/v8/build ???
13 years ago
Ryan Dahl
eeece4f5ea
Upgrade V8 to 3.5.3
13 years ago
Bert Belder
a962cca390
V8: Don't use mprotect on Cygwin as virtual memory is managed directly via WinAPI calls.
Upstream fix: http://codereview.chromium.org/7549009
13 years ago
Ryan Dahl
f319e12621
Upgrade V8 to 3.4.14
13 years ago
Ben Noordhuis
e5cceffe6a
Replace reinterpret_cast with BitCast in deoptimizer to please certain compilers.
This is a back-port of upstream V8 rev 8672.
Fixes #1354 .
13 years ago
Ben Noordhuis
9f9a4cb928
Fix Math.pow crashes on machines without SSE2.
This is a back-port of r8577 from V8's upstream 3.1 branch.
Fixes #829 .
13 years ago
Ben Noordhuis
61dfe5d2a9
Revert dcf6955: Fix V8 mingw32 build
Patch has been merged upstream in V8 3.4.6.
Fixes #1351 .
13 years ago
Ryan Dahl
ef1be160d6
Upgrade V8 to 3.4.12.1
13 years ago
vegorov@chromium.org
17bff6082a
Correctly propagate toolchain setting in SConstruct.
Patch by Bert Belder.
Review URL: http://codereview.chromium.org/7309014
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
vegorov@chromium.org
442c5c95ad
MinGW32: define STRUNCATE and change strncpy_s implementation to follow specification.
This fixes the debug build for MinGW32
Patch by Bert Belder.
Review URL: http://codereview.chromium.org/7308007
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8552 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 years ago
Henry Rawas
dcf6955c10
Fix V8 mingw32 build
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
14 years ago
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
14 years ago
Ryan Dahl
073fbea0f5
Bring back execScript
Undoing
http://codereview.chromium.org/7060008
https://groups.google.com/forum/#!topic/v8-dev/JTRHrPHFBts
14 years ago