Commit Graph

43 Commits

Author SHA1 Message Date
James Roseborough
b545646922 Add utilities and sample code to load luaj in custom class loader for strong sandboxing, and use of orphaned threads. 2015-04-17 02:59:50 +00:00
James Roseborough
f3fb9a7fde Fix javadoc comments. 2015-04-15 05:07:43 +00:00
James Roseborough
7f5d052faa Add samplesandboxed.lua script to demonstrate sandboxing in lua. 2015-04-11 23:36:48 +00:00
James Roseborough
2c50d505eb Add SampleSandboxed.java sample code to illustrate sandboxing. 2015-04-06 05:18:52 +00:00
James Roseborough
ba43e15e72 Add ReadOnlyTable and ReadWriteShadowTable, add sandboxing example code, make string metatable a real metatable. 2015-03-22 00:36:44 +00:00
James Roseborough
c8e4bea43d Improve string byte backing ownership, add gradle file, up version, improve build packaging rules. 2015-03-09 06:32:54 +00:00
James Roseborough
e115be79a2 Update version to 3.0 2014-07-04 03:35:38 +00:00
James Roseborough
a6105d5f62 Rename Globals.FINDER to Globals.finder. 2014-03-09 18:00:40 +00:00
James Roseborough
f17e9d7018 Add example android project. 2014-01-27 17:50:34 +00:00
James Roseborough
8dce89ab7d Display key characters in sample applet 2014-01-17 04:57:22 +00:00
James Roseborough
8201095b0d Let sample applet use a plain class loader within the luajava library. 2014-01-16 07:13:15 +00:00
James Roseborough
1bc4acdb89 Add sample applet build file. 2014-01-14 07:15:26 +00:00
James Roseborough
1b6be3c99f Add sample applet sources. 2014-01-13 00:25:09 +00:00
James Roseborough
e98f349e9c Up version to beta3 2014-01-02 15:55:36 +00:00
James Roseborough
48a214fc20 Fix maven example code to match API changes. 2014-01-02 08:17:08 +00:00
James Roseborough
c755752879 Update swingapp example to expect os.time to be in seconds. 2014-01-02 06:23:08 +00:00
James Roseborough
04fd646c87 Update javadoc comments related to library inintialization. 2013-11-22 17:13:55 +00:00
James Roseborough
2123d3f924 Refactor API's related to compiling and loading scripts and character encoding handling. 2013-09-18 05:32:30 +00:00
James Roseborough
729d7bb9da Increment version numbers to 3.0-beta2 (next release) 2013-07-06 15:10:10 +00:00
James Roseborough
1891adf4f2 Update version to beta1 2013-07-05 23:08:50 +00:00
James Roseborough
9a3f6161ce Fix pluggable scripting engine lookup, simplify implementation, and add unit tests. 2013-07-01 05:51:27 +00:00
James Roseborough
424e80900a Implement redirection for pluggable scripting contexts 2013-02-03 01:29:46 +00:00
James Roseborough
8a93c061f7 Implement redirection for pluggable scripting contexts 2013-02-03 00:22:47 +00:00
James Roseborough
05ac5f22e0 Add artifacts to Maven central repository. 2013-02-02 05:24:37 +00:00
James Roseborough
9ffb9499e5 Add ant target to install to maven, sample maven program. 2013-01-29 04:23:41 +00:00
James Roseborough
706d9ba47e Supply environment as extra argument when loading functions. 2013-01-21 21:37:44 +00:00
James Roseborough
d4b8ec31dd Improve sample code for LuaParser. 2012-10-27 15:03:57 +00:00
James Roseborough
1a4eb0e3c7 Improve documentation and samples. 2012-10-03 14:21:26 +00:00
James Roseborough
be4a320bf9 Improve compatibility with lua 5.2. 2012-09-21 05:24:58 +00:00
James Roseborough
04faa79853 Turn on LuaParser error reporting. 2012-09-01 16:51:45 +00:00
James Roseborough
24c476b072 Remove unused import. 2012-09-01 16:22:23 +00:00
James Roseborough
2bf4c5767b Add line number tracking in elements parsed using LuaParser. 2012-09-01 15:56:09 +00:00
James Roseborough
4dcb672b72 Sample code to use LuaParser and extract line and column info. 2012-08-28 16:56:56 +00:00
James Roseborough
a59a34b5e0 Improve the swing sample lua application. 2012-02-01 06:04:51 +00:00
James Roseborough
90839804ef Fix imports, length coercion, script sample 2011-03-03 18:27:21 +00:00
James Roseborough
a07d0f7cb4 Clarify role of bindings in script engine. 2010-12-04 00:47:30 +00:00
James Roseborough
81ad4455dc User luajava coersion logic for JSR-223 binding value coercions from Java to lua 2010-12-03 15:39:26 +00:00
James Roseborough
31f6ffde88 Improve JSR-223 bindings especially for values that are not primitives. 2010-12-03 01:37:47 +00:00
James Roseborough
27ed746300 Additional doc, test for JSR-223 bindings. 2010-12-01 15:08:36 +00:00
James Roseborough
51e64c87cb Change platform packages. 2010-07-30 18:09:31 +00:00
James Roseborough
47b33aea08 Make compiler installed by default for standard platforms. 2010-05-14 04:00:05 +00:00
James Roseborough
de9c967ac5 Fix midlet example including luajc-compiled scripts 2010-04-25 05:35:24 +00:00
James Roseborough
3863ff8e46 Initial sources for planned 2.0 luaj vm release. Most interpreter features and library functions working. 2009-10-27 06:12:24 +00:00