4312e020f1
2008-01-18 Benjamin Kosnik <bkoz@redhat.com> * docs/*: To... * doc/*: ...here. * testsuite/Makefile.am: Move doc-performance to... * Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to... * doc/Makefile.am: Consolidate documentation creation here. (doc-doxygen-html): New. (doc-doxygen-man): New. (doc-performance): New. * doc/Makefile.in: New. * acinclude.m4 (glibcxx_SUBDIRS): Add doc directory. * doc/doxygen/guide.html: Edit for unified html configuration. * doc/doxygen/mainpage.html: Same. * doc/doxygen/run_doxygen: Same, more namespace fixups for man generation. * doc/doxygen/user.cfg.in: Update for doxygen 1.5.4. * include/tr1_impl/random: Remove maint from doxygen markup. * include/tr1_impl/functional: Same. * include/std/tuple: Same. * include/std/streambuf: Same. * include/std/bitset: Same. * include/std/limits: Same. * include/std/fstream: Same. * include/std/istream: Same. * include/std/sstream: Same. * include/ext/pool_allocator.h: Same. * include/ext/rc_string_base.h: Same. * include/bits/basic_ios.h: Same. * include/bits/stl_list.h: Same. * include/bits/stl_map.h: Same. * include/bits/locale_classes.h: Same. * include/bits/stl_set.h: Same. * include/bits/stl_iterator_base_types.h: Same. * include/bits/basic_string.h: Same. * include/bits/stl_multimap.h: Same. * include/bits/stl_vector.h: Same. * include/bits/ios_base.h: Same. * include/bits/stl_deque.h: Same. * include/bits/postypes.h: Same. * include/bits/stl_multiset.h: Same. * include/bits/stl_algo.h: Same. * include/bits/stl_iterator.h: Same. * include/bits/stl_tempbuf.h: Same. * include/bits/stl_construct.h: Same. * include/bits/stl_relops.h: Same. * include/tr1/tuple: Same. * include/backward/auto_ptr.h: Same. * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Fixups for line number changes. * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/20_util/auto_ptr/assign_neg.cc: Same. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * po/Makefile.in: Regenerate. * libmath/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. * scripts/make_graphs.py: Correct paths for new layout. 2008-01-17 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (AC_LC_MESSAGES): Remove serial. * linkage.m4 (AC_REPLACE_MATHFUNCS): Same. * configure: Regenerate. * aclocal.m4: Regenerate. From-SVN: r131625
66 lines
2.4 KiB
HTML
66 lines
2.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta name="generator" content=
|
|
"HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
|
|
|
|
<title>Acknowledgments</title>
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=us-ascii" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page">
|
|
<h1>Acknowledgments</h1>
|
|
|
|
<ol>
|
|
<li>This library was partially written at <a href=
|
|
"http://www.haifa.il.ibm.com/">IBM's Haifa Research
|
|
Labs</a>.</li>
|
|
|
|
<li>The library is based heavily on policy-based design and
|
|
uses many useful techniques from [<a href=
|
|
"references.html#alexandrescu01modern">alexandrescu01modern</a>].</li>
|
|
|
|
<li>Two ideas are borrowed from the SGI-STL implementation
|
|
[<a href="references.html#sgi_stl">sgi_stl</a>]:
|
|
|
|
<ol>
|
|
<li>The prime-based resize policies use a list of primes
|
|
taken from the SGI-STL implementation.</li>
|
|
|
|
<li>The red-black trees contain both a root node and a
|
|
header node (containing metadata), connected in a way
|
|
that forward and reverse iteration can be performed
|
|
efficiently.</li>
|
|
</ol>
|
|
</li>
|
|
|
|
<li>Some test utilities borrow ideas from [<a href=
|
|
"references.html#boost_timer">boost_timer</a>].</li>
|
|
|
|
<li>We would like to thank Scott Meyers for useful comments
|
|
(without attributing to him any flaws in the design or
|
|
implementation of the library).</li>
|
|
|
|
<li>Much of the documentation is <a href=
|
|
"http://www.python.org/"><img src="PythonPoweredSmall.gif"
|
|
align="middle" width="55" height="22" alt="[Python Powered]"
|
|
border="0" /></a> (especially through <a href=
|
|
"http://home.gna.org/pychart/">PyChart</a>, <a href=
|
|
"http://www.crummy.com/software/BeautifulSoup/">Beautiful
|
|
Soup</a>, and <a href=
|
|
"http://starship.python.net/crew/aaron_watters/kjbuckets/">kjbuckets</a>)
|
|
and uses <a href="http://tidy.sourceforge.net/"><img src=
|
|
"checked_by_tidy.gif" align="middle" width="55" height="45"
|
|
alt="[HTML tidy]" border="0" /></a>. The CSS-driven menus are
|
|
slightly modified from <a href=
|
|
"http://www.brothercake.com/scripts/navmeister/page.php">Brothercake</a>
|
|
(hopefully without introducing errors).</li>
|
|
</ol>
|
|
</div>
|
|
</body>
|
|
</html>
|