~roguescholar/boost/+git/static_assert:master

Last commit made on 2021-10-13
Get this branch:
git clone -b master https://git.launchpad.net/~roguescholar/boost/+git/static_assert

Branch merges

Branch information

Recent commits

ba72d33... by jzmaddock <email address hidden>

Merge pull request #16 from igaztanaga/patch-1

Small fix for Wsign-conversion

803b983... by =?utf-8?q?Ion_Gazta=C3=B1aga?= <email address hidden>

Small fix for Wsign-conversion

392199f... by Peter Dimov <email address hidden>

Fix CMake tests in .travis.yml

482e81c... by Peter Dimov <email address hidden>

Update CMakeLists.txt

66db742... by jzmaddock <email address hidden>

Merge pull request #13 from eldiener/develop

[skip ci] Add "cxxstd" json field

e9ab978... by Edward Diener

[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.

073c482... by jzmaddock <email address hidden>

Merge pull request #11 from eldiener/develop

Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74. Use BOOST_BORLANDC for bcc32 compiler

8ab850a... by Edward Diener

Use BOOST_BORLANDC for bcc32 compiler

9102d74... by Peter Dimov <email address hidden>

Merge branch 'develop' into feature/add-cmake-tests

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

Update .travis.yml