diff options
-rw-r--r-- | libs/libraries.htm | 4 | ||||
-rw-r--r-- | libs/maintainers.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm index e98c5a436f..082aac57ce 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -158,6 +158,8 @@ how to download, build, and install the libraries.</p> <li><a href="graph/doc/table_of_contents.html">graph</a> - Generic graph components and algorithms, from Jeremy Siek and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li> + <li><a href="heap/index.html">heap</a> - + Priority queue data structures, from Tim Blechmann</li> <li><a href="icl/index.html">icl</a> - Interval Container Library, interval sets and maps and aggregation of associated values, from Joachim Faulhaber.</li> @@ -461,6 +463,8 @@ how to download, build, and install the libraries.</p> Interval Container Library, interval sets and maps and aggregation of associated values, from Joachim Faulhaber.</li> <li><a href="intrusive/index.html">intrusive</a> - Intrusive containers and algorithms, from Ion Gaztañaga</li> + <li><a href="heap/index.html">heap</a> - + Priority queue data structures, from Tim Blechmann</li> <li><a href="multi_index/doc/index.html">multi_index</a> - Containers with multiple STL-compatible access interfaces, from Joaquín M López Muñoz.</li> diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 6414c6fb1e..d5107b00bc 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -43,6 +43,7 @@ function_types Tobias Schwinger <tschwinger -at- isonews2.com> geometry Barend Gehrels<barend -at- xs4all.nl>, Bruno Lalande <bruno.lalande -at- gmail.com>, Mateusz Loskot <mateusz -at- loskot.net> gil Lubomir Bourdev <lbourdev -at- adobe.com>, Hailin Jin <hljin -at- adobe.com> graph Andrew Sutton <asutton -at- cs.kent.edu> +heap Tim Blechmann <tim -at- klingt.org> icl Joachim Faulhaber <afojgo -at- gmail.com> integer Daryle Walker <darylew -at- hotmail.com> interprocess Ion Gaztanaga <igaztanaga -at- gmail.com> |