Skip to content

Commit

Permalink
Dan giddins msvc work (#23)
Browse files Browse the repository at this point in the history
* 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 5fb6fba.

* 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 2274147.

* 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 7c6bbd2.

* 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 <[email protected]>

* Update plugins/LadspaEffect/caps/CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* Update CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* 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 dd89d21.

* 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 5fb6fba.

* 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 2274147.

* 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 7c6bbd2.

* 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 <[email protected]>

* Update plugins/LadspaEffect/caps/CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* Update CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* 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 <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>

* 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 5fb6fba.

* 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 2274147.

* 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 7c6bbd2.

* 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 <[email protected]>

* Update plugins/LadspaEffect/caps/CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* Update CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* 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 5fb6fba.

* 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 2274147.

* 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 7c6bbd2.

* 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 <[email protected]>

* Update plugins/LadspaEffect/caps/CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* Update CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* 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 <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>

* sid cmake rename

* Revert "sid cmake rename"

This reverts commit 8b0d03e.

* sid resid cmake backup

* update from master

* Delete resid

* Create resid

* Delete resid

* remove

* Revert "remove"

This reverts commit fec46c4.

* Revert "Delete resid"

This reverts commit 78230e4.

* Revert "Revert "Delete resid""

This reverts commit 71a5020.

* Revert "Delete resid"

This reverts commit 50735e2.

---------

Co-authored-by: Ross maxx <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>

* 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 5fb6fba.

* 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 2274147.

* 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 7c6bbd2.

* 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 <[email protected]>

* Update plugins/LadspaEffect/caps/CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* Update CMakeLists.txt

Co-authored-by: Dominic Clark <[email protected]>

* 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 8b0d03e.

* sid resid cmake backup

* update from master

* Delete resid

* Create resid

* Delete resid

* remove

* Revert "remove"

This reverts commit fec46c4.

* Revert "Delete resid"

This reverts commit 78230e4.

* Revert "Revert "Delete resid""

This reverts commit 71a5020.

* Revert "Delete resid"

This reverts commit 50735e2.

---------

Co-authored-by: Ross maxx <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>

* 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 5fb6fba.

* 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 2274147.

* 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 7c6bbd2.

* 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 dd89d21.

* 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 <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>

---------

Co-authored-by: Ross maxx <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>

* removed the cmt fix (to be included again when the pr gets merged)

---------

Co-authored-by: Ross maxx <[email protected]>
Co-authored-by: Rossmaxx <[email protected]>
Co-authored-by: Tres Finocchiaro <[email protected]>
Co-authored-by: Dominic Clark <[email protected]>
  • Loading branch information
5 people authored Nov 6, 2023
1 parent 259eca5 commit abe563c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit abe563c

Please sign in to comment.