zcl
4 years agoImprove CLEventList design and fix CLEvent.setEventCallback.
Not Zed [Sun, 26 Jan 2020 07:39:09 +0000 (18:09 +1030)]
Improve CLEventList design and fix CLEvent.setEventCallback.
Now uses a MemorySegment directly to read/write events, bypassing Java
unless necessary.
Added tests.
4 years agoMore tests and minor changes.
Not Zed [Sat, 25 Jan 2020 23:36:19 +0000 (10:06 +1030)]
More tests and minor changes.
4 years agoAdd test driver
Not Zed [Sat, 25 Jan 2020 21:36:45 +0000 (08:06 +1030)]
Add test driver
4 years agoAdd a couple of tests.
Not Zed [Sat, 25 Jan 2020 21:36:28 +0000 (08:06 +1030)]
Add a couple of tests.
4 years agoFixed the rotation option.
Not Zed [Sat, 25 Jan 2020 12:14:40 +0000 (22:44 +1030)]
Fixed the rotation option.
Added a couple more targets.
4 years agoFix the pointer array allocation length.
Not Zed [Sat, 25 Jan 2020 10:37:24 +0000 (21:07 +1030)]
Fix the pointer array allocation length.
4 years agoRevert incorrect change to release()
Not Zed [Sat, 25 Jan 2020 03:10:14 +0000 (13:40 +1030)]
Revert incorrect change to release()
4 years agoAdded some gc debugging / helpers.
Not Zed [Sat, 25 Jan 2020 03:07:54 +0000 (13:37 +1030)]
Added some gc debugging / helpers.
4 years agoAdded javafx mandelbrot zoomer demo.
Not Zed [Sat, 25 Jan 2020 01:58:03 +0000 (12:28 +1030)]
Added javafx mandelbrot zoomer demo.
Added ability to run demos from make.
4 years agoAllow per-module --module-path parameters
Not Zed [Sat, 25 Jan 2020 01:57:17 +0000 (12:27 +1030)]
Allow per-module --module-path parameters
4 years agoMake jdk.foreign transitive.
Not Zed [Sat, 25 Jan 2020 01:56:18 +0000 (12:26 +1030)]
Make jdk.foreign transitive.
4 years agoAdd CLObject.release() static methods to avoid Native leakage.
Not Zed [Sat, 25 Jan 2020 01:55:01 +0000 (12:25 +1030)]
Add CLObject.release() static methods to avoid Native leakage.
4 years agoMostly documentation updates with a couple more api functions implemented.
Not Zed [Fri, 24 Jan 2020 06:35:39 +0000 (17:05 +1030)]
Mostly documentation updates with a couple more api functions implemented.
4 years agoStarted a panama (no jni) based implementation.
Not Zed [Fri, 24 Jan 2020 02:48:05 +0000 (13:18 +1030)]
Started a panama (no jni) based implementation.
4 years agoBump to JDK 13
Michael Zucchi [Sat, 26 Oct 2019 01:14:49 +0000 (11:44 +1030)]
Bump to JDK 13
4 years agoRemove .classes from jni .o
Michael Zucchi [Sat, 26 Oct 2019 00:39:03 +0000 (11:09 +1030)]
Remove .classes from jni .o
5 years agoRenamed config.make to config.make.in so it isn't checked in.
Michael Zucchi [Sat, 19 Oct 2019 04:24:43 +0000 (14:54 +1030)]
Renamed config.make to config.make.in so it isn't checked in.
Updated java.make
Fixed paths in README
5 years agoTweaks to java.make.
Michael Zucchi [Fri, 2 Aug 2019 05:20:46 +0000 (14:50 +0930)]
Tweaks to java.make.
5 years agoSwitch trunk to pre 1.1 dev
Michael Zucchi [Tue, 23 Apr 2019 03:40:54 +0000 (13:10 +0930)]
Switch trunk to pre 1.1 dev
5 years agoBump for 1.0 release, nativez-1.0 zcl-1.0
Michael Zucchi [Tue, 23 Apr 2019 01:45:53 +0000 (11:15 +0930)]
Bump for 1.0 release, nativez-1.0
5 years agoUpdate the README.
Michael Zucchi [Mon, 22 Apr 2019 09:43:05 +0000 (19:13 +0930)]
Update the README.
5 years agoUpdate java lookups to use new nativez mechanism.
Michael Zucchi [Mon, 22 Apr 2019 09:22:05 +0000 (18:52 +0930)]
Update java lookups to use new nativez mechanism.
Fix a bunch of erronous variable names.
Use *MethodA() instead of varargs calls.
Fix generic type safety on getExtension() calls.
Update java.make.
5 years agoInitial load of pre 2.0 modularised zcl.
Michael Zucchi [Mon, 22 Apr 2019 02:38:18 +0000 (12:08 +0930)]
Initial load of pre 2.0 modularised zcl.