Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups on my disk
[simgrid.git] / ChangeLog
index 41b70b5..ecaba6b 100644 (file)
--- 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: