79 次代码提交 (5d07a9331ddf346c36f647c1fffea630a7abe8e1)

作者 SHA1 备注 提交日期
  kindlich 5d07a9331d
JavaNativeModule: Allow ZenMethod annotation to be used alongside the others 4 年前
  kindlich 7134ba06b3
JavaNativeModule: Allow getters in Expansions 4 年前
  kindlich a7a7f84159
JavaNativeModule: Add type parameter infos from dependend modules 4 年前
  kindlich 710d29a45a
JavaNativeModule: Fixed Method selection for Functional interfaces 4 年前
  kindlich ee949a7bd1
JavaNative: Moved loading of method return type to a latter time 4 年前
  kindlich 8773d157ac
JavaNativeModule: Don't add methods whose signature was overriden to child class 4 年前
  kindlich a96a0f41c0
Fixed JNM#getFunctionalInterfaceMethod 5 年前
  kindlich 5a9962b07a
[WIP] Skip member evaluation if class should not be loaded in the first place 5 年前
  kindlich 422ee64c85
[WIP, I have no idea what I'm doing]Get types declared in StdLibs from the registry 5 年前
  kindlich 8dd4cef26d
Added type mapping when generic base type is a class 5 年前
  kindlich ff6514edae
[WIP, I have no idea what I'm doing] Trying to get generic parameters working 5 年前
  kindlich 10fc19cc9f
WIP: Saving so that it is safe :smile: 5 年前
  Jared 1d02904fea
Maybe fixed type arguments, added more logger info 5 年前
  Jared c7466e5c37
Log more info about what package is trying to be registered into 5 年前
  Jared 4cbbe1f387
work on getting this working 5 年前
  Jared 6335559b29
Remove stdlib as a resource, as it is causing duplicate jar entries 5 年前
  Jared cc51395056
made stdlibs a jar file 5 年前
  Jared 459781d075
Revert back to the zip file 5 年前
  Jared 6de9e2f3fc
don't include StdLibs in the build anymore 5 年前
  Jared 1f4b126e18
Added FolderPackage, made stdlibs read from a folder instead of zip 5 年前
  Jared cb2950a278
Revert "test with naming StdLibs as zsp (zs package)" 5 年前
  Jared 95d9aa2b32
test with naming StdLibs as zsp (zs package) 5 年前
  kindlich 2e09623f39
Fixed Module using class name instead of annotation name 5 年前
  Jared 71844ec536
Added a logger to ScriptingEngine to catch a few extra errors 5 年前
  kindlich 07d6866fb2
Fixed Bridge methods IncompatibleClassChangeError 5 年前
  kindlich 4a078a08ae
Added Storage tag annotation 5 年前
  kindlich eca522b4f9
Some GetForName Changes 5 年前
  kindlich 215e92e5bf
Added TypeParsing to JNM#getTypeFromName 5 年前
  Jared 1ac2cb0bb6
fixed crash when value.name is null 5 年前
  Jared 6f6b96ddb5
More work on expansions, casters are done 5 年前
  kindlich c7c34cbc2a
Expansions: Check if the 1st parameter is the expanded type 5 年前
  kindlich b1a2691cbf
First step towards ZenExpansions 5 年前
  kindlich 58a34905c6
Fix optional not counting as nullable 5 年前
  kindlich 1dd20f24a2
JavaNativeModule: Moved definition register up to help with circular hierarchies 5 年前
  kindlich 5d6ed900ad
Allow the use of default expressions in Optional annotation 5 年前
  Jared 93d75695ec
fix optionals not inheriting nullable and expecting a default type 5 年前
  Jared ba2b04790b
small code cleanup 5 年前
  kindlich cebae626fe
ShouldLoadClass now checks for Name annotation 5 年前
  Jared d9e8ef65ea
Made the Name error say which class caused the issue 5 年前
  kindlich 5e9d773084
Allow Already converted classes from dependencies to be used, even if in another package 5 年前
  Jared cbf1ac90e6
Added kindlich's name fix 5 年前
  Jared 191edd6cae
Added better logging in JavaNativeModule 5 年前
  kindlich fa8a3588cb
Fixed Exception for invalid package even if the class name was overriden using @Name 5 年前
  Stan Hebben c3b948d8fe Fixed support for optional parameters. Also implemented java integration for them. 5 年前
  kindlich b34bdf376a
Enums now are registered to their class package, fields use the correct modifiers 5 年前
  kindlich 5374b6f716
WIP: Loggers, added parsing logger 5 年前
  kindlich 2255428bd9
Created ScriptingEngine#createScriptedModule overload that accepts loggers 5 年前
  kindlich a4d4176e7f
JavaNativeLoader: removed unneccessary Field 5 年前
  kindlich 608baebce8
Added modules getter to the ScriptingEngine and allow empty base base package names in JavaNativeModule 5 年前
  Stan Hebben a86086cdec Added native loader to resolve dependencies between native modules. 5 年前