summaryrefslogtreecommitdiff
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* Introduce require('tty')Ryan Dahl2010-12-021-1/+4
* Add configure flag for oprofileRyan Dahl2010-12-021-1/+16
* win: Define __POSIX__ constant when the platform is POSIX-yBert Belder2010-11-291-0/+4
* Put tools/ into PYTHON_PATHRyan Dahl2010-11-291-0/+3
* Use sys.executable to call pythonNikhil Marathe2010-11-211-1/+1
* Compile with `-Wno-unused-parameter -D_FORTIFY_SOURCE=2`Ben Noordhuis2010-11-211-0/+3
* Fix OpenSSL SSL_library_init function check on OpenBSD.Brian White2010-11-181-1/+1
* Print warning when using platform_none.ccRyan Dahl2010-11-161-7/+13
* Fix configure on x86Ryan Dahl2010-11-141-1/+1
* Add --profile flag to configure script, enables gprof profiling.Ben Noordhuis2010-11-131-0/+11
* Added support for cross compilation and also fixed DEST_CPU to represent the ...Rasmus Andersson2010-11-131-13/+68
* Install node-wafRyan Dahl2010-11-031-1/+1
* Back to WAFRyan Dahl2010-11-011-0/+604
* Replace WAF with make/autoconfRyan Dahl2010-10-241-604/+0
* ./wscript: allow for cross-compiling of all three supported architecturesAJ ONeal2010-10-181-2/+8
* Preliminary pkg-config support.Ben Noordhuis2010-10-131-0/+9
* Dynamically load native scriptsRyan Dahl2010-10-121-0/+1
* Fix a few compiler warnings...Ryan Dahl2010-10-091-0/+1
* Put preprocessor defines into CPPFLAGS not compile flags...Ryan Dahl2010-09-281-17/+17
* Don't choose jobs based on processorRyan Dahl2010-09-201-6/+1
* More explicit openssl configure warningRyan Dahl2010-09-201-1/+3
* Fatal error out if OpenSSL was not explicitly disabled, we just couldn't auto...Paul Querna2010-09-191-0/+2
* Add node::Start()Ryan Dahl2010-09-191-0/+1
* - fix AttributeError on "use_openssl" when doing ./configure --without-ssl - ...Tony Metzidis2010-09-131-0/+2
* Only check for execinfo lib in freebsdRyan Dahl2010-08-271-5/+6
* Fix process.platformRyan Dahl2010-08-181-4/+4
* Add --without-snapshot configure optionRyan Dahl2010-08-151-2/+17
* added read and write support for process.title DarwinRasmus Andersson2010-08-121-0/+3
* Stub out process.titleRyan Dahl2010-08-111-4/+0
* Print warning when OpenSSL not foundRyan Dahl2010-08-041-3/+7
* Add node_version.h to installSamuel Shull2010-08-041-0/+1
* Register builtin extensions via a macro, rather than a manual strcmpPaul Querna2010-07-141-0/+1
* Move node version to a single static header file.Paul Querna2010-07-131-18/+8
* bump versionv0.1.100Ryan Dahl2010-07-031-1/+1
* Use all available CPUs when buildingRasmus Andersson2010-06-271-0/+6
* bump versionv0.1.99Ryan Dahl2010-06-211-1/+1
* wscript shouldn't fail if 'git describe' doesn't workRyan Dahl2010-06-211-1/+5
* Add platform files, move getmem to node::OS class.Ryan Dahl2010-06-171-3/+10
* Make addon building work for Cygwin.Brian McKenna2010-06-111-0/+6
* bump versionv0.1.98Ryan Dahl2010-06-111-1/+1
* Port to cygwinRaffaele Sena2010-06-091-2/+2
* More dynamic linking options (again)Ryan Dahl2010-06-041-56/+171
* Better 'make' outputRyan Dahl2010-06-021-3/+11
* Revert "More dynmaic linking options"Ryan Dahl2010-06-021-158/+56
* More dynmaic linking optionsRyan Dahl2010-06-011-56/+158
* bump versionv0.1.97Ryan Dahl2010-05-291-1/+1
* Rename node_net2.cc to node_net.ccRyan Dahl2010-05-291-1/+1
* Fix JOBS for Solaris makeRyan Dahl2010-05-261-0/+6
* bump versionv0.1.96Ryan Dahl2010-05-211-1/+1
* Added posix fsync and fdatasync to fs moduleAndrew Johnston2010-05-141-0/+16