X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db907e5d1aa9f0a3898b64e4b734447512f2b8a3..8575a5a1e9aefbfd90d2d16e0fa920d364b6f461:/TODO diff --git a/TODO b/TODO index aae3913cdc..03e4af865e 100644 --- a/TODO +++ b/TODO @@ -1,34 +1,37 @@ - -### -### Urgent stuff: -### - -* Have a proper todo file - - - - - - - - ************************************************ *** This file is a TODO. It is thus kinda *** *** outdated. You know the story, right? *** ************************************************ +### +### Urgent stuff: +### - +* Have a proper todo file ### ### Ongoing stuff ### -Document host module +* Switch to tesh.pl, and kill the now unused parts of xbt that seem fragile + +* Clean up CMake files (may need a full rewrite). + 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). + - Correctly set compiler flags according to compiler type and version. + - Correctly set compiler flags for C++, Java, and Fortran compilers too. + - 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. + +* Document host module -/* FIXME: better place? */ -int vasprintf (char **ptr, const char *fmt, va_list ap); -char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2); +* /* FIXME: better place? */ + int vasprintf (char **ptr, const char *fmt, va_list ap); + char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2); ### ### Planned @@ -53,8 +56,6 @@ char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2); [modules] * Add configuration and dependencies to our module definition - * allow to load them at runtime. - check in erlang how they upgrade them without downtime [other modules] * we may need a round-robin database module, and a statistical one