X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d1ef0520cf9fdada190234751262c803886c135..93e9fdd3eec259bfa29fb40e8563edfe2e1bcd00:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 41b70b5e3d..ecaba6b515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,11 +22,10 @@ XBT: OsSemaphore is implemented in a portable way with C++11 threads. This should allow much more threads to be created at the same time, allowing Mac and Java users to simulate many more actors. - - Drop several unused xbt_os_thread_t functions: - - xbt_os_thread_get_extra_data() - - xbt_os_thread_set_extra_data() - - xbt_os_thread_self() - - xbt_os_thread_self_name() + - 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 the xbt_os_thread_t module (now unused) - Drop xbt_ex_display(), use simgrid::xbt::log_exception() instead. Fixed bugs: