Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop xbt_os_thread_t
[simgrid.git] / ChangeLog
index 2e43e78..ecaba6b 100644 (file)
--- 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.
  - 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:
  - Drop xbt_ex_display(), use simgrid::xbt::log_exception() instead.
 
 Fixed bugs: