Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 13 May 2012 21:22:15 +0000 (23:22 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 13 May 2012 21:22:15 +0000 (23:22 +0200)
1  2 
ChangeLog

diff --combined ChangeLog
+++ b/ChangeLog
@@@ -87,6 -87,9 +87,9 @@@ SimGrid (3.7) NOT RELEASED; urgency=lo
    * Trace header updated according to the latest Paje file format
    * Tracing network lazy updates, no longer obligate users to use full updates
    * --cfg=tracing/platform:1 also registers power/bandwidth variables
+   * Experimental: let user code declare/set/push/pop application states for hosts
+   * API changed to allow the manual creation of graph configuration files
+     for Triva. See TRACE_get_node_types() and TRACE_get_edge_types().
  
    Lua:
    * Improve the API of Lua MSG bindings, using the Lua spirit.
        you have less than 2 million elements in your dynar and don't
        want of the extra complexity of catching exceptions when the
        element is not found.
 +  * Portability layer
 +    - Make xbt_os_thread module (for thread portability) public.
 +      Documentation is still to come, sorry.
    * mmalloc module:
      - Cleanups and simplifications to make it maintainable again.
      - Exotic features (such as memalign and valloc) were removed.