From 2a1c53343c95639b816d8b9e3216c7bd3fbebe49 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 8 Jun 2014 18:11:16 +0100 Subject: [PATCH 1/2] Add a html file to redirect to the swap documentation. Something that can be linked to from libs/libraries.htm. --- swap.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 swap.html diff --git a/swap.html b/swap.html new file mode 100644 index 0000000..2bd6110 --- /dev/null +++ b/swap.html @@ -0,0 +1,29 @@ + + + +Boost.Core + + + + + +

+ Automatic redirection failed, please go to + ../../doc/html/core/swap.html +

+

+ © 2014 Peter Dimov
+ © 2014 Glen Fernandes
+ © 2014 Andrey Semashev +

+ + From ae10aab7e506bd7f2294c7325e8980e72f9affc4 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 8 Jun 2014 18:13:39 +0100 Subject: [PATCH 2/2] Add metadata for swap. "key" is "utility/swap" because it's a unique identifier which should stay the same, even after moving the code into this module. --- meta/libraries.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index be47c6a..e30db15 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -1,4 +1,5 @@ -{ +[ + { "key": "core", "name": "Core", "authors": [ @@ -15,4 +16,21 @@ "category": [ "Miscellaneous" ] -} + }, + { + "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 " + ] + } +]