forked from calf-studio-gear/calf
-
Notifications
You must be signed in to change notification settings - Fork 0
pulling changes from calf #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
frink
wants to merge
169
commits into
frinknet:master
Choose a base branch
from
calf-studio-gear:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Details: * Fix metadata which has not been in namespace calf_plugins * Add space between assignment and negation sign * Use abs instead of fabs if the argument is an integer
Fixes slow graphs under non-gtk2/suil hosts like carla
Fix compiler warnings
…nz and karmux for pointing it out. Fixes #174
crash fix: vector index
EQ30: add elliptic filter type
…n window is closed;
This commit moves `configure.ac` to `configure.ac.deprecated`. This shall cause build errors to inform package maintainers that CALF officially deprecates automake and switches to CMake. Automake can still be used by preparing the build with the following command: ``` cp configure.ac.deprecated configure.ac ```
In 0663a6e, DESTDIR was added to both the name of the symlink and its destination. The latter isn't correct - it needs to point to the final location of the file once it's installed, not the temporary DESTDIR directory.
Windows requires developer mode switched on to create symlinks, so this makes symlinks impractical on Windows. Thanks to @tresf for the hint.
Co-authored-by: Olivier HUMBERT <trebmuh@users.noreply.github.com>
The `Version` must be the "Version of the Desktop Entry Specification", and not of the application. This also updates/fixes the `Categories` section. Fixes https://955628.bugs.gentoo.org/attachment.cgi?id=928147 .
Co-authored-by: Johannes Lorenz <jlsf2013@sourceforge.net>
This also makes it possible to compile `calfjackhost` on Windows. Co-authored-by: Johannes Lorenz <jlsf2013@sourceforge.net>
f41e2b2 to
60c4963
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.