2014-06-08 18:13:39 +01:00
|
|
|
[
|
|
|
|
|
{
|
2014-06-01 11:47:19 +01:00
|
|
|
"key": "core",
|
|
|
|
|
"name": "Core",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Peter Dimov",
|
|
|
|
|
"Glen Fernandes",
|
|
|
|
|
"Andrey Semashev"
|
|
|
|
|
],
|
|
|
|
|
"maintainers": [
|
2020-12-12 01:01:07 +02:00
|
|
|
"Peter Dimov <pdimov -at- gmail.com>",
|
2018-09-05 08:21:35 -04:00
|
|
|
"Glen Fernandes <glenjofe -at- gmail.com>",
|
2014-06-01 11:47:19 +01:00
|
|
|
"Andrey Semashev <andrey.semashev -at- gmail.com>"
|
|
|
|
|
],
|
2014-06-01 22:08:45 +03:00
|
|
|
"description": "A collection of simple core utilities with minimal dependencies.",
|
2014-06-01 11:47:19 +01:00
|
|
|
"category": [
|
|
|
|
|
"Miscellaneous"
|
2021-01-19 13:08:18 -05:00
|
|
|
],
|
|
|
|
|
"cxxstd": "03"
|
2014-06-08 18:13:39 +01:00
|
|
|
},
|
2014-08-18 18:56:51 +04:00
|
|
|
{
|
|
|
|
|
"key": "utility/enable_if",
|
|
|
|
|
"name": "Enable If",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Jaakko J\u00e4rvi",
|
|
|
|
|
"Jeremiah Willcock",
|
|
|
|
|
"Andrew Lumsdaine"
|
|
|
|
|
],
|
|
|
|
|
"description": "Selective inclusion of function template overloads.",
|
|
|
|
|
"documentation": "doc/html/core/enable_if.html",
|
|
|
|
|
"category": [
|
|
|
|
|
"Generic"
|
|
|
|
|
],
|
|
|
|
|
"maintainers": [
|
|
|
|
|
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
|
|
|
|
|
"Jeremiah Willcock <jewillco -at- osl.iu.edu>"
|
2021-01-19 13:08:18 -05:00
|
|
|
],
|
|
|
|
|
"cxxstd": "03"
|
2014-08-18 18:56:51 +04:00
|
|
|
},
|
2014-06-08 18:13:39 +01:00
|
|
|
{
|
|
|
|
|
"key": "utility/swap",
|
|
|
|
|
"boost-version": "1.38.0",
|
|
|
|
|
"name": "Swap",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Joseph Gauterin"
|
|
|
|
|
],
|
|
|
|
|
"description": "Enhanced generic swap function.",
|
|
|
|
|
"documentation": "swap.html",
|
|
|
|
|
"category": [
|
|
|
|
|
"Miscellaneous"
|
|
|
|
|
],
|
|
|
|
|
"maintainers": [
|
|
|
|
|
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
|
2021-01-19 13:08:18 -05:00
|
|
|
],
|
|
|
|
|
"cxxstd": "03"
|
2014-08-21 20:35:01 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "bind/ref",
|
|
|
|
|
"name": "Ref",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Jaako Järvi",
|
|
|
|
|
"Peter Dimov",
|
|
|
|
|
"Doug Gregor",
|
|
|
|
|
"Dave Abrahams"
|
|
|
|
|
],
|
|
|
|
|
"description": "A utility library for passing references to generic functions.",
|
|
|
|
|
"documentation": "ref.html",
|
|
|
|
|
"std": [
|
|
|
|
|
"tr1"
|
|
|
|
|
],
|
|
|
|
|
"category": [
|
|
|
|
|
"Function-objects"
|
2021-01-19 13:08:18 -05:00
|
|
|
],
|
|
|
|
|
"cxxstd": "03"
|
2014-06-08 18:13:39 +01:00
|
|
|
}
|
|
|
|
|
]
|