~roguescholar/boost/+git/type_traits:feature/intel-ci-testing

Last commit made on 2018-12-30
Get this branch:
git clone -b feature/intel-ci-testing https://git.launchpad.net/~roguescholar/boost/+git/type_traits

Branch merges

Branch information

Name:
feature/intel-ci-testing
Repository:
lp:~roguescholar/boost/+git/type_traits

Recent commits

d692e38... by jzmaddock <email address hidden>

Misc testing fixes for Intel-16

d585faf... by jzmaddock <email address hidden>

Travis CI: Add intel-16 support.

bdaa002... by jzmaddock <email address hidden>

Update CI scripts to handle new module layout.

19bc352... by jzmaddock <email address hidden>

config.hpp: change workaround to < gcc-4.8.5 rather than < 4.9.
See https://github.com/boostorg/type_traits/issues/97.

d49f6e0... by jzmaddock <email address hidden>

Fix use of BOOST_WORKAROUND in config.hpp, should be BOOST_GCC < 40900 rather than <= 40800 in case there is a patch level. Fixes: https://github.com/boostorg/type_traits/issues/97

b8e0395... by jzmaddock <email address hidden>

Add CI badges.
[CI SKIP]

5737ed4... by jzmaddock <email address hidden>

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

b6351c3... by jzmaddock <email address hidden>

Fully qualify some names to prevent ambiguity over detail::.

45b893f... by jzmaddock <email address hidden>

Merge pull request #92 from Mike-Devel/min_cmake

[CMake] Add minimal cmake file

eafca43... by jzmaddock <email address hidden>

Merge pull request #94 from Lastique/patch-1

Fix is_constructible header reference.