summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/java.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: make get_optimization_args abstractDylan Baker2020-10-011-0/+3
* compilers/java: Add type annotationsDylan Baker2020-10-011-24/+22
* compilers/cuda: make type safeDylan Baker2020-10-011-6/+0
* compilers: move get_dependency_gen_args to base CompilerDylan Baker2020-10-011-3/+0
* compilers: move split_shlib_to_parts to the base compilerDylan Baker2020-10-011-3/+0
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-1/+0
* compilers: put name_string method in base compilerDylan Baker2020-09-241-3/+0
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-2/+2
* compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+3
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-4/+10
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-16/+2
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-3/+3
* C# and Java compilers should have `is_cross = False`John Ericson2019-02-011-0/+1
* More os.pathsepDaniel Mensinger2019-01-061-1/+1
* Use os.pathsepDaniel Mensinger2019-01-061-1/+1
* Handle java correctDaniel Mensinger2019-01-061-4/+4
* Added more compiler option supportDaniel Mensinger2019-01-061-0/+6
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+3
* Added unit testDaniel Mensinger2019-01-061-1/+1
* Fixed list_target_files and list_targetsDaniel Mensinger2019-01-061-1/+1
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-1/+1
* Revert "Add macOS linker versioning information"Nirbheek Chauhan2018-05-091-1/+1
* Add macOS linker versioning informationTom Schoonjans2018-04-161-1/+1
* Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-1/+1
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+115