summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)Author
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
2011-06-29Revert "Get rid of the old timer binding"Ryan Dahl
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-29Bump to v0.4.9Ryan Dahl
2011-06-29Dont install ares_build.h or ares_rules.hRyan Dahl
2011-06-20Fixes #1204. Add missing headers files to includeSam Shull
2011-06-17Upgrade libuv.Ryan Dahl
2011-06-10Initial binding to uv_tcp_tRyan Dahl
2011-06-10Upgrade libuvRyan Dahl
2011-06-08Build on windows againBert Belder
2011-06-08Get rid of the old timer bindingBert Belder
2011-06-03Merge branch 'v0.4'Ryan Dahl
2011-06-03Option to disable SSL v2Jérémy Lal
2011-05-25Implement new wrap for uv timerRyan Dahl
2011-05-24Fixes #1102. Install ev.h into $PREFIX/include/node/ev/ev.hRyan Dahl
2011-05-22Merge branch 'v0.4'Ryan Dahl
2011-05-20Bump to v0.4.8Ryan Dahl
2011-05-20Use same make as when originally invokedRobert Mustacchi
2011-05-13Integrate libuv into build systemRyan Dahl
2011-05-07Merge branch 'v0.4'isaacs
2011-05-04Assert, Debug output in normal default buildRyan Dahl
2011-05-01Remove oprofile flags in wscript.Ben Noordhuis
2011-04-26Implement `process.arch` to get a String of the current processor architectur...Nathan Rajlich
2011-04-22bump version to v0.4.7Ryan Dahl
2011-04-18Merge branch 'v0.4'Ryan Dahl
2011-04-13Bump to v0.4.6Ryan Dahl
2011-04-14Merge branch 'v0.4'Ryan Dahl
2011-04-13Add os.cpus() and os.uptime() support for sunosScott McWhirter
2011-04-13Revert "Add os.cpus() and os.uptime() support for sunos"Ryan Dahl
2011-04-11Add os.cpus() support for sunosScott McWhirter
2011-04-03Merge branch 'v0.4'Ryan Dahl
2011-04-01Bump version to v0.4.5Ryan Dahl
2011-03-26Bump version to v0.4.4Ryan Dahl
2011-03-26Turn off strictaliasing on solarisRyan Dahl
2011-03-22Merge branch 'v0.4'Ryan Dahl
2011-03-18bump version to v0.4.3Ryan Dahl
2011-03-18Merge branch 'v0.4'Ryan Dahl
2011-03-18Don't override explicit openssl paths with pkg-config results.Dean McNamee
2011-03-14Merge branch 'v0.4'Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-03-09Use higher resolution clock for uptime on Linux (if available).Tom Hughes
2011-03-08Add string class that uses ExternalAsciiStringResource.Tom Hughes