File: TODO

package info (click to toggle)
galib 2.4.7-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,216 kB
  • ctags: 3,153
  • sloc: cpp: 23,666; ansic: 520; makefile: 247; sh: 93
file content (27 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (4)
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
this is a running list of things to be done to galib.

todo:

- make the library thread-safe
- include rules for building both shared and static libraries
- remove ancient pseudo rtti cruft
- remove accommodations for ancient compilers
- xml input and output for saving the state of genomes and evolutions
- proper use of namespaces
- use double rather than float
- allow run-time modification of the random number generator
- get rid of all the casts (e.g. GASelector.C) for signed/unsigned
- be consistent in use of signed/unsigned in the class apis
- use bits for the bit-based genomes so that we reduce memory use
    by a factor of 8
- enable concurrent builds on the same source tree
- make galib 64-bit clean (remove the dangerous casts)
- doxygen for all the documentation

completed:

- fix stream references in examples (includes and cout/cerr)
- properly and automatically accommodate both <iostream.h> and
    <iostream> inclusions
- rewrite gaconfig.h to use consistent naming for options and make clear which
    are defaults, e.g. USE_ANSI_HEADERS/USE_NO_ANSI_HEADERS.