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

build: Update cpp template to version 0.3.3 #2

Merged
merged 6 commits into from
Feb 17, 2024

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    7f9d75b View commit details
    Browse the repository at this point in the history
  2. build: Fix MSVS 2022 vcpkg incompatibility

    Downgrade boringssl to the last version working with `go` 1.16 due to
    the fact that MSVS 17.8 doesn't ship a vcpkg version which includes the
    `go` 1.21. update. And I haven't found a way to override the
    `VCPKG_ROOT` in Visual Studio.
    BurningEnlightenment committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8b05634 View commit details
    Browse the repository at this point in the history
  3. ci: Disable macos builds

    The library hasn't been fully ported do MacOS therefore it is futile to
    run CI checks on said platform.
    BurningEnlightenment committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    14efe41 View commit details
    Browse the repository at this point in the history
  4. fix: Workaround clang <=> gcc incompatibilities

    - clang poses as gcc, but doesn't grok all warning switches.
    - Retarget libstdc++ workarounds to libstdc++ defines
    BurningEnlightenment committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    ae2a29d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    f00b51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5993fb5 View commit details
    Browse the repository at this point in the history