Ben Noordhuis
eef5d3257d
build: check for libkvm and libexecinfo on all the BSDs
13 years ago
isaacs
db273818f6
s/NPM/npm/
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
13 years ago
Ben Noordhuis
d5feb1c280
Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"
This reverts commit f004d5aeac
.
__DARWIN_64_BIT_INO_T is a no-op in most cases and might be actively harmful in
some others.
13 years ago
Ben Noordhuis
3ca0517749
build: add --without-npm flag to configure script
Fixes #2200 .
13 years ago
Ryan Dahl
38c49fbc4a
Fix broken commit 2cd5adc
13 years ago
Ryan Dahl
2cd5adc28b
Install npm with 'make install'
13 years ago
Ben Noordhuis
f004d5aeac
build: compile with -D__DARWIN_64_BIT_INO_T on OS X
Fixes a struct stat size mismatch on 64 bits machines that made Node crash with
a EXC_BAD_ACCESS on startup.
Fixes #2061 . Solution proposed by Paddy Byers.
13 years ago
Ben Noordhuis
d7bcf21340
build: fix race in parallel build
Run `make clean` first, *then* `make all`
13 years ago
Ben Noordhuis
edcfea5d02
build: fix man page install path on the BSDs
Fixes #2026 .
13 years ago
Igor Zinkovsky
f35a396c54
Revert "remove node_io_watcher"
This reverts commit cc2ac1ccc7
.
13 years ago
Ben Noordhuis
ccd8b55b01
linux: unbreak build if HAVE_MONOTONIC_CLOCK=0
13 years ago
Igor Zinkovsky
cc2ac1ccc7
remove node_io_watcher
13 years ago
Ryan Dahl
b3ddb895d2
Don't compile in node_dtrace.cc when not supported
13 years ago
Ben Noordhuis
0ae98dfc66
build: fix wscript on solaris
os.path.exists() in python 2.5.2 returns false for symlinks.
13 years ago
Ryan Dahl
67b235735e
Remove support for cygwin
13 years ago
Ryan Dahl
cdf5d91fe5
Remove tty_legacy
13 years ago
Ryan Dahl
58e892dadd
Remove dns_legacy
13 years ago
Ryan Dahl
96e423a665
Remove child_process_legacy
13 years ago
Ryan Dahl
be0bb2dc13
Remove net_legacy timers_legacy
13 years ago
Ryan Dahl
311fe737e8
Upgrade libuv to 60c639f
Also remove unused src/stdio_wrap.cc
13 years ago
Ryan Dahl
84641fcdf0
WAF: Clean out/Release/deps/uv before build
13 years ago
Ben Noordhuis
9ad334085f
build: explicitly link in libz on non-win32 platforms
13 years ago
Igor Zinkovsky
8fe5712477
fs watcher binding
13 years ago
Ryan Dahl
c1ae6ea2f2
Add TTYWrap
13 years ago
Ben Noordhuis
3aa1975c58
build: make wscript work with python 2.4
13 years ago
isaacs
5b8e1dabbc
Initial pass at zlib bindings
13 years ago
Ben Noordhuis
fa334ef0b7
build: install uv-private/*.h, fixes native add-on builds
13 years ago
Bert Belder
3742aeea4c
resolve mingw32 build problem
13 years ago
Ashok Mudukutore
908ee33f2d
build: add RPATH environment variable
Overrides default run-time library paths
13 years ago
Ryan Dahl
197628846d
win: link to psapi.lib
broke in 65c2763
13 years ago
Igor Zinkovsky
bce41fac94
Use new uv_fs_ apis
This will cause master to be unstable for a while as we replace existing eio
calls with uv_fs calls.
13 years ago
Ben Noordhuis
cbd4033619
dgram: integrate libuv UDP support
13 years ago
Ryan Dahl
42529ddfb5
waf: Don't build out/Debug/node_g - just out/Debug/node
This is to match how GYP does it.
13 years ago
Ryan Dahl
a7300c8297
WAF builds in out/ instead of build/
13 years ago
Ryan Dahl
879eb16280
Have WAF variants match GYP configuration names
13 years ago
Ben Noordhuis
7cab4d6870
typed arrays: integrate plask's typed array implementation
13 years ago
Ryan Dahl
3ce671284b
Remove node_child_process_win32.cc
13 years ago
Igor Zinkovsky
a6e0a91a70
windows: remove dependency on rpcrt4 and ole32
13 years ago
Ryan Dahl
f0f941a59e
link to rpcrt4 and ole32 on win32
13 years ago
Ryan Dahl
f01b241057
add wrapper for uv_spawn
process.binding('process_wrap')
13 years ago
Ryan Dahl
1ca5b6cd05
Remove pkg-conf file
13 years ago
Igor Zinkovsky
187fe27a6e
stdio binding + javascript to enable process.stdin.listen()
13 years ago
Jeroen Janssen
2fe780b36c
build: add wscript detection for node_version
13 years ago
Ryan Dahl
08ffce1a00
Bump version to v0.5.2
13 years ago
Ryan Dahl
1b8dd65d6e
Bump version to v0.4.10
13 years ago
Ryan Dahl
4ef8f06fe6
Finally remove node::EventEmitter
13 years ago
Ryan Dahl
0c7bf8132e
Abstract out HandleWrap class
13 years ago
Ryan Dahl
cc0f608c7c
Add pipe_wrap
13 years ago
Ryan Dahl
1ae148909a
Abstract StreamWrap from TCPWrap
13 years ago
Igor Zinkovsky
d798866917
Apply PTW32_STATIC_LIB define to debug build of eio
13 years ago