aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cs.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan1-1/+1
This reverts commit fa6ca160548d7e8df9c4c724e6c96f5e004e5316. Closes https://github.com/mesonbuild/meson/issues/3550
2018-04-16Add macOS linker versioning informationTom Schoonjans1-1/+1
This patch exploits the information residing in ltversion to set the -compatibility_version and -current_version flags that are passed to the linker on macOS.
2018-02-25Hide banner when invoking csc.Jussi Pakkanen1-1/+7
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier1-6/+32
2017-12-16More version information for C#Christoph Behle1-2/+2
2017-07-21Add build_rpath as new property allowing people to specify rpath entries ↵Jussi Pakkanen1-1/+1
that are used in the build tree but will be removed on install.
2017-06-26Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency1-1/+1
The '#' is reserved for Ninja comments and cannot be escaped.
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-0/+3
Use this when we print language-related information to the console and via the Ninja backend.
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+106