summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/functional/meta
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/functional/meta')
-rw-r--r--src/boost/libs/functional/meta/explicit-failures-markup.xml33
-rw-r--r--src/boost/libs/functional/meta/libraries.json64
2 files changed, 97 insertions, 0 deletions
diff --git a/src/boost/libs/functional/meta/explicit-failures-markup.xml b/src/boost/libs/functional/meta/explicit-failures-markup.xml
new file mode 100644
index 000000000..ea9b32392
--- /dev/null
+++ b/src/boost/libs/functional/meta/explicit-failures-markup.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright 2017-2018 Daniel James
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
+-->
+<explicit-failures-markup>
+ <!-- functional/factory -->
+ <library name="functional/factory">
+ <mark-expected-failures>
+ <test name="factory_with_allocator"/>
+ <toolset name="borland-*"/>
+ <note author="Tobias Schwinger">
+ Probably broken const conversion with that compiler.
+ </note>
+ </mark-expected-failures>
+ </library>
+
+ <!-- functional/forward -->
+ <library name="functional/foward">
+ <mark-unusable>
+ <toolset name="msvc-7.0*"/>
+ <toolset name="msvc-7.1*"/>
+ <toolset name="sun-5.*"/>
+ <toolset name="vacpp*"/>
+ <toolset name="borland-*"/>
+ <note author="Tobias Schwinger">
+ This compiler is currently not supported.
+ </note>
+ </mark-unusable>
+ </library>
+</explicit-failures-markup>
diff --git a/src/boost/libs/functional/meta/libraries.json b/src/boost/libs/functional/meta/libraries.json
new file mode 100644
index 000000000..c9d7a3b9d
--- /dev/null
+++ b/src/boost/libs/functional/meta/libraries.json
@@ -0,0 +1,64 @@
+[
+ {
+ "key": "functional",
+ "boost-version": "1.16.0",
+ "name": "Functional",
+ "authors": [
+ "Mark Rodgers"
+ ],
+ "description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
+ "category": [
+ "Function-objects"
+ ]
+ },
+ {
+ "key": "functional/factory",
+ "boost-version": "1.43.0",
+ "name": "Functional/Factory",
+ "authors": [
+ "Glen Fernandes",
+ "Tobias Schwinger"
+ ],
+ "maintainers": [
+ "Glen Fernandes <glenjofe -at- gmail.com>",
+ "Tobias Schwinger <tschwinger -at- isonews2.com>"
+ ],
+ "description": "Function object templates for dynamic and static object creation",
+ "documentation": "factory/",
+ "category": [
+ "Function-objects"
+ ]
+ },
+ {
+ "key": "functional/forward",
+ "boost-version": "1.43.0",
+ "name": "Functional/Forward",
+ "authors": [
+ "Tobias Schwinger"
+ ],
+ "maintainers": [
+ "Tobias Schwinger <tschwinger -at- isonews2.com>"
+ ],
+ "description": "Adapters to allow generic function objects to accept arbitrary arguments",
+ "documentation": "forward/",
+ "category": [
+ "Function-objects"
+ ]
+ },
+ {
+ "key": "functional/overloaded_function",
+ "boost-version": "1.50.0",
+ "name": "Functional/Overloaded Function",
+ "authors": [
+ "Lorenzo Caminiti"
+ ],
+ "maintainers": [
+ "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
+ ],
+ "description": "Overload different functions into a single function object.",
+ "documentation": "overloaded_function/",
+ "category": [
+ "Function-objects"
+ ]
+ }
+]