From cab107a617d2c5a0d760bd68bcd245d558347bea Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 13 May 2012 23:20:51 +0200 Subject: [PATCH] make xbt_os_thread module public (Java needs it, at least) --- ChangeLog | 3 +++ buildtools/Cmake/DefinePackages.cmake | 2 +- {src/include => include}/xbt/xbt_os_thread.h | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename {src/include => include}/xbt/xbt_os_thread.h (100%) diff --git a/ChangeLog b/ChangeLog index 607038f753..51b18db63d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -115,6 +115,9 @@ SimGrid (3.7) NOT RELEASED; urgency=low you have less than 2 million elements in your dynar and don't want of the extra complexity of catching exceptions when the element is not found. + * Portability layer + - Make xbt_os_thread module (for thread portability) public. + Documentation is still to come, sorry. * mmalloc module: - Cleanups and simplifications to make it maintainable again. - Exotic features (such as memalign and valloc) were removed. diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 18674f07ae..9a831ede59 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -57,7 +57,6 @@ set(EXTRA_DIST src/include/surf/surf_resource_lmm.h src/include/xbt/wine_dbghelp.h src/include/xbt/xbt_os_time.h - src/include/xbt/xbt_os_thread.h src/include/mc/datatypes.h src/include/mc/mc.h src/include/simix/context.h @@ -435,6 +434,7 @@ set(headers_to_install include/xbt/datadesc.h include/xbt/socket.h include/xbt/file_stat.h + include/xbt/xbt_os_thread.h include/simgrid/platf.h include/simgrid/modelchecker.h include/simgrid/simix.h diff --git a/src/include/xbt/xbt_os_thread.h b/include/xbt/xbt_os_thread.h similarity index 100% rename from src/include/xbt/xbt_os_thread.h rename to include/xbt/xbt_os_thread.h -- 2.20.1