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

16 commits

Author SHA1 Message Date
Charles Lowell
eeea845a0c fixes for rubinius 2010-06-07 13:52:07 +03:00
Charles Lowell
185938df16 Revert "upgrade to V8 2.2.14" --totally hosed RHEL 5
This reverts commit c1223abcd8.
2010-06-05 13:50:25 +03:00
Charles Lowell
2d02aa463d Revert "reapply -fPIC patch for linux amd64"
This reverts commit bf6db39803.
2010-06-05 13:49:59 +03:00
Charles Lowell
bf6db39803 reapply -fPIC patch for linux amd64 2010-06-05 12:13:19 +03:00
Charles Lowell
c1223abcd8 upgrade to V8 2.2.14 2010-06-05 11:07:04 +03:00
Charles Lowell
e509bebe05 add exception backtraces for segfaults and fatal errors. 2010-05-23 03:46:33 +03:00
Charles Lowell
c0497bebea repatch v8 makefile for linux amd64 to add -fPIC flag 2010-05-11 06:18:36 -05:00
Charles Lowell
ea9693b0a7 Revert "linux amd64 patch not necessary anymore, with version 2.1.10"
This reverts commit b347dab33f.
2010-05-11 06:16:24 -05:00
Charles Lowell
551b048cf1 remove 2.0.6 source 2010-05-06 22:15:36 -05:00
Charles Lowell
b347dab33f linux amd64 patch not necessary anymore, with version 2.1.10 2010-05-06 22:13:37 -05:00
Charles Lowell
082f1bda2f SCons patch for no-strict-aliasing not necessary anymore. 2010-05-06 22:13:15 -05:00
Charles Lowell
5c8c8c876a upgrade to v8 2.1.10 2010-05-06 22:12:33 -05:00
Charles Lowell
8bdbcebb46 switch makefile to not patch the SConstruct 2010-05-06 20:53:35 -05:00
Charles Lowell
681b02e08c If on linux amd64, compile V8 objects with -fPIC for both C and C++ files. 2010-02-16 20:42:08 -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
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