index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
java.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.run_sanity_check
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-04-30
compilers: introduce common helper for sanity checks
Paolo Bonzini
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-05
compilers: drop dead code
Eli Schwartz
2023-09-25
fix bug where all java builds & tests fail to run SanityCheck on JDK11
Alan Brooks
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixin
Tristan Partin
2022-10-24
Use f-strings in JavaCompiler
Tristan Partin
2022-10-24
Add missing compiler functions to JavaCompiler
Tristan Partin
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-11-08
compilers/java: Add no_warn_args and debug_args methods
Dylan Baker
2021-08-22
Add Java module
Tristan Partin
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2020-10-01
compilers: make get_optimization_args abstract
Dylan Baker
2020-10-01
compilers/java: Add type annotations
Dylan Baker
2020-10-01
compilers/cuda: make type safe
Dylan Baker
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-10-01
compilers: move split_shlib_to_parts to the base compiler
Dylan Baker
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
2020-09-24
compilers: put name_string method in base compiler
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-12
compilers: move language attribute to the class level
Dylan Baker
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-02-01
C# and Java compilers should have `is_cross = False`
John Ericson
2019-01-06
More os.pathsep
Daniel Mensinger
2019-01-06
Use os.pathsep
Daniel Mensinger
2019-01-06
Handle java correct
Daniel Mensinger
2019-01-06
Added more compiler option support
Daniel Mensinger
2019-01-06
Absolute path generation refactoring
Daniel Mensinger
2019-01-06
Added unit test
Daniel Mensinger
2019-01-06
Fixed list_target_files and list_targets
Daniel Mensinger
2018-06-18
macos: Rewrite install_name for dependent built libraries on install
Nirbheek Chauhan
2018-05-09
Revert "Add macOS linker versioning information"
Nirbheek Chauhan
2018-04-16
Add macOS linker versioning information
Tom Schoonjans
2017-07-21
Add build_rpath as new property allowing people to specify rpath entries that...
Jussi Pakkanen
2017-06-23
Split out languages from compilers.py
Alistair Thomas