mirror of
https://github.com/boostorg/yap.git
synced 2026-01-19 04:52:07 +00:00
* add a project name * opt out of test, example, perf and doc build * compiler definitions for clang * fix build order by setting target depencies * fix streampos namespace * bump benchmark version * remove file since it is part of google benchmark * deactivate tests for google benchmark * add missing ; * add constexpr and variadic templates to compile features * FIX set compile on interface since yap is an interface lib * set cxx 14 as compile feature to compile boost * add missing $ * replace cxx_std_14 by concrete features * add all features to interface_compile_properties * fix interface_compile_properties