Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close all but this update #13

Closed
wants to merge 7 commits into from

Conversation

dan-giddins
Copy link
Owner

No description provided.

dan-giddins and others added 7 commits September 24, 2023 18:34
* 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]>
* 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]>
* 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]>
@dan-giddins dan-giddins closed this Nov 6, 2023
@dan-giddins dan-giddins reopened this Nov 6, 2023
@dan-giddins dan-giddins marked this pull request as draft November 6, 2023 16:57
@dan-giddins dan-giddins closed this Nov 6, 2023
@dan-giddins dan-giddins deleted the close-all-but-this-update branch November 6, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant