2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-19 16:52:13 +00:00

6 Commits

Author SHA1 Message Date
Cem Bassoy
32795e124b Update libraries.json 2021-01-23 20:08:09 +01:00
Edward Diener
a880b91413 [skip ci] Add "cxxstd" json field (#110)
* [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.

* Updated the minimum C++ standard requirement to C++11 based on the Ublas Wiki section mentioning C++11 as a prerequisite.
2021-01-23 20:05:56 +01:00
Stefan Seefeld
7c6b1e980e Adjust metadata and documentation. 2019-03-02 12:00:48 -05:00
Daniel James
a87592c4d8 Fix link to documentation.
The last release broke the link. The default works fine, so use that instead.
2014-11-13 19:38:18 +00:00
David Bellot
1360e329d2 * merge pull request from Daniel James: metadata file
* removed out-dated and too big doxygen documentation
* change maintainers name in metadata
2014-09-13 10:33:36 +01:00
Daniel James
3089f42eaa Add metadata file. 2014-08-18 15:08:20 +01:00