1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8
Charles Lowell 205c52c5bf import v8 source
move v8 src to google dir

moving v8 source into main extension

move google upstream source dir into v8 ext dir

include v8 library in generated bundle

prep for 0.4.7

roll the upstream build into the main extension build

Documentation was confusing the gem packager.

simplify build instructions with bundled v8.

Only install scons and build v8 if it has not been built already.

Missing CVS.py from the scons library due to ignore patterns.

Don't need libv8 anymore, only python 2.5 which is required to build it.
2010-02-04 13:41:54 -06:00
..
upstream import v8 source 2010-02-04 13:41:54 -06:00
callbacks.cpp compatibility fix for ruby 1.8.6 2010-01-26 09:31:59 -06:00
callbacks.h Dynamic handling of ruby properties. Invoking ruby setters from javascript. Removed a bunch of segfaulting. Now objects have references to the context that created them. 2010-01-18 00:25:40 +02:00
convert_ruby.cpp 'gemify' the source 2009-12-15 07:35:55 +02:00
convert_ruby.h Can now embed ruby objects and call their public methods from javascript. 2010-01-10 00:13:03 +02:00
convert_string.cpp 'gemify' the source 2009-12-15 07:35:55 +02:00
convert_string.h step 2: make templated converters handle simple things only, and have complicated conversions occur in the converter functions. 2010-01-09 16:40:18 +02:00
convert_v8.cpp 'gemify' the source 2009-12-15 07:35:55 +02:00
convert_v8.h step 2: make templated converters handle simple things only, and have complicated conversions occur in the converter functions. 2010-01-09 16:40:18 +02:00
converters.cpp Dynamic handling of ruby properties. Invoking ruby setters from javascript. Removed a bunch of segfaulting. Now objects have references to the context that created them. 2010-01-18 00:25:40 +02:00
converters.h Dynamic handling of ruby properties. Invoking ruby setters from javascript. Removed a bunch of segfaulting. Now objects have references to the context that created them. 2010-01-18 00:25:40 +02:00
extconf.rb import v8 source 2010-02-04 13:41:54 -06:00
v8.cpp native C objects now have a reference to the context that created them. Add identity/equality check for C::Context 2010-01-14 00:51:46 +02:00
v8_cxt.cpp check to see if there was an exception compiling the script. raise it if so 2010-01-30 21:06:55 -06:00
v8_cxt.h native C objects now have a reference to the context that created them. Add identity/equality check for C::Context 2010-01-14 00:51:46 +02:00
v8_func.cpp start building out ruby interface 2009-12-18 09:48:06 +02:00
v8_func.h start building out ruby interface 2009-12-18 09:48:06 +02:00
v8_msg.cpp expose Get() method on native message object. Re-raise javascript exceptions in ruby. 2010-01-09 18:55:37 +02:00
v8_msg.h expose Get() method on native message object. Re-raise javascript exceptions in ruby. 2010-01-09 18:55:37 +02:00
v8_obj.cpp Dynamic handling of ruby properties. Invoking ruby setters from javascript. Removed a bunch of segfaulting. Now objects have references to the context that created them. 2010-01-18 00:25:40 +02:00
v8_obj.h native C objects now have a reference to the context that created them. Add identity/equality check for C::Context 2010-01-14 00:51:46 +02:00
v8_ref.cpp Can now embed ruby objects and call their public methods from javascript. 2010-01-10 00:13:03 +02:00
v8_ref.h 'gemify' the source 2009-12-15 07:35:55 +02:00
v8_script.cpp step 2: make templated converters handle simple things only, and have complicated conversions occur in the converter functions. 2010-01-09 16:40:18 +02:00
v8_script.h 'gemify' the source 2009-12-15 07:35:55 +02:00
v8_standalone.cpp Add -Wall to compile. Fix one (and only) warning 2010-01-12 16:16:12 +02:00
v8_standalone.h 'gemify' the source 2009-12-15 07:35:55 +02:00
v8_str.cpp 'gemify' the source 2009-12-15 07:35:55 +02:00
v8_str.h 'gemify' the source 2009-12-15 07:35:55 +02:00
v8_template.cpp Enumerate ruby properties in javascript. 2010-01-18 01:12:23 +02:00
v8_template.h Dynamic handling of ruby properties. Invoking ruby setters from javascript. Removed a bunch of segfaulting. Now objects have references to the context that created them. 2010-01-18 00:25:40 +02:00