update CI
move static variable member to better place
Another round of fixes related to #30
I've published VMPK for Android v1.5.1 under the GPLv3 license in GitHub. Get it from https://github.com/pedrolcl/vmpk-android/releases or IzzyOnDroid The only change is the license, and some build system tweaks.
Add the generation of compile_commands.json for IDE convenience.
Rejected because: You can set the option -DCMAKE_EXPORT_COMPILE_COMMANDS=ON in the cmake command line, instead of forcing it in the build system. You only need to create the file compile_commands.json when it is required by the user's development environment. For instance, it doesn't work when the cmake generator is Visual Studio solutions or XCode projects. It works only for Ninja or Makefile generators. Qt Creator has internal settings to enable clangd already, so this option is superfluous. But...
https://github.com/pedrolcl/dmidiplayer/issues/37
Hi, Thank you for your kind words, and for using this software. I will try to implement this request as soon as possible. Regards, Pedro