From: Martin Quinson Date: Tue, 16 Oct 2012 20:51:00 +0000 (+0200) Subject: cosmetics and improvement X-Git-Tag: v3_8~49 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ee2435743c0765f4031dffe3a881263facfd8790 cosmetics and improvement --- diff --git a/ChangeLog b/ChangeLog index a93902a2a6..bc3cf39d0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,17 +2,6 @@ SimGrid (3.8) NOT RELEASED; urgency=low The "SimGrid makes psssshiiiit and jumps into the cloud" release. - Cmake: - * Remove option custom_flags. Now use environment variables CFLAGS - and LDFLAGS. - * Enable tracing by default. This modules rocks you should use it. - * Use default cmake things to detect lua instead of home grown ones. - * New option "enable_mallocators" to disable mallocators, for debugging - purpose ("on" by default). - - Documentation: - * Split the doc into a user guide and a reference guide. - MSG: * Add an experimental interface to manipulate VMs. They are mainly process groups with very few intrinsic semantic, but they should @@ -30,6 +19,17 @@ SimGrid (3.8) NOT RELEASED; urgency=low please stop using the old ones, they are DEPRECATED. * Deprecate MSG_clean(). No need to call it anymore. + Documentation: + * Split the doc into a user guide and a reference guide. + + Cmake: + * Remove option custom_flags. Now use environment variables CFLAGS + and LDFLAGS. + * Enable tracing by default. This modules rocks you should use it. + * Use default cmake things to detect lua instead of home grown ones. + * New option "enable_mallocators" to disable mallocators, for debugging + purpose ("on" by default). + Simix: * Bug fixes around the resource failures: don't let the processes survive the host they are running onto. @@ -84,6 +84,8 @@ SimGrid (3.8) NOT RELEASED; urgency=low * Functions xbt_dict_hash() and xbt_dict_hash_ext() are made public, and renamed to xbt_str_hash() and xbt_str_hash_ext(). * New function: xbt_os_timer_resume() to restart a timer w/o resetting it. + * Greatly improve the robustness of mmalloc to user errors (such as + using an area after freeing it, or freeing it twice) -- $date Da SimGrid team