Add copyright notices and some comments about status and TODO
[lttv.git] / ltt / branches / poly / doc / developer / todo.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Roadmap</title>
5 </head>
6 <body>
7
8 <h1>Roadmap</h1>
9
10 <p>
11 As of january 28 2004, the short term development plans include the following
12 items.
13
14 <UL>
15 <LI> Add the copyright notices in each program file.
16 <LI> Insure that the coding practices are being implemented.
17 <LI> Polish the visual appearance: icons for the tabs and buttons,
18 background, lines and labels in the control flow viewer...
19 <LI> When a trace is opened, start a background thread to precompute
20 the system state after each ~100 000 events. Have the option to save
21 the precomputed state when a trace is closed. Use the precomputed
22 state if available when opening a trace or seeking in a trace.
23 <LI> Update module.c to ease changing a module into a builtin feature.
24 <LI> Insure that g_info logging is generally available but off by default.
25 <LI> Document each header file such that developer documentation can
26 be extracted automatically using
27 <A href="http://www.doxygen.org">Doxygen</A>.
28 <LI> Complete the user and developer documentation.
29 <LI> Test the viewer on large SMP traces. Insure that 2GB files do not cause
30 crashes. Note unduly long delays.
31
32
33 </body>
34 </html>
35
36
37
This page took 0.029868 seconds and 4 git commands to generate.