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