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

Compatibility Changes (+ CMake QoL Changes, MSVC Build Fix) #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 17, 2024

  1. Quality of Life CMake changes (automatically fetch dependencies so th…

    …at the library works "out of the box". ToDo: fix failing tests with MSVC2019
    lenakryger committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    bb84675 View commit details
    Browse the repository at this point in the history
  2. Quality of Life CMake changes (automatically copy FFTW DLL to test bi…

    …nary output dir as a post-build event). Tested with MSVC2019. ToDo: verify with MinGW/GCC
    lenakryger committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    094408b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    6150133 View commit details
    Browse the repository at this point in the history
  2. Prefixes for all exported symbols (interface types and functions). As…

    … with filename changes, this is to avoid conflicts with other DSP libraries as C has no namespaces or polymorphism.
    lenakryger committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2617360 View commit details
    Browse the repository at this point in the history