~roguescholar/boost/+git/static_assert:pr/add-cmake-install

Last commit made on 2019-12-27
Get this branch:
git clone -b pr/add-cmake-install https://git.launchpad.net/~roguescholar/boost/+git/static_assert

Branch merges

Branch information

Name:
pr/add-cmake-install
Repository:
lp:~roguescholar/boost/+git/static_assert

Recent commits

f970aff... by Peter Dimov <email address hidden>

Disable installation without the superproject; add comments

609a5c0... by Peter Dimov <email address hidden>

Add CMake install support (needed by type_traits)

cb6d8fe... by jzmaddock <email address hidden>

Merge pull request #7 from LukeCz/patch-1

Simplified boolean expression

23ee2b9... by Lukasz Czajczyk <email address hidden>

Simplified boolean expression

488af9c... by jzmaddock <email address hidden>

add README.md
[CI SKIP]

a2c81d0... by jzmaddock <email address hidden>

Merge pull request #6 from Mike-Devel/min_cmake

[CMake] Generate cmake target that other libraries can use

68e4213... by Mike Dev <email address hidden>

[CMake] Generate cmake target that other libraries can use

... to express their dependency on this library and retrieve any
configuration information such as the include directory, binary
to link to (if any), transitive dependencies, necessary compiler
options or the required c++ standards level.

b91e474... by jzmaddock <email address hidden>

Move header dependencies around -
to try to fix a clang-3.x issue with ::gets not found when compiling std lib header.

62c6cdc... by jzmaddock <email address hidden>

Merge branch 'develop' of https://github.com/boostorg/static_assert into develop

662ecd3... by jzmaddock <email address hidden>

Add .travis.yml