Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make xbt_os_thread module public (Java needs it, at least)
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 13 May 2012 21:20:51 +0000 (23:20 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 13 May 2012 21:20:51 +0000 (23:20 +0200)
ChangeLog
buildtools/Cmake/DefinePackages.cmake
include/xbt/xbt_os_thread.h [moved from src/include/xbt/xbt_os_thread.h with 100% similarity]

index 607038f..51b18db 100644 (file)
--- 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.
       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.
   * mmalloc module:
     - Cleanups and simplifications to make it maintainable again.
     - Exotic features (such as memalign and valloc) were removed.
index 18674f0..9a831ed 100644 (file)
@@ -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/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
        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/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
        include/simgrid/platf.h
        include/simgrid/modelchecker.h
        include/simgrid/simix.h