Igor Zinkovsky
f178f2ae3f
upgrade libuv to d68b3d960b6d95bfc16027cecca2f3fa48bcc36f
13 years ago
Ben Noordhuis
ffee873941
build: define _DARWIN_USE_64_BIT_INODE=1 on OS X
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat)
mismatches.
Fixes #2061 .
13 years ago
Igor Zinkovsky
6aa7f6f732
upgrade libuv to ab8c3b85c1
13 years ago
isaacs
9a70d99980
Upgrade npm to 1.1.15
13 years ago
isaacs
6ebe9e0c1d
Upgrade V8 to 3.9.24.7
13 years ago
isaacs
af90faf198
Patches floating on V8
13 years ago
isaacs
4b64542fe0
Upgrade V8 to 3.9.24.6
13 years ago
isaacs
cda3b6ff52
Upgrade npm to 1.1.14
13 years ago
mstarzinger@chromium.org
eb1ff03418
v8: Fix missing initialization of mark-compact flags.
R=svenpanne@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9662056
Cherry-pick of https://v8.googlecode.com/svn/branches/bleeding_edge@11006
13 years ago
isaacs
d227084339
Upgrade libuv to 8409a67
13 years ago
isaacs
a7cd76bb3b
Remove unused fast-list module from npm
13 years ago
isaacs
67f1778065
Upgrade npm to 1.1.12
13 years ago
isaacs
89653cb32f
Upgrade npm to 1.1.10
13 years ago
Ben Noordhuis
44527e6023
deps: upgrade http_parser to joyent/http-parser@b47c44d
13 years ago
isaacs
571a51989e
Upgrade libuv to 66a959c4052
13 years ago
isaacs
f631c1d73b
Update npm to 1.1.9
13 years ago
isaacs
ad5a108dfd
Update uv to 5d21056
13 years ago
isaacs
10dc129a4b
Update npm to 1.1.8
13 years ago
isaacs
4e85257c6e
Patches floating on V8
13 years ago
isaacs
e4fc2cbfd3
Upgrade v8 to 3.9.17
13 years ago
isaacs
bcb0cc0b18
Upgrade npm to 1.1.6
* Fix #472 Adds support for os/cpu fields in package.json (Adam Blackburn)
* Don't use existing pkg if explicit
* Install missing deps, even if they are in bundleDependencies
* bundle node-gyp
* Automatically node-gyp build stuff with a bindings.gyp
* Fix #2230 Unpack in place. No folder renaming malarky
* Never create un-listable directories
* Fix cases where an optionalDependency fails to build
* Always ignore .wafpickle-7 files
* fix shrinkwrap test
* Fix: bundleDependencies being re-installed unnecessarily
13 years ago
Ben Noordhuis
79cbe1fdbb
deps: upgrade http_parser to 8bec3ea
13 years ago
Ben Noordhuis
9d72a742e3
uv: upgrade 8c78cb4
13 years ago
Bert Belder
daaccc7cb7
uv: upgrade to 1ac71a31
13 years ago
Ben Noordhuis
e0796b6f1f
uv: upgrade to a93dc7e
13 years ago
Dave Pacheco
b47ba2c431
disable omit-frame-pointer on solaris systems
13 years ago
isaacs
2d6a076ab3
Patches floating on v8
13 years ago
isaacs
c0c4e008aa
Upgrade V8 to 3.6.6.24
13 years ago
isaacs
1bf3a14353
Upgrade npm to 1.1.4 (minor bugfix)
13 years ago
isaacs
054127112c
Upgrade npm to 1.1.3
* Update request to support HTTPS-over-HTTP proxy tunneling
* Throw on undefined envs in config settings
* Update which to 1.0.5
* Fix windows UNC busyloop in findPrefix
* Bundle nested bundleDependencies properly
* Alias adduser to add-user
* Doc updates (Christian Howe, Henrik Hodne, Andrew Lunny)
* ignore logfd/outfd streams in makeEnv() (Rod Vagg)
* shrinkwrap: Behave properly with url-installed deps
* install: Support --save with url install targets
* Support installing naked tars or single-file modules from urls etc.
* init: Don't add engines section
* Don't run make clean on rebuild
* Added missing unicode replacement (atomizer)
13 years ago
Igor Zinkovsky
5e803219d8
update libuv to 702f905f73
13 years ago
Igor Zinkovsky
9be20afeb5
update libuv to 6bbccf1fe0
13 years ago
Ben Noordhuis
3aa2fd3b2c
uv: upgrade to b3fe183
13 years ago
Ben Noordhuis
bab59f33e7
uv: upgrade to 0459097
13 years ago
Ben Noordhuis
af7960b295
uv: upgrade to 2f886c8
13 years ago
isaacs
50cfeef65e
Remove -Wall from v8 build
13 years ago
isaacs
412cebec9e
v8: Remove OutputDirectory from build/common.gypi
13 years ago
isaacs
2e24ded6d2
Upgrade v8 to 3.9.11
13 years ago
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