summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)Author
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
2010-11-16Print warning when using platform_none.ccRyan Dahl
2010-11-14Fix configure on x86Ryan Dahl
2010-11-13Add --profile flag to configure script, enables gprof profiling.Ben Noordhuis
2010-11-13Added support for cross compilation and also fixed DEST_CPU to represent the ...Rasmus Andersson
2010-11-03Install node-wafRyan Dahl
2010-11-01Back to WAFRyan Dahl
2010-10-24Replace WAF with make/autoconfRyan Dahl
2010-10-18./wscript: allow for cross-compiling of all three supported architecturesAJ ONeal
2010-10-13Preliminary pkg-config support.Ben Noordhuis
2010-10-12Dynamically load native scriptsRyan Dahl
2010-10-09Fix a few compiler warnings...Ryan Dahl
2010-09-28Put preprocessor defines into CPPFLAGS not compile flags...Ryan Dahl
2010-09-20Don't choose jobs based on processorRyan Dahl
2010-09-20More explicit openssl configure warningRyan Dahl
2010-09-19Fatal error out if OpenSSL was not explicitly disabled, we just couldn't auto...Paul Querna
2010-09-19Add node::Start()Ryan Dahl
2010-09-13- fix AttributeError on "use_openssl" when doing ./configure --without-ssl - ...Tony Metzidis
2010-08-27Only check for execinfo lib in freebsdRyan Dahl
2010-08-18Fix process.platformRyan Dahl
2010-08-15Add --without-snapshot configure optionRyan Dahl
2010-08-12added read and write support for process.title DarwinRasmus Andersson
2010-08-11Stub out process.titleRyan Dahl
2010-08-04Print warning when OpenSSL not foundRyan Dahl
2010-08-04Add node_version.h to installSamuel Shull
2010-07-14Register builtin extensions via a macro, rather than a manual strcmpPaul Querna
2010-07-13Move node version to a single static header file.Paul Querna
2010-07-03bump versionRyan Dahl
2010-06-27Use all available CPUs when buildingRasmus Andersson
2010-06-21bump versionRyan Dahl
2010-06-21wscript shouldn't fail if 'git describe' doesn't workRyan Dahl
2010-06-17Add platform files, move getmem to node::OS class.Ryan Dahl
2010-06-11Make addon building work for Cygwin.Brian McKenna
2010-06-11bump versionRyan Dahl
2010-06-09Port to cygwinRaffaele Sena
2010-06-04More dynamic linking options (again)Ryan Dahl
2010-06-02Better 'make' outputRyan Dahl
2010-06-02Revert "More dynmaic linking options"Ryan Dahl
2010-06-01More dynmaic linking optionsRyan Dahl
2010-05-29bump versionRyan Dahl
2010-05-29Rename node_net2.cc to node_net.ccRyan Dahl
2010-05-26Fix JOBS for Solaris makeRyan Dahl
2010-05-21bump versionRyan Dahl
2010-05-14Added posix fsync and fdatasync to fs moduleAndrew Johnston