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

Python/Fortran interface generator: bases #27

Merged
merged 10 commits into from
Dec 15, 2023

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    9adf3d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    ee230c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac05cb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Copy support file

    Hook/Py interface use an object for re-entry
    FlorianDeconinck committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    74d35d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Sanitize variable name for Python

    Add partial cmake example
    Remove forced include to keep interface minimal (files are still copied)
    Copy header twice so it's present for both lib link and source compile
    FlorianDeconinck committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e6c3eed View commit details
    Browse the repository at this point in the history
  2. Fixes

    FlorianDeconinck committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a4a79c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Read yaml data as class: Argument

    Cleaner data_conversion
    Test
    FlorianDeconinck committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    403188d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Validation: generate a validator call

    Clean data_conversion for direct usage
    Refactor: break code in smaller files & clean up
    FlorianDeconinck committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3fc243b View commit details
    Browse the repository at this point in the history
  2. Python interface unit test

    Add __init__.py in the interface for python guidelines
    FlorianDeconinck committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bb45558 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    222ac59 View commit details
    Browse the repository at this point in the history