wiki:CMakeBoostFeatures

Version 1 (modified by Douglas Gregor, 15 years ago) ( diff )

--

CMake-Based Build System for Boost: Features

This page describes some of the features of a CMake-based build system for Boost. Some of the features come from CMake itself, some from the Boost-specific CMake macros.

  • Configuration
    • Automatically probes for supported libraries (e.g., no need to write a user-config.jam)
  • User experience
    • CMake is trivial to install on many platforms
    • Graphical CMake configuration makes customized builds easy
    • Uses native build tools (e.g., Visual Studio) to build Boost
  • Modularity
  • Portability
  • Deployment
    • Complete support for installing from a build tree
    • Builds binary installers for Boost for a variety of platforms and formats (Mac OS X packages, Windows installers, RPMs, DEBs, etc.)
  • Regression testing
    • Complete regression-testing support using CTest
    • Support for submitting regression testing results to a dashboard (CDash, Dart, Dart2)
    • Ability to build and run regression tests against an installed Boost tree
  • Maintainability
    • CMake is open source (BSD license) and written in C++
    • CMake is actively developed and maintained by Kitware, Inc.
    • Other, large open-source projects (including KDE, VTK) use CMake for their build system
    • The Boost-specific CMake modules are fully documented, both for Boost developers and with extensive comments within the build system itself

Note: See TracWiki for help on using the wiki.