X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e01bb6df079136f66209073063a45a261260dff3..d4ec0a086f41795afaa1e1ea759774aca06745cf:/ChangeLog diff --git a/ChangeLog b/ChangeLog index d4608fca38..598062f346 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,8 @@ SimGrid (3.6) unstable; urgency=low combine Vivaldi based latencies with last-mile platforms. Simix + * Added a check for NaN of IEEE754 infinite in the double entries of + the smx_user.c file * Introduce a new context factory "raw", highly inspirated from the ucontext factory, but using manually crafted functions in assembly to do the work in an efficient manner. @@ -64,6 +66,7 @@ SimGrid (3.6) unstable; urgency=low Define XBT_USE_DEPRECATED if you want to use the old numbered macros like INFO1, INFO2, etc. * Change xbt_die() to accept a format string with arguments, just like printf. + * New data structure: xbt_lib_t, like a dict but more general and with better memory handling. INSTR * New configuration options @@ -93,6 +96,8 @@ SimGrid (3.6) unstable; urgency=low - current value: 30600 for 3.06.00, aka 3.6 * Define macro MAKE_SIMGRID_VERSION(major, minor, patch) to help building a number that can be compared with SIMGRID_VERSION. + * Add a build option -Denable_debug (set to ON by default): when set to OFF, + assertions and verbose/debug logging events are disabled at compile time. -- Da SimGrid team