aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/swift.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-27backend/ninja: use generate_basic_compiler_args() for C#, Java, SwiftBenjamin Gilbert1-1/+7
2023-12-23Remove `get_buildtype_args` functionCharles Brunet1-4/+1
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-2/+2
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-1/+1
2022-10-24Not all compilers support depfileXavier Claessens1-1/+1
2022-10-09compilers: Add optimization=plain optionJan Tojnar1-0/+1
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-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-01-04use OptionKey for compiler_optionsDylan Baker1-1/+1
2020-10-01compilers/swift: Add type annotationsDylan Baker1-30/+37
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-3/+2
2020-09-24compilers: put name_string method in base compilerDylan Baker1-3/+0
2020-03-29compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs1-1/+2
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/+1
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-2/+7
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-0/+3
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-12/+0
2019-08-14compilers/swift: Pass extra args to the Compiler constructorDylan Baker1-2/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-9/+5
2019-03-27Sanity check with external argsJohn Ericson1-2/+14
2019-02-15Remove get_cross_extra_flagsJohn Ericson1-2/+1
2019-01-06Added more compiler option supportDaniel Mensinger1-1/+1
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+7
2019-01-06Added unit testDaniel Mensinger1-1/+1
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger1-1/+1
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-1/+15
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+99