jsmith212 ee9fdd9ed3
Build and Test Code / test (push) Successful in 15s
Build and Test Code / coverage (push) Successful in 17s
Build Docs / build-docs (push) Successful in 5s
Build and Test Code / static_analysis (push) Successful in 15s
Build and Test Code / sanitize (push) Successful in 24s
ci: drop Install Docker step (docker ships in the runner image)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DxezsGE8KcCCEqsaQH9Lat
2026-07-05 01:13:43 -06:00
2022-12-22 21:40:39 -08:00
2022-12-22 21:40:39 -08:00
2022-12-22 21:40:39 -08:00
2022-12-22 21:40:39 -08:00
2022-12-22 21:40:39 -08:00
2022-12-22 21:40:39 -08:00

${REPO_NAME_PASCAL}

${REPO_DESCRIPTION}

Build Instructions

The provided Docker image includes all necessary dependencies to build and debug C/C++ applications. While the main build system is Meson, a Justfile is provided for convenience. With dependencies installed, or inside the Docker container, run the following:

Available recipes:
    bootstrap       # Bootstrap the project when cloning for the first time by installing git hooks
    build target="" # Build a target, or default if none is specified
    check           # Static analysis
    clean           # Clean the build directory
    configure       # Recipe to configure the build environment
    coverage        # Coverage recipe
    debug           # Debug build
    default         # List all available targets
    dev             # Build and run the development environment
    docs            # Build the documentation
    format          # Run the autoformatter
    release         # Release build
    sanitize        # Run tests with address sanitizer
    spotless        # Obliterate the build directory
    test            # Run the unit tests
S
Description
This is a basic template repository based on the Meson build system, the Doctest unit test framework, and Doxygen. It's designed to be fully ready for C++ application development in a VS Code environment on Linux with minimal dependencies.
Readme 254 KiB
Release 2.0.0 Latest
2024-02-18 03:27:20 +00:00
Languages
Dockerfile 46.4%
Just 33.6%
Meson 16.2%
C++ 3.8%