mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 14:09:52 +08:00
2f1034940a
2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com> * docs/17_intro/contribute.html: Add bits about getting to the LWG issues pages. * docs/documentation.html: Rename link to make more accurate and scary. * docs/gccrebuild.html: Edit for clarity as these are no longer separate projects. * docs/install.html: Add bits about binutils for -ffunction-sections, -fdata-sections, -Wl,--gc-sections * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to USE_COMPLEX_LONG_DOUBLE. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. Works around irregularies in powerpc "C" compiler, but a good idea anyway. * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT): New. Merge both old compiler bug checks for complex into this. From-SVN: r34601
64 lines
2.7 KiB
HTML
64 lines
2.7 KiB
HTML
|
|
<!--#include virtual="/libstdc++/header.html"-->
|
|
|
|
|
|
|
|
<H2><A NAME="1">Introductory notes for libstdc++</A></H2>
|
|
<P>This is a short list of text files pertaining to this
|
|
implementation of ISO 14882. A brief description follows the name
|
|
of the file.
|
|
<UL>
|
|
<LI><A HREF="17_intro/BADNAMES">BADNAMES</A>
|
|
- names to avoid because of potential collisions
|
|
<LI><A HREF="17_intro/BUGS">BUGS</A>
|
|
<LI><A HREF="17_intro/C++STYLE">C++STYLE</A>
|
|
- coding style by example
|
|
<LI><A HREF="17_intro/CHECKLIST">CHECKLIST</A>
|
|
- a list of required features and their status.
|
|
<LI><A HREF="17_intro/COPYING">COPYING</A>
|
|
- GPL v2 license terms
|
|
<LI><A HREF="17_intro/DESIGN">DESIGN</A>
|
|
- overview of the implementation plan
|
|
<LI><A HREF="17_intro/HEADER_POLICY">HEADER_POLICY</A>
|
|
- header naming and sub-include structure
|
|
<LI><A HREF="17_intro/PROBLEMS">PROBLEMS</A>
|
|
<LI> <A HREF="../README">README</a>
|
|
- directory structure
|
|
<LI><A HREF="17_intro/RELEASE-NOTES">RELEASE-NOTES</A>
|
|
- instructions for building, using
|
|
<LI><A HREF="17_intro/TODO">TODO</A>
|
|
- tasks and known bugs
|
|
<LI><A HREF="17_intro/organization">organization</A>
|
|
<LI><A HREF="17_intro/contribute.html">Contributor checklist</A>
|
|
<LI><A HREF="17_intro/libstdc++-assign.txt">Copyright assignment form for libstdc++-v3</A>
|
|
</UL>
|
|
</P>
|
|
|
|
<HR>
|
|
<H2><A NAME="2">Configuring, Building, Installing</A></H2>
|
|
<UL>
|
|
<A HREF="configopts.html">Configuring the library</A><BR>
|
|
<A HREF="install.html">Install the library</A><BR>
|
|
<A HREF="gccrebuild.html">Rebuilding libgcc for ABI-breaking flags</A><BR>
|
|
</UL>
|
|
|
|
<HR>
|
|
<H2><A NAME="3">Chapter-Specific Information and Advice</A></H2>
|
|
<OL>
|
|
<LI><A HREF="17_intro/howto.html">Chapter 17 (Intro)</A>
|
|
<LI><A HREF="18_support/howto.html">Chapter 18 (Library Support)</A>
|
|
<LI><A HREF="19_diagnostics/howto.html">Chapter 19 (Diagnostics)</A>
|
|
<LI><A HREF="20_util/howto.html">Chapter 20 (Utilities)</A>
|
|
<LI><A HREF="21_strings/howto.html">Chapter 21 (Strings)</A>
|
|
<LI><A HREF="22_locale/howto.html">Chapter 22 (Localization)</A>
|
|
<LI><A HREF="23_containers/howto.html">Chapter 23 (Containers)</A>
|
|
<LI><A HREF="24_iterators/howto.html">Chapter 24 (Iterators)</A>
|
|
<LI><A HREF="25_algorithms/howto.html">Chapter 25 (Algorithms)</A>
|
|
<LI><A HREF="26_numerics/howto.html">Chapter 26 (Numerics)</A>
|
|
<LI><A HREF="27_io/howto.html">Chapter 27 (I/O)</A>
|
|
</OL>
|
|
|
|
|
|
<!--#include virtual="/libstdc++/footer.html"-->
|
|
|