Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / docs / index.html
blob459d550608487d4ddd0020b6690d0cd2bee3fd55
1 <html>
3 <!-- -->
4 <head>
5 <title>ACE Documentation Home</title>
6 </head>
8 <body text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">
10 <hr>
12 <h1>ACE Documentation Home</h1>
14 Everything you've always wanted to know about ACE, but were afraid to
15 ask. <P>
17 <hr>
19 <h3>ACE Documentation</h3>
21 <ul>
22 <li><a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-overview.html">Overview of ACE</a> -
23 a high-level view.
24 <li><A
25 HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-documentation.html">ACE online documentation</a>.
26 <li><A
27 <LI><A HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE/">Books on ACE</A>.
28 </ul>
30 <hr>
32 <h3>ACE Structure</h3>
34 <ul>
35 <li><a href="ACE-categories.html">Class Categories</a> - Listing of some of the classes
36 in ACE.
37 <li><a href="ACE-subsets.html">ACE Subsets</a> - Outline of some of our ideas
38 for subsetting the ACE library.
39 </ul>
41 <hr>
43 <h3>Technical Papers and Tutorials</h3>
45 <ul>
46 <li><a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-papers.html">Technical Papers</a> -
47 Postscript versions of many ACE papers.
48 <li>Tutorial on C++ Network Programming with Patterns, Frameworks, and ACE<a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf]</a>
49 <!-- Bob's original can always be found at: http://dox.netwrench.com/acedox/fmm/ -->
50 <li><a href="ACE-FMM.html">ACE FMM</a> - ACE &quot;Frequently Made Mistakes&quot;
51 </ul>
53 <hr>
55 <h3>Bug Reports</h3>
57 <ul>
58 <li><a href="ACE-bug-process.html">Bug Fixing Policies</a> - Our policies for
59 handling bug reports about ACE, TAO, and CIAO.
60 <li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our
61 old Bugzilla bug tracking system (we prefer <a href="https://github.com/DOCGroup/ACE_TAO">github</a> issues)
62 </ul>
65 <hr>
67 <h3>ACE Development</h3>
69 <ul>
70 <li><a href="ACE-development-process.html">Development and Release Process</a> - The process we use
71 to develop and release the ACE, TAO, and CIAO software.
72 <li><a href="ACE-guidelines.html">Style Guide</a> - How to write
73 compliant ACE, TAO, and CIAO code.
74 <li><a href="ACE-porting.html">Porting</a> - What to do to port to a new platform.
75 <li><a href="exceptions.html">Exception Macros</a> - How to use the ACE TRY
76 macros properly (note that these macros are now deprecated).
77 <LI><a href="http://www.acejoy.com">ACE developers forum in China</A>.
78 </ul>
80 <hr>
82 <h3>Other Stuff</h3>
84 <ul>
85 <li><a href="ACE-lessons.html">Lessons</a> - Lessons we have learned while
86 building ACE.
87 <li><a href="ACE-SSL.html">ACE+SSL</a> - What is ACE+SSL and how to get it.
88 <li><a href="Symbol_Versioning.html">Symbol versioning</a> - How to do symbol versioning
89 with ACE+TAO.
90 <li><a href="ACE-monotonic-timer.html">ACE-monotonic-timer.html</a> - How to use the ACE monotonic timer support.
91 <li><a href="../ACEXML/docs/readme.txt">ACEXML</a> - A SAX2-based XML parser ACE uses and provides.
92 </ul>
94 </body>
95 </html>