Skip to content

Releases: xen-troops/snd_be

Release for gen3-test v3

23 Jun 18:31
Compare
Choose a tag to compare
Alsa: fix throwing empty exception

Calling throw without active exception leads to crash because according to throw
definition: "This form is only allowed when an exception is presently being
handled (it calls std::terminate if used otherwise)".
The fix is to return Alsa::Exception instead.

Signed-off-by: Oleksandr Grytsov <[email protected]>
Reviewed-by: Oleksandr Andrushchenko <[email protected]>

CES2018

19 Jan 15:55
Compare
Choose a tag to compare
Uncomment git find_package for versioning

Signed-off-by: Oleksandr Grytsov <[email protected]>

v0.1.1: Use git command if git package not found for version generating

19 Jan 15:39
Compare
Choose a tag to compare

v0.1.0: Add versioning

31 Oct 13:28
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Oleksandr Grytsov <[email protected]>