Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not use f2c with 64 bits platforms which use old gcc (<4.5)
[simgrid.git] / TODO
diff --git a/TODO b/TODO
index 84ce366..6239595 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,14 @@
 
+###
+### Urgent stuff:
+###
+
+* Have a proper todo file
+
+
+
+
+
 
 
 
@@ -24,16 +34,6 @@ char *bprintf(const char*fmt, ...) _XBT_GNUC_PRINTF(1,2);
 ### Planned
 ###
 
-*
-* Infrastructure
-****************
-
-[build chain]
-  * Check the gcc version on powerpc. We disabled -floop-optimize on powerpc,
-    but versions above 3.4.0 should be ok.
-  * check whether we have better than jmp_buf to implement exceptions, and
-    use it (may need to generate a public .h, as glib does)
-
 *
 * XBT
 *****