summaryrefslogtreecommitdiff
path: root/test cases/java
AgeCommit message (Expand)Author
2024-01-02tests: fix java JNI test assert for jni.h existingEli Schwartz
2023-05-28tests: bump java compat level up to 8Eli Schwartz
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz
2022-12-15Try to find the jni dependency when javac is a Darwin stubTristan Partin
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin
2022-03-22Add ability to add resources to jarsTristan Partin
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin
2022-03-04Add modules kwarg to JNI system depTristan Partin
2022-03-02Rename JDK system dep to JNITristan Partin
2022-03-01Deprecate java.generate_native_header() in favor of java.generate_native_head...Tristan Partin
2021-08-22Add Java moduleTristan Partin
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-04-12dependency: Add JDK system dependencyTristan Partin
2020-07-12Decrease version requirement to work on Xenial.Jussi Pakkanen
2020-03-17docs: Add Environment variables for compiler/linker selectionDylan Baker
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2020-01-29Bump Java version in test program.Jussi Pakkanen
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker
2018-11-02ninjabackend: add generated source files to jar compile target source listAurélien Zanelli
2018-07-03java: add jar linking testNiclas Moeslund Overby
2018-05-16tests: Remove redundant test and include_directories('.')Niclas Moeslund Overby
2018-05-16ninja: add build dir to javac -sourcepathRobert Bragg
2018-05-16ninja: avoid needing include_directory('.') with jar()Robert Bragg
2018-05-16ninja: pass separated paths to javac -sourcepathRobert Bragg
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen
2016-11-20Can set compiler arguments in Java.Jussi Pakkanen
2016-01-10Build Java projects with multiple files and other cleanups.Jussi Pakkanen
2014-03-11Now with working subdirs for Java.Jussi Pakkanen
2014-03-11Can run built jar files.Jussi Pakkanen
2014-03-11A few tweaks.Jussi Pakkanen
2014-03-10Started work on Java support because why not.Jussi Pakkanen