awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TheLartians avatar

TheLartians/ModernCppStarter

0
View on GitHub↗
5,306 stars·481 forks·CMake·unlicense·11 vuesthelartians.github.io/ModernCppStarter↗

ModernCppStarter

ModernCppStarter is a pre-configured project boilerplate and bootstrapping environment for C++ libraries and executables. It provides a standardized set of CMake build configurations and templates to automate the initialization of new projects.

The project integrates a comprehensive static analysis suite and documentation automation. It includes systems for enforcing code quality through sanitizers and analyzers, as well as a pipeline for generating and deploying technical documentation during project releases.

The template covers broader development infrastructure, including dependency management, automated testing with code coverage, and continuous integration pipelines. It also incorporates build performance optimizations through compilation caching and automated code formatting enforcement.

Features

  • Project Boilerplates - Provides a pre-configured project template with integrated build systems and automation for C++.
  • C++ Project Templates - Provides a pre-configured boilerplate and bootstrapping environment to automate the initialization of new C++ projects.
  • Build Orchestration - Uses CMake to provide a standardized meta-build system for cross-platform compilation and flag management.
  • Build Configurations - Ships a set of CMake scripts for managing compilation, dependency resolution, and installation.
  • Code Quality and Analysis - Integrates a comprehensive suite of static analyzers and sanitizers to enforce coding standards and detect bugs during the build process.
  • Project Templates - Provides an automated workflow template for running tests, coverage, and formatting for C++.
  • Documentation Generators - Automatically extracts technical documentation from source code comments using Doxygen.
  • Code Formatting Tools - Enforces consistent source and build file styles using integrated automated formatting tools.
  • Dependency Management - Retrieves and integrates external libraries to ensure consistent and reproducible C++ builds.
  • CI CD Pipelines - Automates testing, coverage monitoring, and documentation deployment for C++ projects.
  • Continuous Integration Pipelines - Automates the execution of test suites and coverage monitoring within the CI pipeline.
  • Documentation Automation - Automates the generation and deployment of technical documentation during the release process.
  • GitHub Actions - Provides GitHub Actions workflows to automate building, testing, and formatting checks.
  • Library Dependency Managers - Implements CPM for downloading and configuring external git repositories during the build phase.
  • Build Performance Optimization - Implements compilation caching to reduce redundant work and minimize build durations across repeated cycles.
  • Code Coverage Analysis - Executes test suites and collects code coverage data to verify project correctness.
  • Code Quality Analyzers - Uses static analyzers, sanitizers, and formatters to ensure a consistent and bug-free C++ codebase.
  • Static Analysis - Provides integrated Clang-Tidy analysis to identify bug-prone patterns and enforce C++ coding standards.
  • Static and Dynamic Analysis Suites - Includes an integrated suite of sanitizers and static analyzers to detect bugs during builds.
  • Test Suite Execution - Uses CTest to run test suites and collect code coverage through standardized interface hooks.
  • Outils de développement - Template for modern C++ project development.
  • Modèles de projet - Starter template with CI, coverage, and dependency management.

Historique des stars

Graphique de l'historique des stars pour thelartians/moderncppstarterGraphique de l'historique des stars pour thelartians/moderncppstarter

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait thelartians/moderncppstarter ?

ModernCppStarter is a pre-configured project boilerplate and bootstrapping environment for C++ libraries and executables. It provides a standardized set of CMake build configurations and templates to automate the initialization of new projects.

Quelles sont les fonctionnalités principales de thelartians/moderncppstarter ?

Les fonctionnalités principales de thelartians/moderncppstarter sont : Project Boilerplates, C++ Project Templates, Build Orchestration, Build Configurations, Code Quality and Analysis, Project Templates, Documentation Generators, Code Formatting Tools.

Quelles sont les alternatives open-source à thelartians/moderncppstarter ?

Les alternatives open-source à thelartians/moderncppstarter incluent : analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… friendlyanon/cmake-init — cmake-init is a project generator and build system boilerplate designed to automate the initialization of C++… federico-busato/modern-cpp-programming — This project is a comprehensive educational resource and programming course covering C++ language semantics and… rtfd/readthedocs.org — Read the Docs is an automated documentation hosting platform that transforms source files from version control into… ttroy50/cmake-examples — This project is a collection of reference implementations and templates for CMake build patterns and configuration…

Alternatives open source à ModernCppStarter

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ModernCppStarter.
  • analysis-tools-dev/static-analysisAvatar de analysis-tools-dev

    analysis-tools-dev/static-analysis

    14,389Voir sur GitHub↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    Voir sur GitHub↗14,389
  • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Voir sur GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Shellai-agent-frameworkai-agent-toolsai-agents
    Voir sur GitHub↗21,906
  • friendlyanon/cmake-initAvatar de friendlyanon

    friendlyanon/cmake-init

    2,488Voir sur GitHub↗

    cmake-init is a project generator and build system boilerplate designed to automate the initialization of C++ projects. It provides a framework for creating standardized project layouts and build configurations through template-based generation and user-defined prompts. The project functions as a development workflow automator, integrating static analysis, code formatting, and documentation generation directly into the build pipeline. It includes a dependency management system for vendoring external libraries and managing transitive dependencies to ensure consistent package discovery for down

    CMakeboilerplatecci
    Voir sur GitHub↗2,488
  • federico-busato/modern-cpp-programmingAvatar de federico-busato

    federico-busato/Modern-CPP-Programming

    15,808Voir sur GitHub↗

    This project is a comprehensive educational resource and programming course covering C++ language semantics and features from C++03 through C++26. It provides structured tutorials and technical guides focused on modern C++ development. The material offers specialized instruction on template metaprogramming, including the use of type traits and compile-time computations. It features detailed guides on concurrency and parallelism for multi-core execution, as well as a reference for software design applying SOLID principles and RAII. Additionally, it covers build performance optimization to redu

    HTMLc-plus-pluscode-qualitycompilers
    Voir sur GitHub↗15,808
  • Voir les 30 alternatives à ModernCppStarter→