Ben Vining
Ben Vining
**Describe the bug** Doxygen does not generate a todo list page when the `GENERATE_TODOLIST` config key is set to `YES` **Expected behavior** Doxygen should generate a todo list page. **To...
### Current behavior Semantic-release had been working for a while, but suddenly started failing for me. The error message I get is: ``` SemanticReleaseError: Cannot push to the Git repository....
I keep getting this stack trace from cmake-lint: ``` ERROR An internal error occured. Please consider filing a bug report at github.com/cheshirekow/cmakelang/issues Traceback (most recent call last): File "/Users/benvining/.cache/pre-commit/repoacwprtdr/py_env-python3/lib/python3.9/site-packages/cmakelang/lint/__main__.py", line...
- Added basic CMake setup to allow installation of foleys_gui_magic as a CMake package - Added a unit test runner in the Tests directory. It has only empty example test...
I originally posted this as a comment on [this issue](https://github.com/Tracktion/pluginval/issues/62), but it was since closed so I wanted to open a new issue. Apologies if this is unappreciated. When testing...
Adding JUCE as a git submodule forces anyone building pluginval from source to redownload all of JUCE with the pluginval repository, even if JUCE is already present somewhere else on...
**Describe the bug** When building with XCode on MacOS, the build will occasionally fail spuriously when running the script added by `catch_discover_tests` (the error in XCode is "PhaseScriptExecution failed"), but...
This PR adds a CMake function `juce_install_plugin` which creates install rules & components for each plugin format. Similar to the copy-after-build functionality, there are `JUCE__INSTALL_DEST` target properties for each format,...
Compiling with CMake on Windows, with this in the CMakeLists.txt: ```cmake set (STATICLIB yes) add_subdirectory (guidolib) add_executable (myApp) target_link_libraries (myApp PRIVATE SGUIDOEngine64) ``` It compiles fine but I get a...
On Mac/Linux, the target names are GUIDOEngine and SGUIDOEngine. On 64-bit Windows, the target names GUIDOEngine64 and SGUIDOEngine64. This is unnecessary complexity. As a CMake user, I want to be...