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

C interface #28

Merged
merged 4 commits into from
Sep 11, 2023
Merged

C interface #28

merged 4 commits into from
Sep 11, 2023

Commits on Sep 11, 2023

  1. Avoid fortran modules clash

    Rename modules to allow to compile everything into a single library
    jschueller committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0e2d7ed View commit details
    Browse the repository at this point in the history
  2. C interface

    This adds a simplified C interface to the Fortran library.
    
    This also introduces a CMake build system to build both the Fortran library and the C library.
    jschueller committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0e71a58 View commit details
    Browse the repository at this point in the history
  3. Fix spelling

    jschueller committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    75e2906 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feddc18 View commit details
    Browse the repository at this point in the history