CMake Best Practices: Discover proven techniques for creating and maintaining programming projects with CMake (Paperback)
暫譯: CMake 最佳實踐:發現創建和維護 CMake 程式專案的有效技術 (平裝本)
Berner, Dominik, Gilor, Mustafa Kemal
- 出版商: Packt Publishing
- 出版日期: 2022-05-27
- 定價: $1,850
- 售價: 8.0 折 $1,480
- 語言: 英文
- 頁數: 406
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1803239727
- ISBN-13: 9781803239729
-
相關分類:
CMake
-
其他版本:
CMake Best Practices - Second Edition: Upgrade your C++ builds with CMake for maximum efficiency and scalability
買這商品的人也買了...
-
$580$458 -
$520$442 -
$1,330Test Driven Development for Embedded C (Paperback)
-
$305圖解機器學習
-
$774$735 -
$650$429 -
$474$450 -
$2,300$2,185 -
$620$490 -
$1,020$969 -
$708$673 -
$354$336 -
$2,185$2,070 -
$414$393 -
$500$350 -
$980$774 -
$1,680$1,646 -
$3,600$3,420 -
$600$468 -
$1,488Modern CMake for C++: Discover a better approach to building, testing, and packaging your software (Paperback)
-
$3,340$3,173 -
$1,480$1,450 -
$1,360$1,333 -
$2,150$2,107 -
$1,980$1,881
相關主題
商品描述
Explore a compendium of creating and maintaining CMake projects without any overhead using tips, tricks, and techniques to empower your workflow
Key Features
- Understand what CMake is, how it works, and how to interact with it
- Discover how to properly create and maintain well-structured CMake projects
- Explore tools and techniques to get the most out of your CMake project
Book Description
CMake is a powerful tool used to perform a wide variety of tasks, so finding a good starting point for learning CMake is difficult. This book cuts to the core and covers the most common tasks that can be accomplished with CMake without taking an academic approach. While the CMake documentation is comprehensive, it is often hard to find good examples of how things fit together, especially since there are lots of dirty hacks and obsolete solutions available on the internet. This book focuses on helping you to tie things together and create clean and maintainable projects with CMake.
You'll not only get to grips with the basics but also work through real-world examples of structuring large and complex maintainable projects and creating builds that run in any programming environment. You'll understand the steps to integrate and automate various tools for improving the overall software quality, such as testing frameworks, fuzzes, and automatic generation of documentation. And since writing code is only half of the work, the book also guides you in creating installers and packaging and distributing your software. All this is tailored to modern development workflows that make heavy use of CI/CD infrastructure.
By the end of this CMake book, you'll be able to set up and maintain complex software projects using CMake in the best way possible.
What you will learn
- Get to grips with architecting a well-structured CMake project
- Modularize and reuse CMake code across projects
- Integrate various tools for static analysis, linting, formatting, and documentation into a CMake project
- Get hands-on with performing cross-platform builds
- Discover how you can easily use different toolchains with CMake
- Get started with crafting a well-defined and portable build environment for your project
Who This Book Is For
This book is for software engineers and build system maintainers working with C or C++ on a regular basis and trying to use CMake to better effect for their everyday tasks. Basic C++ and general programming knowledge will help you to better understand the examples covered in the book.
商品描述(中文翻譯)
探索一個關於創建和維護 CMake 專案的綜合指南,無需任何額外負擔,透過技巧、竅門和技術來提升您的工作流程。
主要特點
- 了解 CMake 是什麼、它是如何運作的,以及如何與之互動
- 探索如何正確創建和維護結構良好的 CMake 專案
- 探索工具和技術,以充分發揮您的 CMake 專案的潛力
書籍描述
CMake 是一個強大的工具,用於執行各種任務,因此找到學習 CMake 的良好起點是困難的。本書直擊核心,涵蓋了可以使用 CMake 完成的最常見任務,而不採取學術方法。雖然 CMake 的文檔非常全面,但通常很難找到良好的示例來說明各個部分是如何結合在一起的,特別是因為互聯網上有許多不良的黑客和過時的解決方案。本書專注於幫助您將各個部分結合起來,並使用 CMake 創建乾淨且易於維護的專案。
您不僅會掌握基礎知識,還會通過實際案例學習如何結構大型和複雜的可維護專案,並創建可以在任何編程環境中運行的構建。您將了解整合和自動化各種工具以提高整體軟體質量的步驟,例如測試框架、模糊測試和自動生成文檔。由於編寫代碼僅是工作的一半,本書還指導您創建安裝程式、打包和分發您的軟體。所有這些都針對現代開發工作流程,這些流程大量使用 CI/CD 基礎設施。
在本 CMake 書籍結束時,您將能夠以最佳方式設置和維護複雜的軟體專案。
您將學到的內容
- 掌握架構良好的 CMake 專案
- 在專案之間模組化和重用 CMake 代碼
- 將靜態分析、代碼檢查、格式化和文檔等各種工具整合到 CMake 專案中
- 實際操作跨平台構建
- 探索如何輕鬆使用不同的工具鏈與 CMake
- 開始為您的專案打造一個明確且可攜帶的構建環境
本書適合對象
本書適合經常使用 C 或 C++ 的軟體工程師和構建系統維護者,並試圖更有效地使用 CMake 來完成日常任務。基本的 C++ 和一般編程知識將幫助您更好地理解書中涵蓋的示例。
目錄大綱
1. Kickstarting CMake
2. Accessing CMake in Best Ways
3. Creating a CMake Project
4. Packaging, Deploying and Installing a CMake Project Effortlessly
5. Integrating Third- Party Libraries and Dependency Management
6. Automatically Generating Documentation with CMake
7. Seamless Integration of Code Quality Tools with CMake
8. Executing Custom Tasks with CMake
9. Creating Reproducible Build Environments
10. Handling Distributed Repositories and Dependencies in a Super-build
11. Automated Fuzzing with CMake
12. Cross-Platform-Compiling Custom Toolchains
13. Reusing CMake Code
14. Optimizing and Maintaining CMake Projects
15. Migrating to CMake
16. Contributing to CMake and Further Reading Material
目錄大綱(中文翻譯)
1. Kickstarting CMake
2. Accessing CMake in Best Ways
3. Creating a CMake Project
4. Packaging, Deploying and Installing a CMake Project Effortlessly
5. Integrating Third- Party Libraries and Dependency Management
6. Automatically Generating Documentation with CMake
7. Seamless Integration of Code Quality Tools with CMake
8. Executing Custom Tasks with CMake
9. Creating Reproducible Build Environments
10. Handling Distributed Repositories and Dependencies in a Super-build
11. Automated Fuzzing with CMake
12. Cross-Platform-Compiling Custom Toolchains
13. Reusing CMake Code
14. Optimizing and Maintaining CMake Projects
15. Migrating to CMake
16. Contributing to CMake and Further Reading Material