From a932ad0883711598f0f67cd90ae8f86e39c4ee39 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 20 Jun 2016 13:35:04 +0100 Subject: [PATCH] Make libs/libraries.htm a template, copied from develop. --- libs/libraries.htm | 905 +-------------------------------------------- 1 file changed, 15 insertions(+), 890 deletions(-) diff --git a/libs/libraries.htm b/libs/libraries.htm index 322a58e1dd..b2ca6b087f 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -1,3 +1,6 @@ +{{! This is a template for the library list. See the generated file at: + http://www.boost.org/doc/libs/develop/libs/libraries.htm +}} @@ -41,31 +44,9 @@ content="text/html; charset=iso-8859-1">
Libraries Listed Alphabetically
Libraries Listed by Category
-
Algorithms
-
Broken Compiler Workarounds
-
Concurrent Programming
-
Containers
-
Correctness and Testing
-
Data Structures
-
Domain Specific
-
Function Objects and Higher-order Programming
-
Generic Programming
-
Image Processing
-
Input/Output
-
Inter-language Support
-
Iterators
-
Language Features Emulation
-
Math and Numerics
-
Memory
-
Parsing
-
Patterns and Idioms
-
Preprocessor Metaprogramming
-
Programming Interfaces
-
State Machines
-
String and Text Processing
-
System
-
Template Metaprogramming
-
Miscellaneous
+{{#categorized}} +
{{title}}
+{{/categorized}}
Libraries Retired from Boost
@@ -78,881 +59,25 @@ how to download, build, and install the libraries.

Libraries Listed Alphabetically


Libraries Listed by Category

- -

Algorithms

+{{#categorized}} +

{{title}}

- -

Broken Compiler Workarounds

- - - -

Concurrent Programming

- - - - -

Containers

- - - -

Correctness and testing

- - - -

Data structures

- - - -

Domain Specific

- - -

Function Objects and Higher-order Programming

- - - -

Generic Programming

- - - -

Image Processing

- - -

Input/Output

- - -

Inter-language Support

- - - -

Iterators

- - - -

Language Features Emulation

- - - -

Memory

- - - -

Math and Numerics

- - - -

Template Metaprogramming

- - - - -

Patterns and Idioms

- - -

State Machines

- - -

Parsing

- - - -

Preprocessor Metaprogramming

- - - -

Programming Interfaces

- - - - -

String and Text Processing

- - - -

System

- - -

Miscellaneous

- - +{{/categorized}}

[Category suggestions from Aleksey Gurtovoy, Beman Dawes and Vicente J. Botet Escribá]