Ryan Dahl
f8bfa54d0f
Bump to v0.5.1
13 years ago
Igor Zinkovsky
a58b6439de
Statically link in dependencies for node.exe
14 years ago
Ryan Dahl
395b670e58
Add deps/uv/src/ares to include path
14 years ago
Ryan Dahl
132ae752fa
Escape $CC and $CXX when passed to uv and V8
14 years ago
Ryan Dahl
6b78b6bf72
Export $CC and $CXX to uv and V8's build systems
Now you can compile with clang by doing
make distclean
CC=clang CXX=clang++ ./configure
make
14 years ago
Ryan Dahl
a2f2aa97ad
Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b
14 years ago
Ryan Dahl
ae7ed8482e
Bump to v0.5.0
14 years ago
Ryan Dahl
111305c1bd
Support SunOS 121. Check for ifaddrs in wscript for SunOS build.
14 years ago
Bert Belder
858f23094e
Bindings for libuv-integrated c-ares
14 years ago
Ryan Dahl
412e413edc
Upgrade libuv
14 years ago
Ryan Dahl
263e33a738
Revert "Get rid of the old timer binding"
This reverts commit cc82724fdc
.
Conflicts:
src/node.cc
wscript
14 years ago
Ryan Dahl
de44eafd78
Bump to v0.4.9
14 years ago
Ryan Dahl
09b8a5e2cf
Dont install ares_build.h or ares_rules.h
14 years ago
Sam Shull
b057770f8a
Fixes #1204 . Add missing headers files to include
This commit fixes install of required dependencies for native
extensions.
14 years ago
Ryan Dahl
95b409c578
Upgrade libuv.
Also remove c-ares since it's included in libuv now.
libuv version b7b7df090ca285e53eb51bf518c4e5064876596
14 years ago
Ryan Dahl
062759194b
Initial binding to uv_tcp_t
14 years ago
Ryan Dahl
623f513071
Upgrade libuv
14 years ago
Bert Belder
406f44a86b
Build on windows again
14 years ago
Bert Belder
cc82724fdc
Get rid of the old timer binding
14 years ago
Jérémy Lal
f23c45f7f4
Option to disable SSL v2
Fixes #880
14 years ago
Ryan Dahl
9d1bad8960
Implement new wrap for uv timer
14 years ago
Ryan Dahl
8f06547548
Fixes #1102 . Install ev.h into $PREFIX/include/node/ev/ev.h
14 years ago
Ryan Dahl
7dd22c26e4
Bump to v0.4.8
14 years ago
Robert Mustacchi
7ea19d02fd
Use same make as when originally invoked
14 years ago
Ryan Dahl
efca334be2
Integrate libuv into build system
14 years ago
Ryan Dahl
c409aab397
Assert, Debug output in normal default build
14 years ago
Ben Noordhuis
82bc25d5ad
Remove oprofile flags in wscript.
V8 3.1.5 (commit 550f73a
) dropped oprofile support so don't pass
prof=oprofile to scons.
See http://codereview.chromium.org/6474037/
Fixes #998 .
14 years ago
Nathan Rajlich
b1be5409bd
Implement `process.arch` to get a String of the current processor architecture, with docs.
14 years ago
Ryan Dahl
c85455a954
bump version to v0.4.7
14 years ago
Ryan Dahl
58002d56bc
Bump to v0.4.6
14 years ago
Scott McWhirter
90348a616d
Add os.cpus() and os.uptime() support for sunos
14 years ago
Ryan Dahl
2f98451561
Revert "Add os.cpus() and os.uptime() support for sunos"
Cherry-pick fail. Breaks linux. Will land again shortly.
This reverts commit e8cf98c841
.
This reverts commit d953856d87
.
This reverts commit 752bbd6b42
.
14 years ago
Scott McWhirter
752bbd6b42
Add os.cpus() support for sunos
14 years ago
Ryan Dahl
787a343b58
Bump version to v0.4.5
14 years ago
Ryan Dahl
25122b986a
Bump version to v0.4.4
14 years ago
Ryan Dahl
77044ed5fa
Turn off strictaliasing on solaris
14 years ago
Ryan Dahl
c095ce1a1b
bump version to v0.4.3
14 years ago
Dean McNamee
4a6f4511c8
Don't override explicit openssl paths with pkg-config results.
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Tom Hughes
2c185a9dfd
Use higher resolution clock for uptime on Linux (if available).
14 years ago
Tom Hughes
74954ce7d8
Add string class that uses ExternalAsciiStringResource.
Change the natives to use this class instead of creating completely new
strings. Reduces memory usage by about 1 MB.
14 years ago
Ryan Dahl
39280e1b57
Bump version to v0.4.2
14 years ago
Ryan Dahl
f918e57f8b
Support dtrace for debug build
14 years ago
Aria Stewart
8a50f23fd3
Add support for specifying the libdir
Some OSes use "lib64" rather than "lib", and this lets them override
in waf to accomplish this.
Closes GH-712.
14 years ago
Aria Stewart
fd713e1dc7
libeio and http_parser build with PIC code
Fix building as a shared library
Closes GH-708.
14 years ago
Ryan Dahl
e8aef84191
Bump version to v0.4.1
14 years ago
Ryan Dahl
7e4f755073
Install node.d in the correct place
14 years ago
Bert Belder
a5e67ad9e7
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Bert Belder
3ef6433255
MinGW: OpenSSL support
14 years ago
Bert Belder
a293f90db4
Improve V8 support for Cygwin
Should re-enable crankshaft; can build w/ snapshot again.
14 years ago