File: TODO

package info (click to toggle)
dia2code 0.8.3-4.4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: ansic: 5,682; sh: 716; makefile: 19
file content (32 lines) | stat: -rw-r--r-- 1,054 bytes parent folder | download | duplicates (8)
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
TO DO

Documentation:
- Add good (real life) examples to the docs and the web page.
- Do a manual for Dia2Code.

Core:
- Virtual inheritance (C++)
- A framework to allow custom code generator modules to be
  easily made by third parties.
- Restructure the code, some parts really suck

Code generators:
- Default return value for non-void methods.
- Custom extension for C++ files: .c++, .C, etc.
- Custom visibility for Java classes: by default, all are
  public now.
- Code generation for more languages. (CORBA IDL)

Compilation, Installation and Distribution
- Modify autoconf/automake files to install dia2code.1 and dia2code.kaptn
  into appropiate directories.
- Install dia2code.h into /usr/local/include/dia2code or appropriate
  directory structure
- Add modules to the regular build process
- Make modules install into /usr/local/lib or something appropriate
  to allow all users to access the files

Extra:
- A nice improvement would be generating a classlist from existing code.
  For this task we need parsers for the supported languages.