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

13 commits

Author SHA1 Message Date
Charles Lowell
cf3d65db35 update readme with gem install syntax 2010-03-03 00:37:35 -06:00
Charles Lowell
286400ba2a update copyright notice. 2010-02-18 14:32:32 -06:00
Charles Lowell
3d2e0bcf03 note the dependency on the C++ compiler 2010-02-16 20:41:08 -06:00
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
Charles Lowell
0fdba08f54 using last stable version of v8 2010-02-02 11:18:35 -06:00
Charles Lowell
fecfe284cc add how to build to the readme 2010-01-26 15:15:38 -06:00
Charles Lowell
455d21bdb8 oops, pass options in readme to extconf, not gem 2010-01-26 10:44:05 -06:00
Charles Lowell
4fa80b582d 0.4.6: better compatibility with 1.8.6 2010-01-26 10:39:20 -06:00
Charles Lowell
8c40f7df83 add instructions to detail build enhancements 2010-01-26 10:23:15 -06:00
Charles Lowell
fd6f42879c Add utility methods to do quick and dirty eval 2010-01-13 17:37:51 +02:00
Charles Lowell
6adef0bfb6 Ruby objects embedded into v8 are passed back to ruby code as themselves. Use any ruby object as the scope of an eval. 2010-01-13 17:15:53 +02:00
Charles Lowell
edcfb33699 Now that we are nearing feature completion, update the README 2010-01-10 22:06:13 +02:00
Charles Lowell
2df1f3f33b 'gemify' the source 2009-12-15 07:35:55 +02:00