aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cs.py
AgeCommit message (Expand)AuthorFilesLines
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-7/+7
2019-04-29Fix builtin variable namesDaniel Mensinger1-2/+2
2019-02-01C# and Java compilers should have `is_cross = False`John Ericson1-0/+1
2019-01-06Added more compiler option supportDaniel Mensinger1-0/+6
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+3
2019-01-06Added unit testDaniel Mensinger1-1/+1
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger1-1/+1
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-0/+13
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-1/+1
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan1-1/+1
2018-04-16Add macOS linker versioning informationTom Schoonjans1-1/+1
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 that...Jussi Pakkanen1-1/+1
2017-06-26Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency1-1/+1
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-0/+3
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+106