Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please cppcheck (codacy).
[simgrid.git] / ChangeLog
index 572eda3..ae79bd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,10 +19,16 @@ SimGrid (3.18) NOT RELEASED YET (target: December 24 2017)
    MSG_task_get_remaining_work_ratio() for the second one.
    This fixes GitHub's #223 using PR #237. Thanks Michael Mercier.
 
+ SURF
+ - LMM stuff moved to its own namespace: simgrid::kernel::lmm.
+ - Renamed LMM classes (e.g. s_lmm_system_t -> System).
+
  XBT
  - Define class simgrid::xbt::Path to manage file names.
  - Removed unused functions:
    - xbt/file.h: xbt_basename(), xbt_dirname(), xbt_getline()
+   - xbt/graph.h: xbt_graph_edge_get_length(), xbt_graph_edge_set_length,
+       xbt_graph_export_graphviz()
    - xbt/str.h: xbt_str_join()
    - xbt/heap.h: use std::priority_queue or boost::heap instead
    - xbt/swag.h: use boost::intrusive::list instead