Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 21 Feb 2014 15:05:09 +0000 (16:05 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 21 Feb 2014 16:05:55 +0000 (17:05 +0100)
ChangeLog

index ca48b9e..b5682ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,10 +16,10 @@ SimGrid (3.11) NOT RELEASED; urgency=low
    - For Java, add an option to enable/disable the inclusion of the native
      libraries in the jar file, and avoid to duplicate these files.
 
    - For Java, add an option to enable/disable the inclusion of the native
      libraries in the jar file, and avoid to duplicate these files.
 
- TOOLS:
+ Tools:
  * Normalizing pointers addresses tool for better diff between logs
 
  * Normalizing pointers addresses tool for better diff between logs
 
- EXAMPLES:
+ Examples:
  * Add cloud examples using new VMs
    - examples/msg/cloud/two_tasks_vm.tesh
    - examples/msg/cloud/simple_vm.tesh
  * Add cloud examples using new VMs
    - examples/msg/cloud/two_tasks_vm.tesh
    - examples/msg/cloud/simple_vm.tesh
@@ -31,14 +31,14 @@ SimGrid (3.11) NOT RELEASED; urgency=low
    - creation of a VM on a PM
    - migration of a VM from a PM to another PM
 
    - creation of a VM on a PM
    - migration of a VM from a PM to another PM
 
- SIMCALLS:
+ Simcalls:
  * Simcalls are now generated by a python script
    - generate files include by simgrid
    - check that all the functions exists and propose prototypes
  * Clean simcalls
    - remove sem_destroy, file_set_data, comm_destroy, vm_set_state,
      host_set_data, host_get_data
  * Simcalls are now generated by a python script
    - generate files include by simgrid
    - check that all the functions exists and propose prototypes
  * Clean simcalls
    - remove sem_destroy, file_set_data, comm_destroy, vm_set_state,
      host_set_data, host_get_data
+
  SURF:
  * Translate surf models from C to C++
    - Generic classes for all models: Model, Resource, Action
  SURF:
  * Translate surf models from C to C++
    - Generic classes for all models: Model, Resource, Action
@@ -50,7 +50,7 @@ SimGrid (3.11) NOT RELEASED; urgency=low
    - Add callback functions for resource creation/destruction
    - Add callback finctions for action state change
    - Handle Energy as a plugin
    - Add callback functions for resource creation/destruction
    - Add callback finctions for action state change
    - Handle Energy as a plugin
- * Replace swag by boost::intrusive 
+ * Replace swag by boost::intrusive
  * Add new routing model for torus clusters
  * More documentation
 
  * Add new routing model for torus clusters
  * More documentation