You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #34 shows that our CI system doesn't check if the static library libpcm.a is sane or not.
Some of the CI builds should be run with the --static options to the setup.py script.
The text was updated successfully, but these errors were encountered:
This commit fixes issues #34, #35 and #36 (on GitHub)
and #60, #61 and #62 (on GitLab)
The fix consisted in subscribing **all** subclasses to the factory in
a top-level convenience header that gets included into the `Meddle.cpp`
file.
Namespaces have finally been introduced into the project and some core
abstract base classes have been renamed to signal their ABC status.
Please see the [change log](CHANGELOG.md) for detailed information.
Issue #34 shows that our CI system doesn't check if the static library
libpcm.a
is sane or not.Some of the CI builds should be run with the
--static
options to thesetup.py
script.The text was updated successfully, but these errors were encountered: