meson/mesonbuild/backend
Nirbheek Chauhan bead8287a5 Improve support for macOS dylib versioning
We now use the soversion to set compatibility_version and
current_version by default. This is the only sane thing we can do by
default because of the restrictions on the values that can be used for
compatibility and current version.

Users can override this value with the `darwin_versions:` kwarg, which
can be a single value or a two-element list of values. The first one
is the compatibility version and the second is the current version.

Fixes https://github.com/mesonbuild/meson/issues/3555
Fixes https://github.com/mesonbuild/meson/issues/1451
2018-08-29 15:51:23 -07:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Added "native" kwarg to add_XXX_args. Closes #3669. 2018-08-22 23:22:48 +03:00
ninjabackend.py Improve support for macOS dylib versioning 2018-08-29 15:51:23 -07:00
vs2010backend.py Added "native" kwarg to add_XXX_args. Closes #3669. 2018-08-22 23:22:48 +03:00
vs2015backend.py Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
vs2017backend.py VS: Add /DEBUG to linker to generate debug information 2017-11-30 22:36:28 +02:00
xcodebackend.py Fix shared library building on xcode. 2018-03-12 23:05:07 +02:00