summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cs.py
Commit message (Expand)AuthorAgeFilesLines
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-2/+2
* compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-1/+2
* compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+3
* compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker2019-10-071-2/+1
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-7/+15
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-13/+3
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-7/+7
* Fix builtin variable namesDaniel Mensinger2019-04-291-2/+2
* C# and Java compilers should have `is_cross = False`John Ericson2019-02-011-0/+1
* Added more compiler option supportDaniel Mensinger2019-01-061-0/+6
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+3
* 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-0/+13
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-1/+1
* Revert "Add macOS linker versioning information"Nirbheek Chauhan2018-05-091-1/+1
* Add macOS linker versioning informationTom Schoonjans2018-04-161-1/+1
* Hide banner when invoking csc.Jussi Pakkanen2018-02-251-1/+7
* Add support for Visual Studio csc c# compilerThibault Saunier2018-02-251-6/+32
* More version information for C#Christoph Behle2017-12-161-2/+2
* Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-1/+1
* Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency2017-06-261-1/+1
* Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-0/+3
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+106