万象云档 本次搜索耗时 2.808 秒,为您找到 509 个相关结果.
  • Code style guidelines

    Code style guidelines C++ and Objective-C Using clang-format locally Installation Manual usage Pre-commit hook IDE plugin Header includes Java Python Using black locally In...
  • ArrayMesh

    Array Description Methods Method Descriptions Array A generic array datatype. Description A generic array that can contain several elements of any type, accessible by a num...
  • An Introduction to Modern CMake

    [TOC] An Introduction to Modern CMakeWhy do I need a good build system?Why must the answer be CMake?Why use a Modern CMake?Other sourcesCredits An Introduction to Modern CMake P...
  • The Basics

    [TOC] Installing CMakeQuick list (more info on each method below)Official packageCMake Default VersionsWindowsMacOSLinuxRHEL/CentOSUbuntuDebianOtherGeneral toolsCIFull listPip I...
  • Running CMake

    [TOC] Do’s and Don’tsCMake AntipatternsCMake PatternsSelecting a minimum in 2024:What minimum to choose - OS support:What minimum to choose - Features: Do’s and Don’ts The next ...
  • How to structure your project

    [TOC] How to structure your project How to structure your project The following information is biased. But in a good way, I think. I’m going to tell you how to structure the dir...
  • Running other programs

    [TOC] Running other programsRunning a command at configure timeRunning a command at build timeIncluded common utilities Running other programs Running a command at configure ti...
  • Git Submodule Method

    [TOC] Git Submodule MethodBonus: Git version number Git Submodule Method If you want to add a Git repository on the same service (GitHub, GitLab, BitBucket, etc), the following ...
  • Catch

    [TOC] CatchConfigure methodsQuick downloadVendoringDirect inclusion Catch Catch2 (C++11 only version) is a powerful, idomatic testing solutions similar in philosophy to PyTest f...
  • 现代的 CMake 的介绍

    [TOC] 现代的 CMake 的介绍为什么我需要一个好的构建系统?为什么答案一定是CMake?为什么使用现代的 CMake ?其他资料制作 现代的 CMake 的介绍 人们喜爱讨厌构建系统。 CppCon17 的讲座就是一个开发者们将构建系统当成头等笑话的例子。 这引出了一个问题:为什么(人们这样认为)? 确实,使用构建系统构建项目时不乏这样那样的问...