Skip to main content

Utilities to help develop C++/CMake projects

Project description

cmake-common

Basic usage Boost (toolsets) Examples (toolsets)

Utilities to help develop C++/CMake projects.

Description

This main goal of this project is to make it easier to build (potentially, cross-compile) Boost and CMake projects using different toolsets. It does so providing a set of command-line utilities that allow users to download/build Boost & use it in a CMake project in a consistent way — no matter the compiler or the target platform.

Installation

  • Via PyPI:

    pip install cmake-common
    
  • As a submodule:

    git submodule add https://github.com/egor-tensin/cmake-common.git
    

    All the scripts provided by the PyPI package are thin wrappers around the project package modules:

    Script Module
    boost-download python -m project.boost.download
    boost-build python -m project.boost.build
    project-build python -m project.build

Toolsets

Supported platform/build system/compiler combinations include, but are not limited to:

Platform Build system Compiler
Linux make Clang
GCC
MinGW-w64
Windows make [1] Clang [2]
MinGW-w64
msbuild MSVC
  1. Both GNU make and MinGW mingw32-make.
  2. clang-cl is supported by Boost 1.69.0 or higher only.

All of those are verified continuously by the Boost (toolsets) and Examples (toolsets) workflows.

For a complete list of possible --toolset parameter values, pass the --help-toolsets flag to either boost-build or project-build.

Usage

Boost

Download & build the Boost libraries in a cross-platform way.

$ boost-download 1.72.0
...

$ boost-build boost_1_72_0/ filesystem program_options
...

Pass the --help flag to view detailed usage information.

CMake project

Build (and optionally, install) a CMake project.

$ project-build --configuration Release --install path/to/somewhere --boost path/to/boost -- examples/simple build/
...

$ ./path/to/somewhere/bin/foo
foo

Pass the --help flag to view detailed usage information.

Tools

Examples

I use this in all of my C++/CMake projects, e.g. aes-tools and math-server.

License

Distributed under the MIT License. See LICENSE.txt for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmake_common-6.1.2.tar.gz (40.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cmake_common-6.1.2-py3-none-any.whl (30.9 kB view details)

Uploaded Python 3

File details

Details for the file cmake_common-6.1.2.tar.gz.

File metadata

  • Download URL: cmake_common-6.1.2.tar.gz
  • Upload date:
  • Size: 40.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cmake_common-6.1.2.tar.gz
Algorithm Hash digest
SHA256 40a3e42bf2da19ece184050decddb4c87f6489d0d83a727d54a4c75cbf99f6d8
MD5 104a76360c2b185e9b0ae66c39fed247
BLAKE2b-256 0a5180ce593c410eac21ae92e2d72c1858884b9b8279f3a7695780ca4e8e8cdf

See more details on using hashes here.

File details

Details for the file cmake_common-6.1.2-py3-none-any.whl.

File metadata

  • Download URL: cmake_common-6.1.2-py3-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cmake_common-6.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 60b94d13d12c34eb470e28697462ec5214d6fbbbc2444f61ee00de38b14de242
MD5 6c0c52bfae4bc49941b3318ce0b8e7d8
BLAKE2b-256 1d34698c9d0fe8235bd63c5e2b96a9a7ac28149558c864d9178367aeccfd8805

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page