Update of /cvsroot/boost/boost/libs/thread/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4780

Modified Files:
      Tag: thread_rewrite
        Jamfile Jamfile.v2 
Log Message:
More sources added


Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/build/Jamfile,v
retrieving revision 1.36.4.5
retrieving revision 1.36.4.6
diff -u -d -r1.36.4.5 -r1.36.4.6
--- Jamfile     18 Sep 2006 18:02:29 -0000      1.36.4.5
+++ Jamfile     23 Sep 2006 15:31:15 -0000      1.36.4.6
@@ -18,9 +18,12 @@
                  [ threads::cpp_source ../src/pthread :
                    thread
                    mutex
+                   recursive_mutex
                    condition
                    exceptions
-                   xtime 
+                   xtime
+                   once
+                   tss
                  ]
                : ## requirements ##
                  threads::lib-pthread
@@ -80,7 +83,11 @@
                  [ threads::cpp_source ../src/win32 :
                    thread
                    exceptions
-                   xtime 
+                   xtime
+                   tss
+                   tss_hooks
+                   tss_dll
+                    tss_pe
                  ]
                : ## requirements ##
                  <sysinclude>$(BOOST_ROOT)

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/thread/build/Jamfile.v2,v
retrieving revision 1.7.8.1
retrieving revision 1.7.8.2
diff -u -d -r1.7.8.1 -r1.7.8.2
--- Jamfile.v2  18 Sep 2006 18:47:47 -0000      1.7.8.1
+++ Jamfile.v2  23 Sep 2006 15:31:15 -0000      1.7.8.2
@@ -21,9 +21,12 @@
        : ## sources ##
            pthread/thread.cpp
            pthread/mutex.cpp
+           pthread/recursive_mutex.cpp
            pthread/condition.cpp
            pthread/exceptions.cpp
            pthread/xtime.cpp
+           pthread/once.cpp
+           pthread/tss.cpp
        : ## requirements ##
            <define>BOOST_THREAD_POSIX
            <thrd-api>pthread
@@ -34,9 +37,12 @@
        : ## sources ##
            pthread/thread.cpp
            pthread/mutex.cpp
+           pthread/recursive_mutex.cpp
            pthread/condition.cpp
            pthread/exceptions.cpp
            pthread/xtime.cpp
+           pthread/once.cpp
+           pthread/tss.cpp
        : ## requirements ##
            <define>BOOST_THREAD_POSIX
            <thrd-api>pthread
@@ -47,6 +53,10 @@
          win32/thread.cpp
          win32/exceptions.cpp
          win32/xtime.cpp
+         win32/tss.cpp
+         win32/tss_hooks.cpp
+         win32/tss_dll.cpp
+         win32/tss_pe.cpp
        : ## requirements ##
          <thrd-api>win32
        ;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to