1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Bill Robertson
68c968e109 Add a docs target & worked on documentation. Changed pushString() to
std::string, and added pushUnknown() to conversion destination classes
2009-10-17 23:45:02 -04:00
Charles Lowell
2c3d4e19b6 make the spec output pretty 2009-10-16 15:32:01 -05:00
Bill Robertson
be8f4b2594 Tweak extconf to generate test target that
calls ruby spec.
2009-10-15 23:45:53 -04:00
Bill Robertson
456fa3a282 Crazy clunky type convert system or something
good?
2009-10-15 23:23:53 -04:00
Charles Lowell
848d2866de fail if we can't find the v8 library 2009-10-13 12:02:40 -05:00
Charles Lowell
6d90a69f72 acutally wrap a v8 context. w00t\! 2009-10-08 22:27:41 -05:00
Bill Robertson
e7caf25d09 couple of tweaks in prep for using v8. switched malloc/free to new/
delete.  Changed class name to "Context"  Also tried to link V8,
but I don't know anything about the ruby make script.
2009-10-08 21:22:29 -04:00
Bill Robertson
138ef05d6a g++ now directing the linking, so extern "C" works. The example
code now also creates a simple struct and shuffles some data
around in it.  Also using the _allocate & _free stuff.
2009-10-08 20:46:59 -04:00
Charles Lowell
5d78b41428 first spike 2009-10-01 21:17:06 -05:00