forked from simgrid/simgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
30 lines (24 loc) · 986 Bytes
/
TODO
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 of them all.
- replace fifo with dynars
- replace set with SWAG