summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cs.py
AgeCommit message (Expand)Author
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker
2020-10-01compilers/cs: Add type annotationsDylan Baker
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: put name_string method in base compilerDylan Baker
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-29Fix builtin variable namesDaniel Mensinger
2019-02-01C# and Java compilers should have `is_cross = False`John Ericson
2019-01-06Added more compiler option supportDaniel Mensinger
2019-01-06Absolute path generation refactoringDaniel Mensinger
2019-01-06Added unit testDaniel Mensinger
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan
2018-04-16Add macOS linker versioning informationTom Schoonjans
2018-02-25Hide banner when invoking csc.Jussi Pakkanen
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier
2017-12-16More version information for C#Christoph Behle
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen
2017-06-26Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency
2017-06-23Split out languages from compilers.pyAlistair Thomas