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

testing/matgen: reduce use of f2c.h #93

Merged
merged 9 commits into from
May 21, 2023

Commits on May 21, 2023

  1. [matgen] Use C99's bool

    Replace f2c' use of int with TRUE_ and FALSE_
    gruenich committed May 21, 2023
    Configuration menu
    Copy the full SHA
    75ff133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f3ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da7a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67baf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91284c1 View commit details
    Browse the repository at this point in the history
  6. [matgen] Replace macros dmin and dmax

    dmin is never used
    dmax is replaced by fmax from math.h
    gruenich committed May 21, 2023
    Configuration menu
    Copy the full SHA
    c771070 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    358d3d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8629c86 View commit details
    Browse the repository at this point in the history
  9. [cmake] Set C standard to C99 without GNU extensions for whole project

    Does not overwrite setting by user, if variables are set.
    gruenich committed May 21, 2023
    Configuration menu
    Copy the full SHA
    21140dc View commit details
    Browse the repository at this point in the history