More Modern CMake - Deniz Bahadir - Meeting C++ 2018
A look at Modern CMake
More Modern CMake
by Deniz Bahadir
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Mar 7, 2019 10:30 AM | Tags: meetingcpp intermediate buildsystem build basics
More Modern CMake
by Deniz Bahadir
By Meeting C++ | Feb 8, 2019 03:56 AM | Tags: tools performance meetingcpp intermediate efficiency build system build
A guide to faster builds
The Hitchhikers guide to faster builds
by Viktor Kirilov
By Boris Kolpackov | Oct 4, 2016 08:03 AM | Tags: package build
build2
is an open source, cross-platform toolchain for building and packaging C++ code. It includes a build system, package manager, and repository web interface. There is also cppget.org, a public repository of open source C++ packages.
build2 0.4.0
Release Notes
From the announcement:
This release includes a number of major new features in the build system (support for Windows/MSVC, C compilation, pkg-config
integration, library versioning and export model, as well as the uninstall
operation) and packag manager (support for repository authentication and system packages).
This version has been tested on Windows, Linux, Mac OS, and FreeBSD with GCC, Clang (both vanilla and Apple's), MinGW GCC, MSVC, and Intel icc.
By Boris Kolpackov | Apr 27, 2016 12:04 AM | Tags: repository package build
build2
is an open source, cross-platform toolchain for building and packaging C++ code. It includes a build system, package manager, and repository web interface. There is also cppget.org, a public repository of open source C++ packages.
build2 0.3.0
Release Notes
From the announcement:
This release includes a number of new features in the build system (high fidelity builds, command line configuration overrides), package manager (support for dropping no longer necessary packages), and repository web interface (ability to run multiple instances, look and feel customizations).
By Boris Kolpackov | Feb 7, 2016 11:38 PM | Tags: repository package intermediate build
build2
is an open source, cross-platform toolchain for building and packaging C++ code. It includes a build system, package manager, and repository web interface. There is also cppget.org, a public repository of open source C++ packages.
build2
— C++ Build Toolchain
From the announcement:
This is the first alpha release and currently it is more of a technology preview rather than anything that is ready for production. It has been tested on various Linux'es, Mac OS, and FreeBSD. There is no Windows support yet (but cross-compilation is supported).