Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-17 | Putting version.py in scripts folder | Taylor Holberton | |
2018-12-16 | meson: extract project version from header file and version .so | Tim-Philipp Müller | |
- Extract project version from tinyalsa/version.h for easier maintainability - Version shared lib: tinyalsa.so -> tinyalsa.so.1.1.1 | |||
2018-12-15 | Add support for Meson as build system | Tim-Philipp Müller | |
The Meson build system is being adopted by projects such as GNOME, PulseAudio, GStreamer, VLC, systemd, Mesa, Wayland, X.org, and many others. Having a meson build upstream in tinyalsa would allow for easy use of tinyalsa as a Meson subproject in other projects. https://mesonbuild.com |