index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
java
Age
Commit message (
Expand
)
Author
2024-01-02
tests: fix java JNI test assert for jni.h existing
Eli Schwartz
2023-05-28
tests: bump java compat level up to 8
Eli Schwartz
2023-02-24
test cases: use best practices method to find the python3 program
Eli Schwartz
2022-12-15
Try to find the jni dependency when javac is a Darwin stub
Tristan Partin
2022-12-11
Rename java.generate_native_headers to java.native_headers
Tristan Partin
2022-03-22
Add ability to add resources to jars
Tristan Partin
2022-03-07
Fix @typed_pos_args on java.generate_native_headers
Tristan Partin
2022-03-04
Add modules kwarg to JNI system dep
Tristan Partin
2022-03-02
Rename JDK system dep to JNI
Tristan Partin
2022-03-01
Deprecate java.generate_native_header() in favor of java.generate_native_head...
Tristan Partin
2021-08-22
Add Java module
Tristan Partin
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-04-12
dependency: Add JDK system dependency
Tristan Partin
2020-07-12
Decrease version requirement to work on Xenial.
Jussi Pakkanen
2020-03-17
docs: Add Environment variables for compiler/linker selection
Dylan Baker
2020-02-25
test: merge installed_files.txt into test.json
Daniel Mensinger
2020-01-29
Bump Java version in test program.
Jussi Pakkanen
2018-11-07
tests/java: force latency in generation to exercise race
Dylan Baker
2018-11-02
ninjabackend: add generated source files to jar compile target source list
Aurélien Zanelli
2018-07-03
java: add jar linking test
Niclas Moeslund Overby
2018-05-16
tests: Remove redundant test and include_directories('.')
Niclas Moeslund Overby
2018-05-16
ninja: add build dir to javac -sourcepath
Robert Bragg
2018-05-16
ninja: avoid needing include_directory('.') with jar()
Robert Bragg
2018-05-16
ninja: pass separated paths to javac -sourcepath
Robert Bragg
2017-02-06
Do not strip jar targets. Closes #1343.
Jussi Pakkanen
2016-12-12
Make Java compilation work with inner classes. Closes #1157.
Jussi Pakkanen
2016-11-20
Can set compiler arguments in Java.
Jussi Pakkanen
2016-01-10
Build Java projects with multiple files and other cleanups.
Jussi Pakkanen
2014-03-11
Now with working subdirs for Java.
Jussi Pakkanen
2014-03-11
Can run built jar files.
Jussi Pakkanen
2014-03-11
A few tweaks.
Jussi Pakkanen
2014-03-10
Started work on Java support because why not.
Jussi Pakkanen