File: TODO

package info (click to toggle)
simgrid 3.14.159-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,404 kB
  • ctags: 20,271
  • sloc: ansic: 92,916; cpp: 65,329; fortran: 5,368; f90: 5,137; xml: 4,689; java: 4,187; perl: 2,055; sh: 1,054; python: 910; makefile: 36; sed: 6
file content (30 lines) | stat: -rw-r--r-- 986 bytes parent folder | download
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
                ************************************************
                ***  This file is a TODO. It is thus kinda   ***
                ***  outdated. You know the story, right?    ***
                ************************************************

###
### Urgent stuff:
###

* Have a proper todo file

###
### Ongoing stuff
###

* Clean up CMake files
   Non exhaustive list of subgoals:
   - Use genuine cmake mechanisms and variables when available,
     instead of reinventing the wheel.
   - Correctly determine system and architecture (e.g. x32).
   - Correctly determine compiler type and version (e.g. clang).
   - Use git to generate the dist archive.  Either use git-archive to
     generate the tarball, or keep using cmake -E tar, but use git-ls-files
     to get the list of files to pack.

* Replace XBT with the C++ standard library

* Some XBT datacontainers seem to overlap. Kill some/all of them.
    - replace fifo with dynars
    - replace set with SWAG