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

SWIG: make it work with Clang 19 #1250

Merged
merged 15 commits into from
Nov 10, 2024
Merged

SWIG: make it work with Clang 19 #1250

merged 15 commits into from
Nov 10, 2024

Commits on Oct 14, 2024

  1. AnalyserEquationAst: don't include "libcellml/undefines.h" in the .cp…

    …p file.
    
    It's already included in the corresponding .h file.
    agarny committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bc97102 View commit details
    Browse the repository at this point in the history
  2. SWIG: make it work with Clang 19

    Indeed, from https://releases.llvm.org/19.1.0/tools/clang/docs/ReleaseNotes.html:
    
    Added the INFINITY and NAN macros to Clang’s <float.h> freestanding implementation; these macros were defined in <math.h> in C99 but C23 added them to <float.h> in WG14 N2848.
    agarny committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a581c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    c9c28d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98bbe35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e709db View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Oct 26, 2024

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

Commits on Oct 27, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    d4659a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8211e1d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 8, 2024

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

Commits on Nov 10, 2024

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