[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. (#55)
Edward Diener
2021-01-20 15:39:33 -0500
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. (#48)
Edward Diener
2020-04-12 12:48:24 -0400
e01a10925dReplace three links that seem broken (keep timing out)
tinko92
2019-04-23 21:47:07 +0200
273db79266[CMake] Update formatting and add copy right note
Mike Dev
2019-01-04 13:50:20 +0100
c7df450a81[CMake] Generate cmake target that other libraries can use
Mike Dev
2018-09-18 13:19:18 +0200
ac67f5952eBack out fix for VC++8.0
Edward Diener
2018-11-14 11:54:53 -0500
758a7f6c6aEnhance CI with libc++ and VS2017 strict builds
James E. King III
2018-11-03 09:47:58 -0400
Fix appveyor and coverity links and badges in readme
James E. King III
2018-06-14 17:39:05 -0400
b877c35841fix coverity scan integration
James E. King III
2018-06-13 18:09:24 +0000
b295845afefix building in boostorg appveyor account
James E. King III
2018-06-03 00:10:22 +0000
71d523d949Added CI framework - travis with valgrind, cppcheck, ubsan, codecov, covscan (future) - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64 - README, LICENSE, etc.
James E. King III
2018-05-23 01:04:01 +0000
a81b00a5f0Update PGI C++ compiler support
David Olsen
2017-07-26 12:46:48 -0700
13e4e53259Merge pull request #29 from amarzial/develop
Edward Diener
2017-07-10 12:32:35 -0400
ecb4d2a89fFixed a bug with the template substitution adding temporary string placeholders to avoid unexpected substitutions
Alessandro Marzialetti
2017-07-10 12:45:36 +0200
4265eb6319Merge pull request #28 from ohhmm/develop
Edward Diener
2017-07-03 01:33:38 -0400
525c773836adding get_tag definition
Sergei Krivonos
2017-07-01 14:55:56 +0300
efc2a862a3Merge to master for 1.62.0 release
Marshall Clow
2016-08-17 13:27:42 -0700
3b126bdf8cMerge pull request #27 from morinmorin/fix/print_warning
Edward Diener
2016-07-12 16:43:45 -0400
869438d60bFix "-Wc++11-extensions" warning on Clang in C++03 mode
morinmorin
2016-07-02 14:27:29 +0900