Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some other occurences of the fifo
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 17 Feb 2017 16:50:49 +0000 (17:50 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 17 Feb 2017 16:50:49 +0000 (17:50 +0100)
TODO
tools/cmake/GCCFlags.cmake

diff --git a/TODO b/TODO
index cbe2792..6825a49 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,5 +26,4 @@
 * Replace XBT with the C++ standard library
 
 * Some XBT datacontainers seem to overlap. Kill some/all of them.
 * Replace XBT with the C++ standard library
 
 * Some XBT datacontainers seem to overlap. Kill some/all of them.
-    - replace fifo with dynars
     - replace set with SWAG
     - replace set with SWAG
index 3ca7309..410bcb7 100644 (file)
@@ -123,7 +123,7 @@ if(enable_model-checking AND enable_compile_optimizations)
       src/xbt/log.c src/xbt/xbt_log_appender_file.c
       src/xbt/xbt_log_layout_format.c src/xbt/xbt_log_layout_simple.c
       src/xbt/dict.cpp src/xbt/dict_elm.c src/xbt/dict_cursor.c
       src/xbt/log.c src/xbt/xbt_log_appender_file.c
       src/xbt/xbt_log_layout_format.c src/xbt/xbt_log_layout_simple.c
       src/xbt/dict.cpp src/xbt/dict_elm.c src/xbt/dict_cursor.c
-      src/xbt/dynar.cpp src/xbt/fifo.c src/xbt/heap.c src/xbt/swag.c
+      src/xbt/dynar.cpp src/xbt/heap.c src/xbt/swag.c
       src/xbt/str.c src/xbt/strbuff.c src/xbt/snprintf.c
       src/xbt/queue.c
       src/xbt/xbt_os_time.c src/xbt/xbt_os_thread.c
       src/xbt/str.c src/xbt/strbuff.c src/xbt/snprintf.c
       src/xbt/queue.c
       src/xbt/xbt_os_time.c src/xbt/xbt_os_thread.c