X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7fbfcbe2a711aefb3bc5c043cdef4ce714784c47..f67e9f5d0e553ae935bd6cad29df46f1565173bf:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2e43e785f6..ecaba6b515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,14 +25,7 @@ XBT: - Implement the 'thread' factory with std::thread instead of xbt ones. It is not possible to set the stack size with threads anymore, but -fsplit-stack is the way to go nowadays when using threads. - - Drop several unused xbt_os_thread_t functions: - - xbt_os_thread_exit() - - xbt_os_thread_get_extra_data() - - xbt_os_thread_set_extra_data() - - xbt_os_thread_self() - - xbt_os_thread_self_name() - - xbt_os_thread_setstacksize() - - xbt_os_thread_setguardsize() + - Drop the xbt_os_thread_t module (now unused) - Drop xbt_ex_display(), use simgrid::xbt::log_exception() instead. Fixed bugs: