Ryan Dahl
97c9745063
Back to WAF
Too much instability right now. Hopefully we can revisit autoconf soon.
14 years ago
Ryan Dahl
ccdd979a69
Changes to compile on solaris
14 years ago
Ryan Dahl
5175864c0e
exec instead of sh a the configure.real script
14 years ago
Ryan Dahl
43022eabf7
more configure hackery
14 years ago
Ryan Dahl
5cf4ceff59
add configure
14 years ago
Ryan Dahl
15594eaf87
Replace WAF with make/autoconf
14 years ago
Ryan Dahl
f7ff548dd0
Quote variables in configure script
15 years ago
Ryan Dahl
90ab0794df
Use --jobs=1 with WAF
Some people were reporting waf erroring with
thread.error: can't start new thread
this seems to fix that problem.
15 years ago
Jan Lehnardt
9c1034b183
detect ccache and bail out since v8 doens't like to build with ccache
15 years ago
Ryan Dahl
861f28f37a
Don't unnecessarily output the makefile from the configure script.
15 years ago
Ryan Dahl
84d2966377
Use waf-light instead of waf
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.
15 years ago
Ryan
d851bf9a66
Revert "Add xsl files to doc directory so people can build docs easily"
This reverts commit 412b4636c8
.
15 years ago
Ryan
412b4636c8
Add xsl files to doc directory so people can build docs easily
15 years ago
Ryan
68dda0a7d8
Man page generation.
15 years ago
Ryan
b5a1585470
Restyle website/api.html. Now looks like the front page.
Made a few other little corrections too.
15 years ago
Ryan
22e85cbc0b
Fix 'make test-debug'
16 years ago
Ryan
05d6319fa0
Add benchmark scripts.
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.
16 years ago
Ryan
a3d77ee4e7
Add new documentation (using asciidoc!)
16 years ago
Ryan
9615c93d2d
Add make test-all
16 years ago
Ryan
3fed1a0954
Use v8's test runner
16 years ago
Ryan
115c4942db
Create tools directory
Users will need to "make distclean" to recompile from scratch since I've
moved a lot of the core build tools around.
16 years ago
Ryan
40ee852425
Only run debug tests if the build debug was built
16 years ago
Ryan
9bcbcc4a7f
test default build too
16 years ago
Ryan
b9fedf0500
Add color PASS/FAIL statements. Use python for portability.
16 years ago
Ryan
baed9d514d
Inform V8 of external allocations.
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.
16 years ago
Ryan
4b2cd6f305
Remove -n from echo in Makefile. (Doesn't work on OSX.)
16 years ago
Ryan
8a8e9df72e
wasn't sending pos arg for puts()
16 years ago
Ryan
40c0f755c9
import full versions of dependency libraries!
16 years ago
Ryan
ec9697b1ba
add 'make test'
16 years ago
Ryan
e368571f46
fix configure so it can handle --debug argument
16 years ago
Ryan
63a9cd3897
everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy.
16 years ago