0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 11 years ago
Java exception -> condition More... about 11 years ago
Merge pull request #2 from chicken-mobile/jimport-java-ns More... about 11 years ago
Merge branch 'jimport-java-ns' of github.com:chicken-mobile/jni into jimport-java-ns More... about 11 years ago
Handle class/method/field not found More... about 11 years ago
Update README.md More... about 11 years ago
added import-java-ns. This approach needs to locate the class in the imported packages and this is only possible in runtime, so I need to rewrite mangle-class-name and expand-type to be regular procedures instead of expansiontime macros. More... about 11 years ago
updating doc, improving field/method macros, adding some tests More... about 11 years ago
updating docs More... about 11 years ago
improving style More... about 11 years ago
examples turned into tests More... about 11 years ago
renamed jni-java-utils to jni-reflection More... about 11 years ago
adding jlambda-constructor More... about 11 years ago
new jlambda-method signature More... about 11 years ago
adding jlambda-field More... about 11 years ago
Merge branch 'master' into jim More... about 11 years ago
Merge pull request #1 from hugoArregui/doc More... about 11 years ago
adding field and static-field macros, updating docs More... about 11 years ago
Merge branch 'doc' of https://github.com/hugoArregui/jni into doc More... about 11 years ago
improving markdown style More... about 11 years ago
more docs More... about 11 years ago
improving markdown style More... about 11 years ago
egg doc as readme, using markdown More... about 11 years ago
jni-jlambda.scm contains jlambda/jimport stuff, added egg doc More... about 11 years ago
moving high lvl java utils to it's own file More... about 11 years ago
- stacked source code as: - jni-primitives.scm contains types.scm some other data definition - jni-def-macros contains only type procedures generation. - jni-jlambda.scm contains jlambda/jimport stuff - jni-java-utils.scm contains high lvl java utils - Added egg doc as README.md using markdown More... about 11 years ago
jni-primitives.scm contains types.scmm some other data definition from jni-def-macros and the jni-env-lambda macro. More... about 11 years ago
jni needs foreigners More... about 11 years ago
Add emacs mode line for .meta and .setup More... about 11 years ago
jni.setup: fixes for cross-compilation More... about 11 years ago