summaryrefslogtreecommitdiff
path: root/test cases/java
Commit message (Expand)AuthorAgeFilesLines
* test cases: use best practices method to find the python3 programEli Schwartz2023-02-241-1/+1
* Try to find the jni dependency when javac is a Darwin stubTristan Partin2022-12-151-0/+6
* Rename java.generate_native_headers to java.native_headersTristan Partin2022-12-111-1/+1
* Add ability to add resources to jarsTristan Partin2022-03-225-0/+48
* Fix @typed_pos_args on java.generate_native_headersTristan Partin2022-03-075-17/+33
* Add modules kwarg to JNI system depTristan Partin2022-03-041-1/+1
* Rename JDK system dep to JNITristan Partin2022-03-0210-52/+52
* Deprecate java.generate_native_header() in favor of java.generate_native_head...Tristan Partin2022-03-012-2/+3
* Add Java moduleTristan Partin2021-08-224-25/+13
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-154-7/+6
* dependency: Add JDK system dependencyTristan Partin2021-04-127-0/+105
* Decrease version requirement to work on Xenial.Jussi Pakkanen2020-07-121-2/+2
* docs: Add Environment variables for compiler/linker selectionDylan Baker2020-03-171-0/+4
* test: merge installed_files.txt into test.jsonDaniel Mensinger2020-02-252-1/+5
* Bump Java version in test program.Jussi Pakkanen2020-01-291-2/+2
* tests/java: force latency in generation to exercise raceDylan Baker2018-11-071-1/+1
* ninjabackend: add generated source files to jar compile target source listAurélien Zanelli2018-11-025-0/+54
* java: add jar linking testNiclas Moeslund Overby2018-07-034-0/+26
* tests: Remove redundant test and include_directories('.')Niclas Moeslund Overby2018-05-1610-39/+1
* ninja: add build dir to javac -sourcepathRobert Bragg2018-05-165-0/+52
* ninja: avoid needing include_directory('.') with jar()Robert Bragg2018-05-163-0/+36
* ninja: pass separated paths to javac -sourcepathRobert Bragg2018-05-163-0/+37
* Do not strip jar targets. Closes #1343.Jussi Pakkanen2017-02-062-1/+4
* Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen2016-12-122-0/+20
* Can set compiler arguments in Java.Jussi Pakkanen2016-11-202-0/+16
* Build Java projects with multiple files and other cleanups.Jussi Pakkanen2016-01-106-12/+30
* Now with working subdirs for Java.Jussi Pakkanen2014-03-113-0/+13
* Can run built jar files.Jussi Pakkanen2014-03-111-1/+2
* A few tweaks.Jussi Pakkanen2014-03-111-1/+1
* Started work on Java support because why not.Jussi Pakkanen2014-03-102-0/+11