Wednesday 

Room 1 

11:40 - 12:40 

(UTC+02

Talk (60 min)

Tips and Tricks for Becoming a CMake Master

Over the years, CMake has become the de facto standard build tool for C++, and sooner or later almost all C++ developers have to deal with it in one way or another. For many developers it will stop at entering the right CMake commands to kick off a build, and, maybe, occasionally add a new source file to the build.

Tools
C++

But somebody has to set up that build in the first place. This talk is directed at those (soon to be) experts. In a case study I will show some tips and tricks to use a library and tools for which there is no support in CMake yet.

In the case study, we will look at a C++-application that uses embedded SQL to talk to an Oracle SQL-database. To build the application, it needs to link against Oracle’s client library, and the files with embedded SQL need to be converted to pure C++ before they can be compiled. How can we find that library when there is no CMake module for it yet? (We write our own!) How can we execute Oracle’s preprocessor to convert files with embedded SQL in a structured way when there are tens, or hundreds, of those files, possibly spread over different CMake targets? Come to my talk and I will tell you.

Hans Vredeveld

Hans started working in the software industry 20+ years ago as a system administrator. Via application administration he soon moved into software development, where he was bitten by the C++ virus. Not wanting to be cured, he is always searching for the next cool thing C++.
Having worked at several companies in the past, Hans now works at CGI in the Netherlands, where he is improving a legacy system for managing high loads of HPC jobs. As part of his work, Hans is introducing modern C++ concepts in the code, and teaching his co-workers about it.
When not working or being otherwise engaged behind a computer, Hans prefers to be outdoors for sports, a walk or hiking in nature with friends.