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

Meson Build #263

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 12, 2024

  1. IWYU: Include stdint where required directly

    It's been a mandatory part of POSIX since 2001 an although
    it's an ISO C Extension, cstdint is ISO for C++
    
    Signed-off-by: Matt Jolly <[email protected]>
    Kangie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f262621 View commit details
    Browse the repository at this point in the history
  2. IWYU: stdint.c for int32_t

    Kangie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa1e91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b72b80 View commit details
    Browse the repository at this point in the history
  4. Implement Meson Build

    This is a first pass at porting autoconf/automake to Meson.
    
    Signed-off-by: Matt Jolly <[email protected]>
    Kangie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fd0f4a4 View commit details
    Browse the repository at this point in the history
  5. CI/CD: Expand CI

    Use Matrix configurations to make a more concise config that
    builds both the Autotools and Meson build paths on supported
    platforms, and where possible uses Clang and GCC
    
    Signed-off-by: Matt Jolly <[email protected]>
    Kangie committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b455822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    421db66 View commit details
    Browse the repository at this point in the history