Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] Initialize s4u::Barrier in initializer list
[simgrid.git] / TODO
diff --git a/TODO b/TODO
index c3617dd..be9aa13 100644 (file)
--- a/TODO
+++ b/TODO
      generate the tarball, or keep using cmake -E tar, but use git-ls-files
      to get the list of files to pack.
 
      generate the tarball, or keep using cmake -E tar, but use git-ls-files
      to get the list of files to pack.
 
-* /* FIXME: better place? */
-  int vasprintf  (char **ptr, const char *fmt, va_list ap);
-  char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2);
-
-* Replace XBT with the C++ standard library, once everything is ported
-  to C++
-
-* Some XBT datacontainers seem to overlap. Kill some of them?
-    - replace fifo with dynars
-    - replace set with SWAG
+* Replace XBT with the C++ standard library