Go to file
2018-10-18 01:28:42 -05:00
cmake Remove Google benchmark, and clone it for use only in the CMake build. 2018-03-04 13:16:00 -06:00
doc Turn off problematic auto-indexing. 2018-07-09 20:54:56 -05:00
example Define BOOST_NO_AUTO_PTR in the autodiff example to fix C++17 Clang builds. 2018-10-17 22:44:38 -05:00
include/boost/yap Escape double-minus "--" in Doxygen comments. 2018-03-22 21:29:31 -05:00
meta Add meta/libraries.json. 2018-03-04 01:18:14 -06:00
perf Unify binary member and nonmember macros; add subscript operator member macro. 2018-03-03 18:06:34 -06:00
test Define BOOST_NO_AUTO_PTR for all the Travis tests. 2018-10-18 01:18:02 -05:00
.clang-format Add .clang-format. 2018-02-14 20:37:34 -06:00
.gitattributes Add .gitattributes. 2018-02-11 11:12:42 -06:00
.travis.yml Add GCC 7,8 to Travis tests. 2018-10-17 22:44:38 -05:00
appveyor.yml Add appveyor.yml with VS2017 configured. 2018-10-18 01:22:29 -05:00
CMakeLists.txt Add "/std:c++14" to the list of flags to try in CMake builds. 2018-10-18 01:28:42 -05:00
index.html Fix relative link in top-level index.html. 2018-06-24 17:07:22 -05:00
LICENSE_1_0.txt Add Boost license. 2016-12-07 20:01:19 -06:00
README.md Update README.md 2018-06-23 23:59:07 -05:00

Build Status codecov License

yap

A C++14-and-later expression template library

This is a Boost library. It covers the same problem space as Boost.Proto, but works quite differently, due to the availability of lots of new features in C++14 and later.

Please read the docs for details: https://boostorg.github.io/yap