Results 94 comments of Aang23

So expect a PR soon !

You're welcome ! If you've got a custom formatting configuration, yes, publishing it could be quite useful. My main IDE isn't Clion, but I got installed just it case, so...

I formatted EventBus_CPack.cmake through Clion. I kept the package types configuration in the top level CMakeList. I think that will be enough for now, CPack already disables package that requires...

Well since I moved the CPack config in the top level cmake file, it takes its config there, I'll move it back to the EventBus (/lib) CMake. I could also...

I just moved the CPack option back into /lib's CMakeLists, now everything works fine. Here's what would be installed by one of those packages (The built project still appears to...

So, what I ended up doing is adding `set(CPACK_GENERATOR "" CACHE STRING "Set packages CPack should build")` in the top CMakeLists, and removing any reference to it in the enable_cpack()...

The only thing I would change is removed the `${CPACK_GENERATOR}` argument in `enable_cpack()`, as passing `${CPACK_GENERATOR}` into `enable_cpack()` is quite useless, since all it used for is setting `${CPACK_GENERATOR}`. That...

I'm definitely OK with that. Can you confirm this does not modify any behavior of the code utilizing those functions? If not, I'll probably give it a quick check a...

I have actually had a few requests about that recently, so that's definitely a considered / upcoming feature. The main issue would be selecting the correct pipeline each time purely...

> For windows using Orbitron DDE and the plugin Scheduler like what's used in SDR#/ SDR Sharp should work. The Scheduler allows you to control what you need. I think...