Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-18build: remove node_debug from config.gypiBen Noordhuis
2012-01-18build: respect --debug configure switchBen Noordhuis
2012-01-17installer: install node-wafFedor Indutny
* added --without-waf flag for configure script
2012-01-15build: support --dest-cpu configure switch againBen Noordhuis
2011-12-29build: add --without-isolates configure switchBen Noordhuis
2011-12-24GYP: rename options.gypi to config.gypiRyan Dahl
Sounds more familiar to unix users used to config.h
2011-12-20gyp: switch json for pprint when generating configjbergstroem
2011-12-17--without-npm optionFedor Indutny
Fixes #2353.
2011-12-17gyp: use built-in openssl by defaultRyan Dahl
2011-11-29build: DRY configure scriptBen Noordhuis
2011-11-18Force makefile generation in gypRyan Dahl
2011-11-15build: auto-run tools/gyp_node after ./configureBen Noordhuis
2011-11-15Remove SCONS deprecate WAFRyan Dahl
We keep around WAF for node-waf only. We need great diligence by people over the next couple weeks to work out all the kinks in the GYP build system. We realize that it is currently several times slower than the WAF build. Please lend a hand. Fixes #1504 Fixes #1500
2011-08-27Fix typo in configure scriptBen Noordhuis
2011-08-09Revert "Unify configure scripts"Ryan Dahl
This reverts commit 71435ede815ee2c73b09f7071ee1b6d10945d409.
2011-08-09Unify configure scriptsRyan Dahl
2011-08-09Bring back old Makefile and configure scriptRyan Dahl
GYP and WAF need to live in parallel for some time.
2011-08-08sketch out configure supportRyan Dahl
2010-11-02Back to WAFRyan Dahl
Too much instability right now. Hopefully we can revisit autoconf soon.
2010-10-30Changes to compile on solarisRyan Dahl
2010-10-26exec instead of sh a the configure.real scriptRyan Dahl
2010-10-26more configure hackeryRyan Dahl
2010-10-26add configureRyan Dahl
2010-10-25Replace WAF with make/autoconfRyan Dahl
2010-05-11Quote variables in configure scriptRyan Dahl
2009-12-06Use --jobs=1 with WAFRyan Dahl
Some people were reporting waf erroring with thread.error: can't start new thread this seems to fix that problem.
2009-11-23detect ccache and bail out since v8 doens't like to build with ccacheJan Lehnardt
2009-10-03Don't unnecessarily output the makefile from the configure script.Ryan Dahl
2009-10-02Use waf-light instead of wafRyan Dahl
This way there won't be strange tools/.waf-12343 directories hanging about. All that waf needs to run is inside the tools/wafadmin directory.
2009-09-11Revert "Add xsl files to doc directory so people can build docs easily"Ryan
This reverts commit 412b4636c8b7edfa05b7cb97691a1ddb656cea55.
2009-09-11Add xsl files to doc directory so people can build docs easilyRyan
2009-09-10Man page generation.Ryan
2009-08-25Restyle website/api.html. Now looks like the front page.Ryan
Made a few other little corrections too.
2009-07-16Fix 'make test-debug'Ryan
2009-07-13Add benchmark scripts.Ryan
To use the benchmarks: node benchmarks/run.js or: make benchmark The numbers reported are the elapsed milliseconds the script took to complete. Currently only benching HTTP code and timers.
2009-06-30Add new documentation (using asciidoc!)Ryan
2009-06-27Add make test-allRyan
2009-06-22Use v8's test runnerRyan
2009-06-22Create tools directoryRyan
Users will need to "make distclean" to recompile from scratch since I've moved a lot of the core build tools around.
2009-06-16Only run debug tests if the build debug was builtRyan
2009-06-13test default build tooRyan
2009-05-19Add color PASS/FAIL statements. Use python for portability.Ryan
2009-05-15Inform V8 of external allocations.Ryan
This is sloppy: after each ObjectWrap allocation the user needs to call ObjectWrap::InformV8ofAllocation(). In addition each class deriving from ObjectWrap needs to implement the virtual method size() which should return the size of the derived class. If I was better at C++ I could possibly make this less ugly. For now this is how it is. Memory usage looks much better after this commit.
2009-05-14Remove -n from echo in Makefile. (Doesn't work on OSX.)Ryan
2009-04-23wasn't sending pos arg for puts()Ryan
2009-04-22import full versions of dependency libraries!Ryan
2009-04-21add 'make test'Ryan
2009-04-18fix configure so it can handle --debug argumentRyan
2009-04-15everything is changed. i've waited much too long to commit.Ryan
this is awful. i'm sorry for being so messy.