mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Add Boost.Function
[SVN r10374]
This commit is contained in:
parent
dfb318d29e
commit
62c8966cbf
2 changed files with 32 additions and 129 deletions
111
index.htm
111
index.htm
|
@ -25,6 +25,8 @@ The emphasis is on libraries which work well with the C++ Standard
|
|||
Library.</p>
|
||||
<p> <a href="libs/libraries.htm">Libraries</a> page gives a one line overview of
|
||||
each library.</p>
|
||||
<p> <a href="#Latest News">Latest News</a> gives a capsule history of recent
|
||||
releases .</p>
|
||||
<p> <a href="more/download.html">Download</a> page gives download and installation
|
||||
information..</p>
|
||||
<p> <a href="status/compiler_status.html">Compiler Status</a> page tells what
|
||||
|
@ -65,7 +67,9 @@ Standard Library.</p>
|
|||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>June ??, 2001 - Version 1.23.0
|
||||
<ul>
|
||||
<li><a href="libs/tokenizer/index.htm">Tokenizer Library</a> added. Break of a
|
||||
<li><a href="libs/function/index.html">Function Library</a> added. Function
|
||||
object wrappers for deferred calls or callbacks, from Doug Gregor.</li>
|
||||
<li><a href="libs/tokenizer/index.htm">Tokenizer Library</a> added. Break a
|
||||
string into a series of tokens, from John Bandela.</li>
|
||||
<li>Please update!</li>
|
||||
</ul>
|
||||
|
@ -105,111 +109,8 @@ Standard Library.</p>
|
|||
<li><a href="libs/python/doc/index.html">Python Library</a>: Minor docs fixes.</li>
|
||||
<li><a href="libs/regex/index.htm">Regex Library</a>: Minor portability fixes.</li>
|
||||
</ul>
|
||||
<p>March 9, 2001 - Version 1.21.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>
|
||||
added. Adapt a base type into a standard conforming iterator, and more, from
|
||||
Dave Abrahams, Jeremy Siek, and John Potter.</li>
|
||||
<li><a href="libs/pool/doc/index.html">Pool Library</a> added. Memory pool
|
||||
management from Steve Cleary.</li>
|
||||
<li><a href="libs/test/doc/index.htm">Test Library</a> added. Support
|
||||
for program testing and execution from Beman Dawes.</li>
|
||||
<li><a href="more/generic_programming.html">Generic Programming Techniques</a>
|
||||
page added, contributed by Dave Abrahams.</li>
|
||||
<LI> <a href="libs/graph/doc/table_of_contents.html">Graph Library</a>:
|
||||
Updated use of iterator adaptors. Changed <tt>operator==</tt> for
|
||||
<tt>adjacency_list::edge_descriptor</tt> to improve semantics for
|
||||
multigraphs. Moved <tt>adjacency_iterator_generator</tt> from
|
||||
namespace <tt>detail</tt> to <tt>boost</tt> and added <a
|
||||
href="libs/graph/doc/adjacency_iterator.html">documentation</a>. Renamed <tt>dynamic_components()</tt> to <a
|
||||
href="libs/graph/doc/incremental_components.html"><tt>incremental_components()</tt></a><tt>,</tt> better matching graph literature terminology. Cleaned up
|
||||
interface of <a href="libs/graph/doc/connected_components.html">
|
||||
<tt>connected_components()</tt></a> and created separate <a
|
||||
href="libs/graph/doc/strong_components.html">
|
||||
<tt>strong_components()</tt></a> function using Tarjan's more
|
||||
efficient algorithm. Fixed documentation figures for
|
||||
<a href="libs/graph/doc/adjacency_list.html">
|
||||
<tt>adjacency_list</tt></a> and <a
|
||||
href="libs/graph/doc/adjacency_matrix.html">
|
||||
<tt>adjacency_matrix</tt></a>. Added docs for <a
|
||||
href="libs/graph/doc/cuthill_mckee_ordering.html"><tt>cuthill_mckee_ordering()</tt></a> algorithm.
|
||||
<li><a href="libs/python/doc/index.html">Python Library</a> upgraded. Better compatibility with Python 2.0, NULL pointers and smart-pointers get converted to/from python None,
|
||||
massive documentation review/revision.</li>
|
||||
<li> <a href="libs/regex/index.htm">Regular Expression Library</a>:
|
||||
Minor
|
||||
fixes for Unicode platforms.</li>
|
||||
<li> <a href="libs/type_traits/index.htm">Type Traits Library</a> upgraded:
|
||||
Major revision.</li>
|
||||
</ul>
|
||||
<p>February 10, 2001 - Version 1.20.2</p>
|
||||
<ul>
|
||||
<li><a href="libs/array_traits/index.html">Array traits</a> minor portability fix.
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> - Changes to <a href="libs/graph/doc/breadth_first_search.html">
|
||||
<tt>breadth_first_search()</tt></a> re: <a href="libs/graph/doc/BFSVisitor.html">BFSVisitor</a>,
|
||||
added max flow algorithms
|
||||
<a href="libs/graph/doc/edmunds_karp_max_flow.html">
|
||||
<tt>edmunds_karp_max_flow()</tt></a> and
|
||||
<a href="libs/graph/doc/push_relabel_max_flow.html">
|
||||
<tt>push_relabel_max_flow()</tt></a>, added <a href="libs/graph/doc/adjacency_matrix.html"><tt>adjacency_matrix</tt></a> graph
|
||||
class, added <a href="libs/graph/doc/filtered_graph.html"><tt>filtered_graph</tt></a>
|
||||
adaptor</li>
|
||||
<li><a href="libs/integer/index.htm">Integer Library:</a> minor fixes to integer.hpp and integer_test.cpp</li>
|
||||
<li><a href="more/microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</a> added.
|
||||
<li><a href="libs/random/index.html">Random Number Library</a>: Minor portability fixes
|
||||
<li><a href="libs/rational/index.html">Rational Number Library</a>: documentation updates,
|
||||
efficiency improvements, co-operates with user-defined types, regression tests
|
||||
<li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
|
||||
updates.</li>
|
||||
<li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: shared_ptr
|
||||
example added..</li>
|
||||
<li><a href="libs/timer/index.htm">Timer Library:</a> changed to an all inline implementation.</li>
|
||||
</ul>
|
||||
<p>January 10, 2001 - Version 1.20.1</p>
|
||||
<ul>
|
||||
<li><a href="boost/compressed_pair.hpp">compressed_pair.hpp</a> minor update
|
||||
fixes test failures of other libraries under VC++.</li>
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
|
||||
updates.</li>
|
||||
<li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
|
||||
updates.</li>
|
||||
<li> Minor website fixes including missing files in boost_all.zip.</li>
|
||||
</ul>
|
||||
<p>January 6, 2001 - Version 1.20.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/conversion/index.htm">Conversion Library</a> added - <a href="libs/conversion/cast.htm">cast</a>
|
||||
and <a href="libs/conversion/lexical_cast.htm">lexical_cast</a> headers from
|
||||
Dave Abrahams and Kevlin Henney.</li>
|
||||
<li>Web site moved to a larger host after the old ISP collapsed
|
||||
unexpectedly.</li>
|
||||
<li>Regression tests now include execution testing. See <a href="status/compiler_status.html">Compiler Status</a>.</li>
|
||||
<li><a href="more/discussion_policy.htm">Discussion Policy</a> page added.</li>
|
||||
<li><a href="libs/array/index.htm">Array Library</a> minor documentation improvements.</li>
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
|
||||
updates.</li>
|
||||
<li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
|
||||
updates.</li>
|
||||
</ul>
|
||||
<p>December 10, 2000 - Version 1.19.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/concept_check/concept_check.htm">Concept Check Library</a>
|
||||
added - tools for generic programming from Jeremy Siek. </li>
|
||||
<li><a href="libs/python/doc/index.html">Python Library</a> added -
|
||||
reflects C++ classes and functions into Python, from Dave
|
||||
Abrahams.</li>
|
||||
<li><a href="libs/static_assert/static_assert.htm">Static Assert Library</a>
|
||||
added - compile time assertions from John Maddock</li>
|
||||
<li><a href="libs/property_map/property_map.html">Property Map Concepts</a>
|
||||
added - interfaces which map key objects to value objects from Jeremy Siek.</li>
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
|
||||
updates.</li>
|
||||
<li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
|
||||
updates.</li>
|
||||
<li><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> -
|
||||
directory name policy added.</li>
|
||||
<li><a href="more/faq.htm">FAQ</a> updated.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->12 June 2001<!--webbot bot="Timestamp" endspan i-checksum="17551" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->21 June 2001<!--webbot bot="Timestamp" endspan i-checksum="17550" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -32,33 +32,35 @@ content="text/html; charset=iso-8859-1">
|
|||
|
||||
<ul>
|
||||
<li><a href="array/index.htm">array</a> - STL compliant
|
||||
container wrapper for arrays of constant size from
|
||||
container wrapper for arrays of constant size, from
|
||||
Nicolai Josuttis.</li>
|
||||
<li><a href="utility/call_traits.htm">call_traits</a> -
|
||||
Defines types for passing parameters from John Maddock,
|
||||
Defines types for passing parameters, from John Maddock,
|
||||
Howard Hinnant, et al.</li>
|
||||
<li><a href="compatibility/index.html">compatibility</a> - Help for
|
||||
non-conforming standard libraries from Ralf Grosse-Kunstleve and Jens
|
||||
non-conforming standard libraries, from Ralf Grosse-Kunstleve and Jens
|
||||
Maurer.</li>
|
||||
<li><a href="compose/index.htm">compose</a> - Functional
|
||||
composition adapters for the STL from Nicolai Josuttis.</li>
|
||||
composition adapters for the STL, from Nicolai Josuttis.</li>
|
||||
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
|
||||
- Empty member optimization from John Maddock, Howard
|
||||
- Empty member optimization, from John Maddock, Howard
|
||||
Hinnant, et al.</li>
|
||||
<li><a href="concept_check/concept_check.htm">concept check</a>
|
||||
- Tools for generic programming from Jeremy Siek.</li>
|
||||
- Tools for generic programming, from Jeremy Siek.</li>
|
||||
<li><a href="config/index.htm">config</a> - Helps boost
|
||||
library developers adapt to compiler idiosyncrasies; not
|
||||
intended for library users.</li>
|
||||
<li><a href="conversion/index.htm">conversion</a> - Numeric,
|
||||
polymorphic, and lexical casts from Dave Abrahams and
|
||||
polymorphic, and lexical casts, from Dave Abrahams and
|
||||
Kevlin Henney.</li>
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code from Daryle
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
||||
Walker.</li>
|
||||
<li><a href="function/index.html">function</a> - Function object wrappers
|
||||
for deferred calls or callbacks, from Doug Gregor</li>
|
||||
<li><a href="functional/index.html">functional</a> - Enhanced
|
||||
function object adaptors from Mark Rodgers.</li>
|
||||
function object adaptors, from Mark Rodgers.</li>
|
||||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
Generic graph components and algorithms from Jeremy Siek
|
||||
Generic graph components and algorithms, from Jeremy Siek
|
||||
and a University of Notre Dame team.</li>
|
||||
<li><a href="integer/index.htm">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
|
@ -67,42 +69,42 @@ content="text/html; charset=iso-8859-1">
|
|||
and more, from Dave Abrahams, Jeremy Siek, and John
|
||||
Potter.</li>
|
||||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators from Dave Abrahams
|
||||
ease arithmetic classes and iterators, from Dave Abrahams
|
||||
and Jeremy Siek.</li>
|
||||
<li><a href="pool/doc/index.html">pool</a> - Memory pool management from
|
||||
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
|
||||
Steve Cleary.</li>
|
||||
<li><a href="property_map/property_map.html">property map</a>
|
||||
- Concepts defining interfaces which map key objects to
|
||||
value objects from Jeremy Siek.</li>
|
||||
value objects, from Jeremy Siek.</li>
|
||||
<li><a href="python/doc/index.html">python</a> - Reflects C++
|
||||
classes and functions into <a
|
||||
href="http://www.python.org">Python</a>, from Dave
|
||||
Abrahams.</li>
|
||||
<li><a href="random/index.html">random</a> - A complete
|
||||
system for random number generation from Jens Maurer.</li>
|
||||
system for random number generation, from Jens Maurer.</li>
|
||||
<li><a href="rational/index.html">rational</a> - A rational
|
||||
number class from Paul Moore.</li>
|
||||
number class, from Paul Moore.</li>
|
||||
<li><a href="regex/index.htm">regex</a> - Regular expression
|
||||
library from John Maddock.</li>
|
||||
library, from John Maddock.</li>
|
||||
<li><a href="smart_ptr/index.htm">smart_ptr</a> - Four smart
|
||||
pointer classes from Greg Colvin and Beman Dawes.</li>
|
||||
pointer classes, from Greg Colvin and Beman Dawes.</li>
|
||||
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
||||
- Static assertions (compile time assertions) from John
|
||||
- Static assertions (compile time assertions), from John
|
||||
Maddock.</li>
|
||||
<li><a href="test/doc/index.htm">test</a> - Support for program testing and
|
||||
execution from Beman Dawes.</li>
|
||||
execution, from Beman Dawes.</li>
|
||||
<li><a href="timer/index.htm">timer</a> - Event timer,
|
||||
progress timer, and progress display classes from Beman
|
||||
progress timer, and progress display classes, from Beman
|
||||
Dawes.</li>
|
||||
<li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
||||
character sequence into a series of tokens from John Bandela.</li>
|
||||
character sequence into a series of tokens, from John Bandela.</li>
|
||||
<li><a href="type_traits/index.htm">type_traits</a> -
|
||||
Templates for fundamental properties of types from John
|
||||
Templates for fundamental properties of types, from John
|
||||
Maddock, Steve Cleary, et al.</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
||||
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>
|
||||
<b>prior(),</b> and <b>tie()</b>
|
||||
function templates from Dave Abrahams and others. </li>
|
||||
function templates, from Dave Abrahams and others. </li>
|
||||
</ul>
|
||||
|
||||
<p>See <a href="../status/compiler_status.html">Compiler Status</a>
|
||||
|
@ -137,6 +139,6 @@ how to download and install the libraries.</p>
|
|||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->12 Jun 2001<!--webbot bot="Timestamp" endspan i-checksum="15049" --></p>
|
||||
s-format="%d %b %Y" startspan -->21 Jun 2001<!--webbot bot="Timestamp" endspan i-checksum="15048" --></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue