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

35 commits

Author SHA1 Message Date
Charles Lowell
6a27f172ec 0.7.5: Property interceptors. Indexed property access. Fewer segfaults. Upgrade V8 2010-08-03 13:34:29 -05:00
Charles Lowell
dab6eda397 0.7.4: patch release for rvm rubies 2010-06-16 22:51:03 +03:00
Charles Lowell
991e671d1d 0.7.3: fix problem with gem bundle. don't catch serious exceptions 2010-06-16 14:08:45 +03:00
Charles Lowell
19a88a48fb 0.7.2: embed ruby class objects as javascript constructors. unified javascript/ruby backtrace. rubinius 1.x support. 2010-06-14 22:35:28 +03:00
Charles Lowell
48d6e04e17 renamed js error into something more manageable 2010-06-11 17:11:49 +03:00
Charles Lowell
330cbbe95d version bump for 0.7.2.pre release 2010-06-07 19:48:35 +03:00
Charles Lowell
ed1d49ad7e 0.7.1: call JavaScript methods and constructors from Ruby. Add Jasmine testing framework to contrib 2010-06-03 16:27:15 +03:00
Charles Lowell
f05dda07f6 move version to 0.7.1 pre release 2010-06-02 16:16:39 +03:00
Charles Lowell
542f4ebde5 0.7.0: better handling for hashes, arrays, dates, times, exceptions. plus a low level scripting interface for V8 2010-05-31 08:58:15 +03:00
Charles Lowell
27e5bae0f2 prerelease version 0.7.0.pre 2010-05-27 22:05:19 +03:00
Charles Lowell
4e94ff71bd old v8 version 2010-05-23 18:47:47 +03:00
Charles Lowell
025fedcc23 move ruby property access to its own module 2010-05-22 12:12:42 +03:00
Charles Lowell
85363d2f14 expose the array object as a subclass of function 2010-05-20 12:08:16 +03:00
Charles Lowell
593b77227f Bump Version to 0.6.1 2010-05-02 15:56:11 -05:00
Charles Lowell
e60b22f8d2 call JavaScript functions from Ruby 2010-04-22 11:46:21 -05:00
Charles Lowell
99441513dc version 0.6 is more fun 2010-03-23 10:10:49 -05:00
Charles Lowell
1bc3d650ee 0.5.5: now runs on RHEL 5 2010-03-15 07:13:10 -05:00
Charles Lowell
8f2d680607 0.5.4: fix install bug where ext/ dir not being required 2010-03-09 23:36:49 -06:00
Charles Lowell
efdb6c807d 0.5.3: Full Javascript Stack Traces 2010-03-01 07:28:00 -06:00
Charles Lowell
e419a73d54 0.5.2 v8 shell. better error messages 2010-02-26 21:57:56 -06:00
Charles Lowell
3ef6f0355a 0.5.1: minor bug fix for 1.8.6 2010-02-17 07:08:45 -06:00
Charles Lowell
2586465522 add tap support to 1.8.6 2010-02-17 07:02:16 -06:00
Charles Lowell
95be39a32f 0.5.0: Support for Linux 64bit 2010-02-16 20:54:32 -06:00
Charles Lowell
9c81b461fa switch to using jeweler from newgem/hoe 2010-02-11 16:39:51 -06:00
Charles Lowell
ae3f78a21e 0.4.8: More descriptive errors. 2010-02-08 11:23:57 -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
Charles Lowell
4fa80b582d 0.4.6: better compatibility with 1.8.6 2010-01-26 10:39:20 -06:00
Charles Lowell
1bca954576 version 0.4.5: ruby getter and setter love 2010-01-18 01:19:08 +02:00
Charles Lowell
abe3f3ba49 version 0.4.4: use any ruby object as a scope 2010-01-14 00:54:26 +02:00
Charles Lowell
63ad2a239d release 0.4.3 2010-01-11 09:45:45 +02:00
Charles Lowell
7fe378fa0e version 0.4.2 now embeds ruby objects into javascript 2010-01-10 00:21:42 +02:00
Charles Lowell
e13f662e63 bump version and manifests for 0.4.1 release 2010-01-09 18:56:55 +02:00
Charles Lowell
a0af37906c start building out ruby interface 2009-12-18 09:48:06 +02:00
Charles Lowell
7912eec8cd get the ruby racer running on the shared specs (which fail horribly) 2009-12-16 07:40:19 +01:00
Charles Lowell
2df1f3f33b 'gemify' the source 2009-12-15 07:35:55 +02:00