Igor Zinkovsky
70a393ea9a
update libuv to 9a5c1bad90
13 years ago
isaacs
fde26002f1
v8: Remove OutputDirectory from build/common.gypi
13 years ago
isaacs
f4641bd4de
Update v8 to 3.9.9
13 years ago
isaacs
ca0986fbd1
Update npm to 1.1.2
13 years ago
isaacs
d4d45a1757
Update npm to 1.1.2
13 years ago
Igor Zinkovsky
35c1f682c1
update libuv to c0e7044862
13 years ago
Ben Noordhuis
f0c5165f81
http_parser: upgrade to 62110ef
13 years ago
isaacs
7a1a62ec6e
Upgrade uv to 86ebe48660e
13 years ago
isaacs
de21de920c
2012.02.14, Version 0.7.4 (unstable)
* Upgrade V8 to 3.9.5
* Upgrade npm to 1.1.1
* build: Detect host_arch better (Karl Skomski)
* debugger: export `debug_port` to `process` (Fedor Indutny)
* api docs: CSS bug fixes (isaacs)
* build: use -fPIC for native addons on UNIX (Nathan Rajlich)
* Re-add top-level v8::Locker (Marcel Laverdet)
* Move images out of the dist tarballs (isaacs)
* libuv: Remove uv_export and uv_import (Ben Noordhuis)
* build: Support x64 build on Windows (Igor Zinkovsky)
13 years ago
Fedor Indutny
e7e4f2f3aa
Fix linker error on some gcc version on osx
* See: http://codereview.chromium.org/9382033/
13 years ago
isaacs
3a915b02e8
Upgrade uv to 1d942e2a
13 years ago
isaacs
5041bc1b6c
Patches floating on V8
Only SConstruct and build/common.gypi at this point. All
others are accepted upstream, which greatly simplifies things.
13 years ago
isaacs
68a0c56a7d
Upgrade V8 to 3.9.5
13 years ago
Bert Belder
2e6ad62047
Add libuv test that was omitted in last libuv upgrade
13 years ago
Ben Noordhuis
a27320e00f
uv: upgrade to 4e1f2b1
13 years ago
Igor Zinkovsky
c9f58cc595
upgrade uv to f9be43a564
13 years ago
isaacs
163900dc68
npm: update to 1.1.1
13 years ago
Dave Pacheco
e5ed6b91f4
disable omit-frame-pointer on solaris systems
13 years ago
Igor Zinkovsky
0a347559bf
enable x64 windows build
use "vcbuild x64" to do x64 build of node.exe
13 years ago
isaacs
e5db01ee29
v8: Remove OutputDirectory from build/common.gypi
13 years ago
isaacs
8be699494e
Upgrade V8 to 3.9.2
13 years ago
isaacs
71527e3a55
Patches floating on v8
13 years ago
isaacs
465f57c56f
Upgrade v8 to 3.6.6.20
13 years ago
Bert Belder
67cd05472e
uv: upgrade to 267e75d
13 years ago
isaacs
05471f5c2a
Update v8 to 3.8.9
13 years ago
Bert Belder
fa490f6497
uv: upgrade to 3eb94e9
13 years ago
Igor Zinkovsky
ff40253566
upgrade uv to 812e410772
13 years ago
Ben Noordhuis
4b6164ab49
uv: upgrade to 332b72e
13 years ago
Ben Noordhuis
22e23473ea
uv: upgrade to 16124bb
13 years ago
Ben Noordhuis
14b7c4327f
uv: upgrade to 3de0411
13 years ago
Ben Noordhuis
8a413b076e
uv: upgrade to 3f1bad2
13 years ago
isaacs
f98999cc16
Properly update npm to 1.1.0-3
Thanks @mscdex for spotting this.
13 years ago
isaacs
5c0f039c9c
Update npm to 1.1.0-3
13 years ago
Ben Noordhuis
352febe251
uv: upgrade to 9c76d0d
13 years ago
isaacs
40879f33cd
Upgrade V8 to 3.8.8
13 years ago
Ben Noordhuis
986e612557
uv: upgrade to b88bc43
13 years ago
Ben Noordhuis
2433eeb385
uv: upgrade to 1cca230
13 years ago
Igor Zinkovsky
f5e742b264
upgrade libuv to edbabe6f83
13 years ago
Ben Noordhuis
08ab306afd
uv: upgrade to 497b1ec
13 years ago
isaacs
4afc46d7bc
Upgrade V8 to 3.6.6.19
13 years ago
Ben Noordhuis
0f33768059
v8: link against libsocket and libnsl on sunos
The V8 debugger requires BSD socket support. Solaris-like systems obviously
support that but you need to link against the right libraries, it's not part of
libc.
13 years ago
Ben Noordhuis
90587b1ccb
v8: implement VirtualMemory class on SunOS
Unbreaks build on SunOS. Re-applies 4908e5bf7a
.
13 years ago
Fedor Indutny
4fdec07bd8
Land number collision fix for v8 3.6 by Erik Corry
Update with fixes from: http://codereview.chromium.org/9190001/
13 years ago
Fedor Indutny
1695332941
Land number collision fix for v8 3.6 by Erik Corry
- If V8 snapshots are enabled then the hash is only randomized at build time.
---
backport @10366 , @10367 and @10402 to 3.6
Add seed to hash of numeric keyed properties.
Minor cleanups of numeric seeded hashing patch.
Split NumberDictionary into a randomly seeded and an unseeded version.
We don't want to randomize the stub cache.
Review URL: http://codereview.chromium.org/9190001/
13 years ago
Igor Zinkovsky
2c1025706b
upgrade libuv to 52511b9ddc
13 years ago
Igor Zinkovsky
ab18d72b35
fix windows build
13 years ago
Ryan Dahl
7584225873
Upgrade libuv to joyent/libuv@f5bd21f
13 years ago
isaacs
25410096b4
Update npm to 1.1.0-2
13 years ago
Ryan Dahl
60040a4f36
Upgrade V8 to 3.8.6
13 years ago
Fedor Indutny
f0c629a36b
uv: upgrade to e7758e1
13 years ago