2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

9 Commits

Author SHA1 Message Date
Edward Diener
30d5705804 [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-21 11:08:23 -05:00
Michael Caisse
49e83e75bb force libraries.json change 2019-09-02 16:26:36 -07:00
Michael Caisse
3691c178a6 force libraries.json change 2019-09-02 12:23:08 -07:00
Nikita Kniazev
e2a13c6a2c Fusion now should compatible with Clang 3.0 C++11
ref boostorg/fusion#166
2017-12-25 18:29:26 +03:00
Nikita Kniazev
cf1e9a883b Mark MinGW GCC 4.6 as unusable
../boost/proto/transform/call.hpp:246: internal compiler error: Segmentation fault
2017-12-24 01:13:40 +03:00
Nikita Kniazev
f660e616af Mark some compilers as unusable. Closes #332
MSVC 7.1: fusion::fold
clang 3.0 c++11: fusion::vector
clang 3.1 c++11: spirit::lex
2017-12-18 18:58:54 +03:00
Nikita Kniazev
b61df4c948 Define test categories 2017-11-27 01:20:47 +03:00
Nikita Kniazev
3736fecd2d Added local explicit-failures-markup.xml 2017-11-27 01:19:28 +03:00
Daniel James
ac9a1e0587 Add metadata file. 2014-08-18 15:10:46 +01:00