Nirbheek Chauhan
ed701b5cb0
Revert "Add macOS linker versioning information"
...
This reverts commit fa6ca16054
.
Closes https://github.com/mesonbuild/meson/issues/3550
2018-05-09 23:11:15 +02:00
Tom Schoonjans
fa6ca16054
Add macOS linker versioning information
...
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-04-16 22:26:16 +03:00
Jussi Pakkanen
dd74f3fb55
Hide banner when invoking csc.
2018-02-25 02:48:39 +02:00
Thibault Saunier
c48b9594ff
Add support for Visual Studio csc c# compiler
2018-02-25 01:10:52 +02:00
Christoph Behle
783263b9f4
More version information for C#
2017-12-16 15:05:09 +01:00
Jussi Pakkanen
2269b7f60b
Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install.
2017-07-21 19:40:54 +03:00
Guillaume Poirier-Morency
bbddf51a54
Use 'C sharp' instead of 'C#'
...
The '#' is reserved for Ninja comments and cannot be escaped.
2017-06-26 20:03:52 -04:00
Guillaume Poirier-Morency
fab5634916
Add 'Compiler.get_display_language'
...
Use this when we print language-related information to the console and
via the Ninja backend.
2017-06-26 14:15:44 -04:00
Alistair Thomas
117f4ab8b5
Split out languages from compilers.py
2017-06-23 00:42:41 +01:00