kevin--
kevin--
when running CMake to generate a project, we get the following cmake warning in the console (with no Boehm GC installed) ``` -- Found GC library: BOEHM_GC_LIBRARIES-NOTFOUND CMake Warning (dev)...
### Detailed steps on how to reproduce the bug **Steps To Repro** 0. run app on windows 1. Host a VST3 Plugin in JUCE 2. create and display the editor...
Long time no see :) Wondering if you gang have looked at supporting encoding, and is it realistic to support encoding AAC? Not sure the state of OS support, but...
If we modify the counter example slightly, we can demonstrate this behavior. `counter.hpp`: ``` inline model update(model c, action action) { return std::visit(lager::visitor{ [&](increment_action) { return model{c.value + 1}; },...
In deps.hpp, we see this method starting at line 399 ``` template auto merge(deps other) { return boost::hana::unpack( boost::hana::union_(spec_map, deps::spec_map), [&](auto... ts) { using deps_t = deps; return deps_t{*this, std::move(other)};...
Crash when deallocating shared_ptr building for `arm64` -- Xcode Apple clang version 14.0.3 (clang-1403.0.22.14.1) Has been happening for a couple major Xcode versions so far. Example program ``` using StaticMemoryPoolAllocator...
### Detailed steps on how to reproduce the bug `/bigobj` is required to build juce_gui_basics on MSVC, and when building on Xcode in a CI environment can take longer than...
Building an app for Mac & Windows on JUCE 5.4.4. We subclass `JUCEApplication` and override `initialise()` and `anotherInstanceStarted()`. - `moreThanOnceInstanceAllowed` is returning `false` Let's say we launch the app `myapp...