Update of /cvsroot/boost/boost/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29844/boost/status

Modified Files:
        Jamfile Jamfile.v2 
Log Message:
Hooked up GIL regression tests to run from boost/status
Added kth_channel_view (like nth_channel_view but operates on heterogeneous 
views)


Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/status/Jamfile,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Jamfile     11 Jan 2007 13:12:07 -0000      1.178
+++ Jamfile     10 May 2007 22:39:02 -0000      1.179
@@ -30,6 +30,7 @@
 subinclude libs/format/test ;              # test-suite format
 subinclude libs/function/test ;            # test-suite function
 subinclude libs/functional/hash/test ;     # test-suite functional/hash
+subinclude libs/gil/test ;                 # test-suite gil
 subinclude libs/graph/test ;               # test-suite graph
 subinclude libs/io/test ;                  # test-suite io
 subinclude libs/iostreams/test ;           # test-suite iostreams

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/status/Jamfile.v2,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Jamfile.v2  4 May 2007 21:40:57 -0000       1.28
+++ Jamfile.v2  10 May 2007 22:39:02 -0000      1.29
@@ -39,6 +39,7 @@
 build-project ../libs/format/test ;            # test-suite format
 build-project ../libs/function/test ;          # test-suite function
 build-project ../libs/functional/hash/test ;   # test-suite functional/hash
+build-project ../libs/gil/test ;               # test-suite gil
 build-project ../libs/graph/test ;             # test-suite graph
 build-project ../libs/io/test ;                # test-suite io
 build-project ../libs/interprocess/example ;   # test-suite 
interprocess_example


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to