From 1847d900c938a7e327e56aa2a1927bdb1f8208f0 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 23 May 2014 11:46:07 +0200 Subject: [PATCH] Move unachieved release goals from ChangeLog to TODO file. --- ChangeLog | 14 -------------- TODO | 43 +++++++++++++++++++++++-------------------- 2 files changed, 23 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e9e4b902b..1c51abe0ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,5 @@ SimGrid (3.11) NOT RELEASED; urgency=low - TENTATIVE RELEASE GOALS for 3.11: - * 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. - The Class Release. Tools: diff --git a/TODO b/TODO index 3d4a9feb1b..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 - -/* FIXME: better place? */ -int vasprintf (char **ptr, const char *fmt, va_list ap); -char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2); +* 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); ### ### Planned -- 2.20.1