awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TheLartians avatar

TheLartians/ModernCppStarter

0
View on GitHub↗
5,306 星标·481 分支·CMake·unlicense·12 次浏览thelartians.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.
  • 开发者工具 - Template for modern C++ project development.
  • 项目模板 - Starter template with CI, coverage, and dependency management.

Star 历史

thelartians/moderncppstarter 的 Star 历史图表thelartians/moderncppstarter 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

ModernCppStarter 的开源替代方案

相似的开源项目,按与 ModernCppStarter 的功能重合度排序。
  • analysis-tools-dev/static-analysisanalysis-tools-dev 的头像

    analysis-tools-dev/static-analysis

    14,389在 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
    在 GitHub 上查看↗14,389
  • voltagent/awesome-claude-code-subagentsVoltAgent 的头像

    VoltAgent/awesome-claude-code-subagents

    21,906在 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
    在 GitHub 上查看↗21,906
  • friendlyanon/cmake-initfriendlyanon 的头像

    friendlyanon/cmake-init

    2,488在 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
    在 GitHub 上查看↗2,488
  • federico-busato/modern-cpp-programmingfederico-busato 的头像

    federico-busato/Modern-CPP-Programming

    15,808在 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
    在 GitHub 上查看↗15,808
查看 ModernCppStarter 的所有 30 个替代方案→

常见问题解答

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.

thelartians/moderncppstarter 的主要功能有哪些?

thelartians/moderncppstarter 的主要功能包括:Project Boilerplates, C++ Project Templates, Build Orchestration, Build Configurations, Code Quality and Analysis, Project Templates, Documentation Generators, Code Formatting Tools。

thelartians/moderncppstarter 有哪些开源替代品?

thelartians/moderncppstarter 的开源替代品包括: 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…