summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)Author
2011-03-14Update copyright headersRyan Dahl
2011-03-08Add string class that uses ExternalAsciiStringResource.Tom Hughes
2011-03-02Bump version to v0.4.2Ryan Dahl
2011-02-25Support dtrace for debug buildRyan Dahl
2011-02-24Add support for specifying the libdirAria Stewart
2011-02-24libeio and http_parser build with PIC codeAria Stewart
2011-02-19Bump version to v0.4.1Ryan Dahl
2011-02-17Install node.d in the correct placeRyan Dahl
2011-02-17Autodetect no-strict-aliasing, propagate toolchain option to SConsBert Belder
2011-02-15MinGW: OpenSSL supportBert Belder
2011-02-15Improve V8 support for CygwinBert Belder
2011-02-10Bump version to v0.4.0Ryan Dahl
2011-02-09Follow-up fix for v8 cygwin buildBert Belder
2011-02-09New DTrace probes from CA teamRyan Dahl
2011-02-04Bump version to v0.3.8Ryan Dahl
2011-01-27Bump version to v0.3.7Ryan Dahl
2011-01-27Pre-process out assert()Ryan Dahl
2011-01-25Revert "Preprocess out assert()"Ryan Dahl
2011-01-25Preprocess out assert()Ryan Dahl
2011-01-24Land Cantrill's DTrace patchRyan Dahl
2011-01-20waf: display oprofile and gdbjit options for all platformsRyan Dahl
2011-01-20Disable gdbjit by defaultRyan Dahl
2011-01-19wscript: styleRyan Dahl
2011-01-19Compile gdbjit in by default on linuxRyan Dahl
2011-01-18wscript chooses win32 source files, not cppRyan Dahl
2011-01-02Merge remote branch 'origin/master'Bert Belder
2010-12-22Add more functionality to the os moduleBrian White
2010-12-21Add toolchain=gcc to V8 build for SunRyan Dahl
2010-12-20After building overwrite existing ./node(_g)?.exeBert Belder
2010-12-20Make select work on >64 FDs on windowsBert Belder
2010-12-20Fix whitespace errors introduced by porting effortsBert Belder
2010-12-20wscript: use "node.exe" and avoid symlinks on windowsBert Belder
2010-12-20On windows, link with Winsock and WinMMBert Belder
2010-12-20Backslashes in paths wreak havocBert Belder
2010-12-20No -rdynamic and -pthread flags when building with mingwBert Belder
2010-12-20Always use statically linked c-ares on windows; fix buildBert Belder
2010-12-20Dynamically link with pthreads-w32Bert Belder
2010-12-20V8: Don't attempt to build w/ snapshot, doesn't seem to work on mingw32Bert Belder
2010-12-17Bump version to v0.3.2Ryan Dahl
2010-12-17Fix compilation on OpenBSD and FreeBSDBrian White
2010-12-16Patch V8 to compile on solarisRyan Dahl
2010-12-13Make oprofile workRyan Dahl
2010-12-11Add os module and getHostnameBrian White
2010-12-02Introduce require('tty')Ryan Dahl
2010-12-02Add configure flag for oprofileRyan Dahl
2010-11-29win: Define __POSIX__ constant when the platform is POSIX-yBert Belder
2010-11-29Put tools/ into PYTHON_PATHRyan Dahl
2010-11-21Use sys.executable to call pythonNikhil Marathe
2010-11-21Compile with `-Wno-unused-parameter -D_FORTIFY_SOURCE=2`Ben Noordhuis
2010-11-18Fix OpenSSL SSL_library_init function check on OpenBSD.Brian White