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
/
swift.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_std_args
Dylan Baker
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: Remove Environment parameter from get_compileropt_value
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
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-08-02
swift: Pass C++ base compile options to swiftc
Katalin Rebhan
2025-08-02
Add swift_interoperability_mode kwarg
Katalin Rebhan
2025-07-24
Add -parse-as-library to Swift library targets
Katalin Rebhan
2025-06-23
swift: Add support for C++/Objective-C++ interoperability
Albert Tang
2025-06-05
swift: Pass C base compile options to swiftc
Katalin Rebhan
2025-04-30
compilers: introduce common helper for sanity checks
Paolo Bonzini
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-04-04
compilers: move -std options to get_option_std_args, special-casing CUDA
Paolo Bonzini
2025-03-01
swift: Add swift_std compiler option
Marco Rebhan
2025-02-11
ninja backend: Use swiftc flag -working-directory if available
Marco Rebhan
2025-01-29
swift: Fix duplicate SDK include paths causing a compile error
Piotr Brzeziński
2024-04-27
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
Benjamin Gilbert
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
Not all compilers support depfile
Xavier Claessens
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
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-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-10-01
compilers/swift: Add type annotations
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-03-29
compilers: Fix accidental coredata mutations
Ole André Vadla Ravnås
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-30
compilers: Move the compiler argument to proxy linker flags to the compiler c...
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-14
compilers/swift: Pass extra args to the Compiler constructor
Dylan Baker
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-03-27
Sanity check with external args
John Ericson
2019-02-15
Remove get_cross_extra_flags
John Ericson
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-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
[next]