Ryan
a3d77ee4e7
Add new documentation (using asciidoc!)
2009-06-30 13:27:25 +02:00
Ryan
9615c93d2d
Add make test-all
2009-06-27 00:49:47 +02:00
Ryan
3fed1a0954
Use v8's test runner
2009-06-22 14:08:42 +02:00
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.
2009-06-22 13:08:32 +02:00
Ryan
40ee852425
Only run debug tests if the build debug was built
2009-06-16 19:32:31 +02:00
Ryan
9bcbcc4a7f
test default build too
2009-06-13 16:50:37 +02:00
Ryan
b9fedf0500
Add color PASS/FAIL statements. Use python for portability.
2009-05-19 20:31:40 +02:00
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.
2009-05-15 16:28:10 +02:00
Ryan
4b2cd6f305
Remove -n from echo in Makefile. (Doesn't work on OSX.)
2009-05-14 14:05:07 +02:00
Ryan
8a8e9df72e
wasn't sending pos arg for puts()
2009-04-23 14:22:57 +02:00
Ryan
40c0f755c9
import full versions of dependency libraries!
2009-04-22 19:35:47 +02:00
Ryan
ec9697b1ba
add 'make test'
2009-04-21 13:51:05 +02:00
Ryan
e368571f46
fix configure so it can handle --debug argument
2009-04-18 14:31:13 +02:00
Ryan
63a9cd3897
everything is changed. i've waited much too long to commit.
...
this is awful. i'm sorry for being so messy.
2009-04-15 10:08:28 +02:00