summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/swift.py
Commit message (Expand)AuthorAgeFilesLines
* Change "can not" to "cannot" throughout projectHiPhish2023-04-111-1/+1
* Compilers: Keep ccache and exelist separatedXavier Claessens2022-10-251-1/+1
* Not all compilers support depfileXavier Claessens2022-10-241-1/+1
* compilers: Add optimization=plain optionJan Tojnar2022-10-091-0/+1
* move various unused typing-only imports into type-checking blocksEli Schwartz2022-07-031-1/+3
* compilers: push the compiler id to a class variableDylan Baker2022-01-101-1/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-1/+1
* compilers/swift: Add type annotationsDylan Baker2020-10-011-30/+37
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-3/+2
* compilers: put name_string method in base compilerDylan Baker2020-09-241-3/+0
* compilers: Fix accidental coredata mutationsOle André Vadla RavnÄs2020-03-291-1/+2
* 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/+1
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-2/+7
* compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker2019-08-301-0/+3
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-12/+0
* compilers/swift: Pass extra args to the Compiler constructorDylan Baker2019-08-141-2/+2
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-9/+5
* Sanity check with external argsJohn Ericson2019-03-271-2/+14
* Remove get_cross_extra_flagsJohn Ericson2019-02-151-2/+1
* Added more compiler option supportDaniel Mensinger2019-01-061-1/+1
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+7
* Added unit testDaniel Mensinger2019-01-061-1/+1
* Fixed list_target_files and list_targetsDaniel Mensinger2019-01-061-1/+1
* Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-1/+15
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+99