From 259eca5f11601328852f923e1ac0a476166eb02f Mon Sep 17 00:00:00 2001 From: dan-giddins Date: Mon, 6 Nov 2023 17:51:47 +0000 Subject: [PATCH 1/2] Dan giddins msvc work (#22) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * disabled compiler flags for msvc * removed unnecessary cmake policies * attempt fix at build failure at swh if perl missin * attempt fix at build failure at swh if perl missin * attempt removal of basics.h include * whitespace changes * missed this change * reverted unnecessary set swh change * additional whitespace change which missed previous * attempt fix at x in basics.h * used lowercase x instead to fix broken utf char. * Revert "added caps init condition" This reverts commit dd89d21a6635f7ead353e766f093672fa7247a06. * added caps struct initialisation * comment * readded the seed() and formattings * fixed seed formatting again * redundant tabspace * fixed ambiguous comment in interface.cc * added stack free macro * another attempt * updated cmt submodule again * Master temp rossmaxx merge (#17) * Build on msvc (#5) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * Build on msvc merge (#9) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug * Build on msvc (#5) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * sid cmake rename * Revert "sid cmake rename" This reverts commit 8b0d03e0e64d480c1cad796d2e5c6872d8689341. * sid resid cmake backup * update from master * Delete resid * Create resid * Delete resid * remove * Revert "remove" This reverts commit fec46c439943d5d7368714c5048c32ee62f6d703. * Revert "Delete resid" This reverts commit 78230e4ed71a7d4cc85cee15fda7c91ff3cf034e. * Revert "Revert "Delete resid"" This reverts commit 71a5020ed8daf0e9b1a421ad52fda3738ff5f3d3. * Revert "Delete resid" This reverts commit 50735e228e0d0f80ca25b593bb4bd0c7c2b1458e. --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * Build on msvc merge (#10) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug * sid cmake rename * Revert "sid cmake rename" This reverts commit 8b0d03e0e64d480c1cad796d2e5c6872d8689341. * sid resid cmake backup * update from master * Delete resid * Create resid * Delete resid * remove * Revert "remove" This reverts commit fec46c439943d5d7368714c5048c32ee62f6d703. * Revert "Delete resid" This reverts commit 78230e4ed71a7d4cc85cee15fda7c91ff3cf034e. * Revert "Revert "Delete resid"" This reverts commit 71a5020ed8daf0e9b1a421ad52fda3738ff5f3d3. * Revert "Delete resid" This reverts commit 50735e228e0d0f80ca25b593bb4bd0c7c2b1458e. --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * Enable ladspa (#14) (#16) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * Update plugins/LadspaEffect/swh/CMakeLists.txt * Update plugins/LadspaEffect/caps/CMakeLists.txt * Update CMakeLists.txt * disabled compiler flags for msvc * removed unnecessary cmake policies * attempt fix at build failure at swh if perl missin * attempt fix at build failure at swh if perl missin * attempt removal of basics.h include * whitespace changes * missed this change * reverted unnecessary set swh change * additional whitespace change which missed previous * attempt fix at x in basics.h * used lowercase x instead to fix broken utf char. * Revert "added caps init condition" This reverts commit dd89d21a6635f7ead353e766f093672fa7247a06. * added caps struct initialisation * comment * readded the seed() and formattings * fixed seed formatting again * redundant tabspace * fixed ambiguous comment in interface.cc * Update CMakeLists.txt --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * removed the cmt fix (to be included again when the pr gets merged) --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark --- plugins/LadspaEffect/caps/interface.cc | 1 + plugins/LadspaEffect/tap/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LadspaEffect/caps/interface.cc b/plugins/LadspaEffect/caps/interface.cc index aff95f255c0..e96d0ea593f 100644 --- a/plugins/LadspaEffect/caps/interface.cc +++ b/plugins/LadspaEffect/caps/interface.cc @@ -29,6 +29,7 @@ (2541 - 2580 donated to artemio@kdemail.net) */ +// #include needed if using the commented seed function #include "basics.h" #include "Cabinet.h" diff --git a/plugins/LadspaEffect/tap/CMakeLists.txt b/plugins/LadspaEffect/tap/CMakeLists.txt index 1afa76153ef..9640c5e41ad 100644 --- a/plugins/LadspaEffect/tap/CMakeLists.txt +++ b/plugins/LadspaEffect/tap/CMakeLists.txt @@ -24,4 +24,3 @@ FOREACH(_item ${PLUGIN_SOURCES}) TARGET_LINK_LIBRARIES("${_plugin}" m) ENDIF() ENDFOREACH() - From abe563c056de15aa8f28f2119c19573728316f1d Mon Sep 17 00:00:00 2001 From: dan-giddins Date: Mon, 6 Nov 2023 18:06:33 +0000 Subject: [PATCH 2/2] Dan giddins msvc work (#23) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * disabled compiler flags for msvc * removed unnecessary cmake policies * attempt fix at build failure at swh if perl missin * attempt fix at build failure at swh if perl missin * attempt removal of basics.h include * whitespace changes * missed this change * reverted unnecessary set swh change * additional whitespace change which missed previous * attempt fix at x in basics.h * used lowercase x instead to fix broken utf char. * Revert "added caps init condition" This reverts commit dd89d21a6635f7ead353e766f093672fa7247a06. * added caps struct initialisation * comment * readded the seed() and formattings * fixed seed formatting again * redundant tabspace * fixed ambiguous comment in interface.cc * added stack free macro * another attempt * updated cmt submodule again * Master temp rossmaxx merge (#17) * Build on msvc (#5) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * Build on msvc merge (#9) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug * Build on msvc (#5) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * sid cmake rename * Revert "sid cmake rename" This reverts commit 8b0d03e0e64d480c1cad796d2e5c6872d8689341. * sid resid cmake backup * update from master * Delete resid * Create resid * Delete resid * remove * Revert "remove" This reverts commit fec46c439943d5d7368714c5048c32ee62f6d703. * Revert "Delete resid" This reverts commit 78230e4ed71a7d4cc85cee15fda7c91ff3cf034e. * Revert "Revert "Delete resid"" This reverts commit 71a5020ed8daf0e9b1a421ad52fda3738ff5f3d3. * Revert "Delete resid" This reverts commit 50735e228e0d0f80ca25b593bb4bd0c7c2b1458e. --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * Build on msvc merge (#10) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * .gitignore * undo gitignore * Update plugins/LadspaEffect/swh/CMakeLists.txt Co-authored-by: Dominic Clark * Update plugins/LadspaEffect/caps/CMakeLists.txt Co-authored-by: Dominic Clark * Update CMakeLists.txt Co-authored-by: Dominic Clark * add cmakesettings * fix slashes * add test * add more cmakesettings * add samplerate * add samplerate include dir * Update adplug * add cmakeToolchain * remove unused vars * Update adplug * remove vcpkg var * VCPKG_TRACE_FIND_PACKAGE=ON * add test var back in * add strawberry perl * add cmake prefix path * update vcpkg_trace * use msvc_x64 * newline * add release settings * Update mingw-std-threads * Update adplug * sid cmake rename * Revert "sid cmake rename" This reverts commit 8b0d03e0e64d480c1cad796d2e5c6872d8689341. * sid resid cmake backup * update from master * Delete resid * Create resid * Delete resid * remove * Revert "remove" This reverts commit fec46c439943d5d7368714c5048c32ee62f6d703. * Revert "Delete resid" This reverts commit 78230e4ed71a7d4cc85cee15fda7c91ff3cf034e. * Revert "Revert "Delete resid"" This reverts commit 71a5020ed8daf0e9b1a421ad52fda3738ff5f3d3. * Revert "Delete resid" This reverts commit 50735e228e0d0f80ca25b593bb4bd0c7c2b1458e. --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * Enable ladspa (#14) (#16) * removed msvc incompaptible plugins list * added Time.h and related changes * tweaked some cmake files * removed __attribute__ * defined M_PI in caps * minor fix in ladspa cmakelists * added namespace to Times.h * relocated includes * fixes to scripted-checks * deleted unnecessary whitespaces * added M_PI to cmt * Revert "relocated includes" This reverts commit 5fb6fba80b9b13634aee79f57187d18fae3a9042. * removed times.h and the other time files * addressing dom's comments 1 * addressing dom's concerns 2 * commented sys/time.h * another tweak to caps cmakelists * added caps init condition * attepted fix on calf plugins * fixup to mingw build * added __declspec(dllexport) * added init condition, Will this fix it? * temporary blacklist for ladspa plugins for testing * removed cmt from blacklist * added declspec in cmt * removed swh from blacklist * added _USE_MATH_DEFINES to swh * codefactor fix * added _USE_MATH_DEFINES to pitchscale.h * workaround to enable sinus_wavewrapper * Revert "workaround to enable sinus_wavewrapper" This reverts commit 227414766a6f19d5f28718d8007844b297e3f502. * fix to swh * removed the blacklist * added math defines to tap_utils.h * added math defines to calf primitives.h * added missing endif to calf's primitives.h * added math defines to biquad.h * tweak in calf to get it built * will it get fixed? * final patch to fix i guess * added declspec to tap * added the blacklist back in for calf * updated swh to upstream * updated cmt to master * pulled to cmt to master try 2 * remove blacklist + experimnt removing declspec tap * experiment replacing bind2nd with lambdas veal * removed functional.h in veal * checked out to ladspa branch * fixed veal * attempt fix at mac builds * Revert "attempt fix at mac builds" This reverts commit 7c6bbd25aa6b6906c579396a3611f5cf99c5be99. * added list-moreutils to build.yml * Attempt to fix MacOS builds * Fix typo * Formatting * Formatting (again) * addressed dom's pending comment * fixed build issues * CMake perl detection * Don't mandate cmake 3.12 because mingw * fixed broken unicode symbol in caps/basics.h * got rid of unnecessary __attribute__(s) * updated tap plugins to master * Fix older CMake versions * Update plugins/LadspaEffect/swh/CMakeLists.txt * Update plugins/LadspaEffect/caps/CMakeLists.txt * Update CMakeLists.txt * disabled compiler flags for msvc * removed unnecessary cmake policies * attempt fix at build failure at swh if perl missin * attempt fix at build failure at swh if perl missin * attempt removal of basics.h include * whitespace changes * missed this change * reverted unnecessary set swh change * additional whitespace change which missed previous * attempt fix at x in basics.h * used lowercase x instead to fix broken utf char. * Revert "added caps init condition" This reverts commit dd89d21a6635f7ead353e766f093672fa7247a06. * added caps struct initialisation * comment * readded the seed() and formattings * fixed seed formatting again * redundant tabspace * fixed ambiguous comment in interface.cc * Update CMakeLists.txt --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark * removed the cmt fix (to be included again when the pr gets merged) --------- Co-authored-by: Ross maxx Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com> Co-authored-by: Tres Finocchiaro Co-authored-by: Dominic Clark