aboutsummaryrefslogtreecommitdiff
path: root/test cases/java
AgeCommit message (Expand)AuthorFilesLines
2024-01-02tests: fix java JNI test assert for jni.h existingEli Schwartz1-2/+2
2023-05-28tests: bump java compat level up to 8Eli Schwartz1-2/+2
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz1-1/+1
2022-12-15Try to find the jni dependency when javac is a Darwin stubTristan Partin1-0/+6
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin1-1/+1
2022-03-22Add ability to add resources to jarsTristan Partin5-0/+48
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin5-17/+33
2022-03-04Add modules kwarg to JNI system depTristan Partin1-1/+1
2022-03-02Rename JDK system dep to JNITristan Partin10-52/+52
2022-03-01Deprecate java.generate_native_header() in favor of java.generate_native_head...Tristan Partin2-2/+3
2021-08-22Add Java moduleTristan Partin4-25/+13
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz4-7/+6
2021-04-12dependency: Add JDK system dependencyTristan Partin7-0/+105
2020-07-12Decrease version requirement to work on Xenial.Jussi Pakkanen1-2/+2
2020-03-17docs: Add Environment variables for compiler/linker selectionDylan Baker1-0/+4
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger2-1/+5
2020-01-29Bump Java version in test program.Jussi Pakkanen1-2/+2
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker1-1/+1
2018-11-02ninjabackend: add generated source files to jar compile target source listAurélien Zanelli5-0/+54
2018-07-03java: add jar linking testNiclas Moeslund Overby4-0/+26
2018-05-16tests: Remove redundant test and include_directories('.')Niclas Moeslund Overby10-39/+1
2018-05-16ninja: add build dir to javac -sourcepathRobert Bragg5-0/+52
2018-05-16ninja: avoid needing include_directory('.') with jar()Robert Bragg3-0/+36
2018-05-16ninja: pass separated paths to javac -sourcepathRobert Bragg3-0/+37
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen2-1/+4
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen2-0/+20
2016-11-20Can set compiler arguments in Java.Jussi Pakkanen2-0/+16
2016-01-10Build Java projects with multiple files and other cleanups.Jussi Pakkanen6-12/+30
2014-03-11Now with working subdirs for Java.Jussi Pakkanen3-0/+13
2014-03-11Can run built jar files.Jussi Pakkanen1-1/+2
2014-03-11A few tweaks.Jussi Pakkanen1-1/+1
2014-03-10Started work on Java support because why not.Jussi Pakkanen2-0/+11