Commit Graph

7 Commits

Author SHA1 Message Date
Patrick Lühne 22238bb398
Switch to C++17
With C++17, optionals, an experimental language feature, were moved to
the “std” namespace. This makes C++17 mandatory and drops the now
obsolete “experimental” namespace.
2018-03-24 16:09:52 +01:00
Patrick Lühne 427e5705c7
Fixed order of CMake options. 2017-06-20 02:05:12 +02:00
Patrick Lühne bda57b2fe7
Fixed incorrect handling of CMake options. 2017-06-18 15:04:45 +02:00
Patrick Lühne 64dd8e9910
Forcing colored compiler output with Ninja. 2017-03-08 00:02:13 +01:00
Patrick Lühne 5d67d74395
Added extra compiler warning flag. 2016-11-29 02:12:44 +01:00
Patrick Lühne 78511d9929
Added CMake option for statically linking the binary. 2016-11-24 22:46:44 +01:00
Patrick Lühne 3100f4a733
Initial commit. 2016-11-21 17:53:46 +01:00