aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/java.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-23Remove `get_buildtype_args` functionCharles Brunet1-7/+8
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-12-05compilers: drop dead codeEli Schwartz1-3/+0
2023-09-25fix bug where all java builds & tests fail to run SanityCheck on JDK11Alan Brooks1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-1/+1
2022-10-24Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixinTristan Partin1-4/+8
2022-10-24Use f-strings in JavaCompilerTristan Partin1-2/+2
2022-10-24Add missing compiler functions to JavaCompilerTristan Partin1-0/+6
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-1/+3
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-1/+1
2021-11-08compilers/java: Add no_warn_args and debug_args methodsDylan Baker1-0/+8
2021-08-22Add Java moduleTristan Partin1-4/+5
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2020-10-01compilers: make get_optimization_args abstractDylan Baker1-0/+3
2020-10-01compilers/java: Add type annotationsDylan Baker1-24/+22
2020-10-01compilers/cuda: make type safeDylan Baker1-6/+0
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-3/+0
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker1-3/+0
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-1/+0
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+0
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-2/+2
2019-12-12compilers: move language attribute to the class levelDylan Baker1-1/+3
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-4/+10
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-16/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-3/+3
2019-02-01C# and Java compilers should have `is_cross = False`John Ericson1-0/+1
2019-01-06More os.pathsepDaniel Mensinger1-1/+1
2019-01-06Use os.pathsepDaniel Mensinger1-1/+1
2019-01-06Handle java correctDaniel Mensinger1-4/+4
2019-01-06Added more compiler option supportDaniel Mensinger1-0/+6
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+3
2019-01-06Added unit testDaniel Mensinger1-1/+1
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger1-1/+1
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-1/+1
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan1-1/+1
2018-04-16Add macOS linker versioning informationTom Schoonjans1-1/+1
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-1/+1
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+115