summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 183fe2f6bb0a802a11c7696bb072d2d578c0fe50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html>

<!-- $Id$ -->
<head>
<title>ACE Documentation Home</title>
</head>

<body text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">

<hr>

<h1>ACE Documentation Home</h1>

Things you wanted to know about ACE, but were afraid to ask.

<hr>

<h2>Bug Reports</h2>

<ul>
  <li><a href="ACE-bug-process.html">ACE+TAO Bug Fixing Policies</a> - Our policies for
      handling bug reports.
  <li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our
      Bugzilla bug tracking system.
</ul>


<hr>

<h2>Structure</h2>

<ul>
  <li><a href="ACE-categories.html">Class Categories</a> - Listing of some of the classes 
      in ACE.
  <li>ACE Inheritance Tree <a href="ACE-inheritance.pdf.gz">[pdf.gz]</a> <a href=
      "ACE-inheritance.ps.gz">[ps.gz]</a> 
  <li><a href="ACE-subsets.html">ACE Subsets</a> - Outline of some of our ideas
      for subsetting the ACE library.

</ul>

<hr>

<h2>Tutorials</h2>

<ul>
  <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">Overview of ACE</a> -
      The top level view.
  <li>ACE programmers guide <a href="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf.gz]</a>
      <a href="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps.gz]</a>
  <li><a href="tutorials/guide-tutorials.html">Online examples from the ACE programmers guide</a>
  <li><a href="tutorials/online-tutorials.html">Introductory online ACE tutorials</a>
  <li><a href="tutorials/new-tutorials.html">New Tutorials</a> - How to develop a new
      ACE tutorial.
    <!-- Bob's original can always be found at: http://dox.netwrench.com/acedox/fmm/ -->
  <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-papers.html">Technical Papers</a> -
      Postscript versions of many ACE papers.
  <li><a href="ACE-FMM.html">ACE FMM</a> - ACE &quot;Frequently Made Mistakes&quot; 
</ul>

<hr>

<h2>ACE development</h2>

<ul>
  <li><a href="ACE-development-process.html">Development Process</a> - The process we use
      to develop the ACE library.
  <li><a href="ACE-guidelines.html">Style Guide</a> - How to write compliant ACE code.
  <li><a href="ACE-porting.html">Porting</a> - What to do to port to a new platform.
  <li><a href="exceptions.html">Exception Macros</a> - How to properly use the ACE TRY
      macros.

</ul>

<hr>

<h2>Other stuff</h2>

<ul>
  <li><a href="ACE-lessons.html">Lessons</a> - Lessons we have learned while
      building ACE. 
  <li><a href="ACE-SSL.html">ACE+SSL</a> - What is ACE+SSL and how to get it.
  <li><a href="CE-status.txt">CE-status.txt</a> - The status of ACE on Windows CE.
</ul>

</body>
</html>