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

Support of additional suffixes of Fortran files for preprocessing #982

Merged
merged 3 commits into from
Jan 21, 2024

Commits on Jan 13, 2024

  1. add custom source extension capability to preprocess

    support preprocessor suffixes
    
    fix for allocatable string
    
    replace function wiht subroutine
    
    fix allocations
    
    check present
    
    use macros only if allocated
    perazz committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    99543ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b035fd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Fix typo in list_fortran_suffixes by @jvdp1

    Co-authored-by: Jeremie Vandenplas <[email protected]>
    perazz and jvdp1 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e3e32cd View commit details
    Browse the repository at this point in the history