summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cs.py
Commit message (Collapse)AuthorAgeFilesLines
* Add build_rpath as new property allowing people to specify rpath entries ↵Jussi Pakkanen2017-07-211-1/+1
| | | | that are used in the build tree but will be removed on install.
* Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency2017-06-261-1/+1
| | | | The '#' is reserved for Ninja comments and cannot be escaped.
* Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-0/+3
| | | | | Use this when we print language-related information to the console and via the Ninja backend.
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+106