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

7 commits

Author SHA1 Message Date
Petko Bordjukov
7cbcb1face Remove compiler inference support 2018-06-22 13:45:24 +03:00
ignisf
1a9cbd5936 The RSpec spies syntax is now available by default 2014-06-15 13:40:57 +03:00
ignisf
ac4ea1209f Extract the CompilerHelpers module to spec/support 2014-06-15 13:30:41 +03:00
ignisf
4a0b861fb3 Add specs for the compiler classes 2014-06-15 13:19:13 +03:00
ignisf
80a8dc04f3 Refactor the compiler detection module 2014-06-15 12:32:06 +03:00
Charles Lowell
6e2a27820a delegate makefile configuration to v8
therubyracer now delegates all lookup for its v8
compilation dependencies to the libv8 gem.

if you pass the --with-system-v8 flag to the libv8
gem on install, try to configure therubyracer upon
compile with the following options.

--with-v8-include, --with-v8-lib and --with-v8-dir

Otherwise, it will configure therubyracer to use
its own vendored version of v8.
2013-01-04 16:50:30 -06:00
Charles Lowell
1ff9b95b6e merge origin/master 2012-04-25 22:46:30 -05:00