summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Revert "remove node_io_watcher"Igor Zinkovsky1-0/+1
2011-10-28linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis1-17/+0
2011-10-27remove node_io_watcherIgor Zinkovsky1-1/+0
2011-10-26Don't compile in node_dtrace.cc when not supportedRyan Dahl1-0/+3
2011-10-21build: fix wscript on solarisBen Noordhuis1-2/+2
2011-10-19Remove support for cygwinRyan Dahl1-9/+7
2011-10-11Remove tty_legacyRyan Dahl1-4/+1
2011-10-11Remove dns_legacyRyan Dahl1-1/+0
2011-10-11Remove child_process_legacyRyan Dahl1-1/+0
2011-10-11Remove net_legacy timers_legacyRyan Dahl1-2/+0
2011-10-06Upgrade libuv to 60c639fRyan Dahl1-1/+0
2011-09-29WAF: Clean out/Release/deps/uv before buildRyan Dahl1-1/+3
2011-09-23build: explicitly link in libz on non-win32 platformsBen Noordhuis1-0/+3
2011-09-22fs watcher bindingIgor Zinkovsky1-0/+1
2011-09-20Add TTYWrapRyan Dahl1-0/+1
2011-09-19build: make wscript work with python 2.4Ben Noordhuis1-1/+1
2011-09-17Initial pass at zlib bindingsisaacs1-7/+31
2011-09-09build: install uv-private/*.h, fixes native add-on buildsBen Noordhuis1-1/+1
2011-09-04resolve mingw32 build problemBert Belder1-1/+4
2011-09-04build: add RPATH environment variableAshok Mudukutore1-0/+3
2011-09-02win: link to psapi.libRyan Dahl1-0/+1
2011-08-30Use new uv_fs_ apisIgor Zinkovsky1-8/+0
2011-08-24dgram: integrate libuv UDP supportBen Noordhuis1-0/+1
2011-08-23waf: Don't build out/Debug/node_g - just out/Debug/nodeRyan Dahl1-5/+6
2011-08-23WAF builds in out/ instead of build/Ryan Dahl1-10/+10
2011-08-23Have WAF variants match GYP configuration namesRyan Dahl1-45/+45
2011-08-12typed arrays: integrate plask's typed array implementationBen Noordhuis1-0/+1
2011-08-01Remove node_child_process_win32.ccRyan Dahl1-1/+0
2011-08-01windows: remove dependency on rpcrt4 and ole32Igor Zinkovsky1-4/+0
2011-07-31link to rpcrt4 and ole32 on win32Ryan Dahl1-0/+4
2011-07-29add wrapper for uv_spawnRyan Dahl1-0/+1
2011-07-27Remove pkg-conf fileRyan Dahl1-8/+0
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky1-0/+1
2011-07-23build: add wscript detection for node_versionJeroen Janssen1-1/+18
2011-07-22Bump version to v0.5.2v0.5.2Ryan Dahl1-1/+1
2011-07-19Finally remove node::EventEmitterRyan Dahl1-2/+0
2011-07-18Abstract out HandleWrap classRyan Dahl1-0/+1
2011-07-18Add pipe_wrapRyan Dahl1-0/+1
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl1-0/+1
2011-07-15Apply PTW32_STATIC_LIB define to debug build of eioIgor Zinkovsky1-0/+2
2011-07-14Bump to v0.5.1v0.5.1Ryan Dahl1-1/+1
2011-07-08Statically link in dependencies for node.exeIgor Zinkovsky1-5/+10
2011-07-07Add deps/uv/src/ares to include pathRyan Dahl1-0/+1
2011-07-07Escape $CC and $CXX when passed to uv and V8Ryan Dahl1-5/+8
2011-07-07Export $CC and $CXX to uv and V8's build systemsRyan Dahl1-1/+8
2011-07-07Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4bRyan Dahl1-13/+10
2011-07-05Bump to v0.5.0v0.5.0Ryan Dahl1-1/+1
2011-07-05Support SunOS 121. Check for ifaddrs in wscript for SunOS build.Ryan Dahl1-0/+11
2011-07-05Bindings for libuv-integrated c-aresBert Belder1-0/+1
2011-07-01Upgrade libuvRyan Dahl1-8/+2