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

18 commits

Author SHA1 Message Date
Charles Lowell
70eeb1311d ignore rbx cache and .rvmrc 2012-05-09 14:46:05 -05:00
Charles Lowell
8201268a84 bring in the basic extension template and test suite 2012-05-09 14:46:04 -05:00
Charles Lowell
112ed41c6d project skeleton 2012-05-09 14:46:04 -05:00
Charles Lowell
9cb4f1c7d2 begin internal rewrite. 2012-05-09 14:44:55 -05:00
Charles Lowell
e48ee9e4b8 try to add some documentation. 2011-06-11 15:22:14 -05:00
Charles Lowell
cfa2570e3f ignore rubinius byte compilations 2011-05-26 11:17:34 -05:00
Charles Lowell
ff548a79ee ignore .rvmrc 2011-03-09 22:17:01 -06:00
Charles Lowell
65ccb9c438 Modernize the gemspec to use Bundler. Clean up tons of cruft in the gem. 2011-01-17 16:13:37 -06:00
Charles Lowell
5c1494366c ignore gemfiles in the root dir 2010-03-22 20:56:15 -05:00
bill
eb8b348161 fix string copy routine -- downshift to simple implementation 2010-03-14 21:16:25 -05:00
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