Commit graph

26 commits

Author SHA1 Message Date
Gered 754e820317 bump version 2014-02-20 19:41:10 -05:00
Gered a444873629 add tests 2014-02-20 19:41:01 -05:00
Gered 17c97d5135 add doc comments to explicitly state what the default setting is 2014-02-20 18:12:10 -05:00
Gered 19aab9c19d add clojure function to easily toggle dynamic scope creation on/off 2014-02-20 18:10:22 -05:00
Gered e0ecb7e62b use a static method to toggle this setting on/off instead.
mainly because it makes it so we don't have to use set! in clj_rhino,
since that namespace already defines a function called set! ...
2014-02-20 18:09:59 -05:00
Gered b2fa9f54c5 add DynamicScopeContextFactory 2014-02-20 17:56:29 -05:00
Mariano Guerra 240b9cbf65 compile against java 1.6 2013-07-31 18:37:29 +02:00
Mariano Guerra 8b79ccb845 test defined? 2013-02-11 11:26:14 +01:00
Mariano Guerra 0dc976913c add version of call-timeout that doesn't convert args
call-timeout-raw, it's your job to convert them
2013-02-11 11:07:44 +01:00
Mariano Guerra 762853acce formatting 2013-02-11 10:35:15 +01:00
Mariano Guerra 7248f94aa3 add call-timeout function docs in README 2013-02-08 17:50:25 +01:00
Mariano Guerra a03b77ef03 prepare for 0.2.0 release 2013-02-08 17:44:54 +01:00
Mariano Guerra a122aa704e add function to call a function with a timeout 2013-02-08 17:23:34 +01:00
Mariano Guerra 0439990ed6 allow call to to-js without ctx 2013-02-08 13:45:53 +01:00
Mariano Guerra 462ac5530b add eval-timeout to run code with a timeout 2013-02-07 16:49:05 +01:00
Mariano Guerra 1fc18a6025 allow wrapping plain clojure functions 2013-01-09 17:38:50 +01:00
Mariano Guerra 96e372cddc convert clojure functions to rhino functions in to-js 2013-01-09 16:50:59 +01:00
Mariano Guerra 2fc12781ef support exposing clojure functions to rhino 2013-01-09 16:26:14 +01:00
Mariano Guerra 3e8419f935 prepare for next version 2013-01-09 15:41:18 +01:00
Mariano Guerra 0517c7fb87 add install instructions on readme 2013-01-09 15:40:27 +01:00
Mariano Guerra 8838c6fcb7 prepare for initial release 2013-01-09 15:27:16 +01:00
Mariano Guerra 97493cbfff add convertion examples on readme 2013-01-09 15:13:09 +01:00
Mariano Guerra eb42749079 add from-clj to convert rhino to clojure objects 2013-01-09 14:06:24 +01:00
Mariano Guerra 91cfb163e9 add to-js function to convert to rhino datastructures
thanks clojure.data/json for the inspiration
2013-01-09 11:40:42 +01:00
Mariano Guerra e98a25d9b4 fix readme 2013-01-08 17:02:40 +01:00
Mariano Guerra 31a1807ec7 initial import 2013-01-08 16:55:55 +01:00