7 Commits

Author SHA1 Message Date
Edward Diener
198458a9f2 [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. 2021-01-19 17:22:00 -05:00
Kohei Takahashi
25c6334c58 meta: Update failure toolset name 2018-03-03 16:20:08 +09:00
Kohei Takahashi
5c78fea465 Fixed wording 2017-10-20 22:30:59 +09:00
Kohei Takahashi
da4abd0dce Added gcc 4.4 as expected failure. 2017-10-20 22:30:42 +09:00
Daniel James
3085f76d31 Make explicit-failures-markup.xml valid
The xml needs to be valid according to:

https://github.com/boostorg/boost/blob/develop/status/explicit-failures.xsd

It requires that the elements are in a certain order. I suspect that the
scripts don't actually require that, but I don't know for sure.
2017-10-19 10:54:10 +01:00
Kohei Takahashi
cbda55b962 Added repo local failure markups. 2017-10-18 23:35:48 +09:00
Daniel James
b6c2e9e10b Add metadata file. 2014-08-18 14:59:22 +01:00