'Managing C++ Build Complexity Using Cuppa: A SCons-based Build System' - Jamie Allsop
Description:
Explore a powerful solution for managing complex C++ build processes in this conference talk from ACCU. Discover Cuppa, a SCons-based build system designed to simplify and streamline C++ project builds. Learn how Cuppa leverages SCons' extensibility to solve common build problems consistently, offering familiar make-like usage with simple, declarative SConscript files. Understand Cuppa's key goals of providing a consistent model for describing build processes and encapsulating complex or remote dependencies. Gain insights into Cuppa's features, including its ability to build multiple variants for various toolchains, its pre-defined dependencies like Boost and Qt, and its location model for expressing dependencies as source locations. See practical examples of Cuppa in action and learn how it can transform your C++ build process, making it more accessible and manageable for your entire development team.
Managing C++ Build Complexity Using Cuppa - A SCons-based Build System