Building and Packaging Modern C++

Speaker: Adrian Ostrowski, Piotr Gaczkowski

Audience level: Intermediate

Have you ever seen someone trying to build a house with their bare hands? Probably not. That's what tools are for. To make our lives easier. Are you sure you're using the best tools to help you develop your application?

This talk will demonstrate a plethora of utilities that can help you write better code. And do it much faster. Most examples will be specific to C++, while others are language-agnostic.

You'll learn how to cache your build results, and how to use your coworkers spare CPU cycles to speed up your build times. Moreover, you'll discover how to provide the same build and execution environment for all the developers in your project. Last but not least, we'll showcase ways to check your code during builds and at commit time.