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

8 commits

Author SHA1 Message Date
Charles Lowell
6c0b150046 set GCC_VERSION flag on scons build. convert v8 build to makefile instead of ruby script. 2010-02-16 14:40:05 -06:00
Charles Lowell
640271c4f4 ignore tmp/ dir 2010-02-11 17:14:33 -06:00
Charles Lowell
46884208ed ignore pkg/ directory 2010-02-11 16:27:04 -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
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
Bill Robertson
456fa3a282 Crazy clunky type convert system or something
good?
2009-10-15 23:23:53 -04:00
Charles Lowell
bae75cbd1b ignore mkmf.log 2009-10-13 15:51:27 -05:00
Charles Lowell
6704426bdd add config.sh file to automatically invoke extconf.rb and ignore make artifacts 2009-10-08 22:26:58 -05:00