get_categorized_for_version($version, 'name'); $alphabetic = $libs->get_for_version($version, 'name'); uasort($categorized, function($a, $b) { $a = $a['title']; $b = $b['title']; if ($a === 'Miscellaneous') { $a = 'ZZZZZZZZ'; } if ($b === 'Miscellaneous') { $b = 'ZZZZZZZZ'; } return ($a > $b) ?: ($a < $b ? -1 : 0); }); function rewrite_link($link) { if(preg_match('@^/?libs/(.*)@', $link, $matches)) { $link = $matches[1]; } else { $link = '../'.ltrim($link, '/'); } return preg_replace('@/$@', '/index.html', $link); } function echo_library_item($lib) { echo "
![]() |
Libraries |
| Getting Started Tools Web Site News Community FAQ More Info |
See Getting Started page to find out how to download, build, and install the libraries.
[Category suggestions from Aleksey Gurtovoy, Beman Dawes and Vicente J. Botet Escribá]
Revised 19 Feb 2015
© Copyright Beman Dawes 2000-2004
Distributed under the Boost Software License, Version 1.0. (See file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)