Skip to content
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

Add tools/cmake_gen #4055

Merged
merged 15 commits into from Sep 23, 2018
Merged

Add tools/cmake_gen #4055

merged 15 commits into from Sep 23, 2018

Conversation

mossheim
Copy link
Contributor

@mossheim mossheim commented Sep 10, 2018

Purpose and Motivation

This PR adds scripts that can be used to easily setup a supercollider
server plugin.

Because language plugins are not out of the question in the future, I
have explicitly used the terminology "server plugin" in many places.

These scripts are used in the cookiecutter server plugin repo:
https://github.com/supercollider/cookiecutter-supercollider-plugin

This PR also contains one change to the code in one of the plugin interface headers to eliminate all compiler warnings when compiling the sample plugin.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • All tests are passing
  • If necessary, new tests were created to address changes in PR, and tests are passing
  • Updated documentation, if necessary
  • This PR is ready for review

Since this only adds external tooling, it should be fine going into the
3.10 branch.

You can see an example of the cookiecutter project in action here: https://github.com/brianlheim/simplegain

@nhthn nhthn added this to the 3.10 milestone Sep 23, 2018
@nhthn nhthn added the comp: build CMake build system label Sep 23, 2018
@nhthn nhthn merged commit a7ac513 into supercollider:3.10 Sep 23, 2018
@mossheim mossheim deleted the topic/cmake_gen branch September 23, 2018 23:37
@mossheim mossheim restored the topic/cmake_gen branch October 12, 2018 04:25
@mossheim mossheim deleted the topic/cmake_gen branch April 10, 2020 18:44
@mossheim mossheim restored the topic/cmake_gen branch April 10, 2020 18:51
@mossheim mossheim deleted the topic/cmake_gen branch August 1, 2020 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: build CMake build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants