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

12 commits

Author SHA1 Message Date
Charles Lowell
706b4e9615 remove obsolete tasks from the Makefile 2010-08-01 09:48:25 -05:00
Charles Lowell
3b30e3c5bd need a space in -lv8 for linux 2010-06-02 13:05:32 +03:00
Charles Lowell
c81ea28856 put the built v8 at the front of the linker path in case we have a system wide copy of libv8 2010-06-02 12:51:45 +03:00
Charles Lowell
e509bebe05 add exception backtraces for segfaults and fatal errors. 2010-05-23 03:46:33 +03:00
Charles Lowell
6201e22a57 force linking agaist the objc runtime if we are running OSX 2010-05-09 22:13:22 -05:00
Charles Lowell
e30e74d0da explicitly require pthread for v8 since it isn't always assumed for all versions of ruby 2010-03-15 00:11:39 -05:00
Charles Lowell
e27445c8ea don't use g++ to build the shared library on darwin 2010-02-16 15:30:31 -06: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
1024c6ebaf for linking to be handled by g++ 2010-02-15 23:12:34 -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
15c06a702f Add -Wall to compile. Fix one (and only) warning 2010-01-12 16:16:12 +02:00
Charles Lowell
2df1f3f33b 'gemify' the source 2009-12-15 07:35:55 +02:00
Renamed from extconf.rb (Browse further)