Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-08-08 15:02:38


Author: vladimir_prus
Date: 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
New Revision: 38516
URL: http://svn.boost.org/trac/boost/changeset/38516

Log:
Remove V1 Jamfiles
Removed:
   trunk/Jamfile
   trunk/Jamrules
   trunk/libs/algorithm/minmax/test/Jamfile
   trunk/libs/algorithm/string/test/Jamfile
   trunk/libs/any/test/Jamfile
   trunk/libs/asio/example/allocation/Jamfile
   trunk/libs/asio/example/buffers/Jamfile
   trunk/libs/asio/example/chat/Jamfile
   trunk/libs/asio/example/echo/Jamfile
   trunk/libs/asio/example/http/client/Jamfile
   trunk/libs/asio/example/http/server/Jamfile
   trunk/libs/asio/example/http/server2/Jamfile
   trunk/libs/asio/example/http/server3/Jamfile
   trunk/libs/asio/example/invocation/Jamfile
   trunk/libs/asio/example/iostreams/Jamfile
   trunk/libs/asio/example/multicast/Jamfile
   trunk/libs/asio/example/serialization/Jamfile
   trunk/libs/asio/example/services/Jamfile
   trunk/libs/asio/example/socks4/Jamfile
   trunk/libs/asio/example/ssl/Jamfile
   trunk/libs/asio/example/timeouts/Jamfile
   trunk/libs/asio/example/timers/Jamfile
   trunk/libs/asio/example/tutorial/Jamfile
   trunk/libs/asio/test/Jamfile
   trunk/libs/asio/test/ssl/Jamfile
   trunk/libs/assign/test/Jamfile
   trunk/libs/bind/test/Jamfile
   trunk/libs/concept_check/Jamfile
   trunk/libs/config/test/Jamfile
   trunk/libs/config/test/link/Jamfile
   trunk/libs/config/test/link/test/Jamfile
   trunk/libs/conversion/test/Jamfile
   trunk/libs/date_time/build/Jamfile
   trunk/libs/date_time/test/Jamfile
   trunk/libs/dynamic_bitset/Jamfile
   trunk/libs/filesystem/build/Jamfile
   trunk/libs/filesystem/example/Jamfile
   trunk/libs/filesystem/test/Jamfile
   trunk/libs/foreach/test/Jamfile
   trunk/libs/format/test/Jamfile
   trunk/libs/function/test/Jamfile
   trunk/libs/gil/test/Jamfile
   trunk/libs/graph/build/Jamfile
   trunk/libs/graph/test/Jamfile
   trunk/libs/io/test/Jamfile
   trunk/libs/iostreams/build/Jamfile
   trunk/libs/iostreams/test/Jamfile
   trunk/libs/iterator/test/Jamfile
   trunk/libs/logic/test/Jamfile
   trunk/libs/mpl/test/Jamfile
   trunk/libs/multi_array/test/Jamfile
   trunk/libs/numeric/conversion/test/Jamfile
   trunk/libs/numeric/interval/test/Jamfile
   trunk/libs/numeric/ublas/bench1/Jamfile
   trunk/libs/numeric/ublas/bench2/Jamfile
   trunk/libs/numeric/ublas/bench3/Jamfile
   trunk/libs/numeric/ublas/bench4/Jamfile
   trunk/libs/numeric/ublas/doc/samples/Jamfile
   trunk/libs/numeric/ublas/test/Jamfile
   trunk/libs/optional/test/Jamfile
   trunk/libs/parameter/test/Jamfile
   trunk/libs/program_options/build/Jamfile
   trunk/libs/program_options/example/Jamfile
   trunk/libs/program_options/test/Jamfile
   trunk/libs/property_map/test/Jamfile
   trunk/libs/ptr_container/test/Jamfile
   trunk/libs/python/build/Jamfile
   trunk/libs/python/test/Jamfile
   trunk/libs/random/test/Jamfile
   trunk/libs/range/test/Jamfile
   trunk/libs/regex/test/captures/Jamfile
   trunk/libs/serialization/build/Jamfile
   trunk/libs/serialization/test/Jamfile
   trunk/libs/signals/build/Jamfile
   trunk/libs/signals/test/Jamfile
   trunk/libs/smart_ptr/test/Jamfile
   trunk/libs/spirit/test/Jamfile
   trunk/libs/system/build/Jamfile
   trunk/libs/system/test/Jamfile
   trunk/libs/test/build/Jamfile
   trunk/libs/test/example/Jamfile
   trunk/libs/test/test/Jamfile
   trunk/libs/thread/build/Jamfile
   trunk/libs/thread/example/Jamfile
   trunk/libs/thread/test/Jamfile
   trunk/libs/tr1/test/Jamfile
   trunk/libs/typeof/test/Jamfile
   trunk/libs/utility/enable_if/test/Jamfile
   trunk/libs/utility/test/Jamfile
   trunk/libs/variant/test/Jamfile

Deleted: trunk/Jamfile
==============================================================================
--- trunk/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,280 +0,0 @@
-#~ Copyright 2003-2005, Rene Rivera.
-#~ Distributed under the Boost Software License, Version 1.0.
-#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-
-if --help in $(ARGV)
-{
- ECHO "
-Usage:
- bjam [options] [install|stage]
-
- * install Installs to the configured location(s).
- * stage Stages the build products only to common stage
- location.
-
-Options:
- --help This message.
-
- -sTOOLS=<toolsets> Indicates the tools to build with.
-
- --show-libraries Displays the list of Boost libraries that require
- build and installation steps, then exit.
-
- --layout=<layout> Determines what kind of build layout to use. This
- allows one to control the naming of the resulting
- libraries, and the locations of the installed
- files. Default is 'versioned'. Possible values:
-
- versioned - Uses the Boost standard names
- which include version number for Boost the
- release and version and name of the
- compiler as part of the library names. Also
- installs the includes to a versioned
- sub-directory.
-
- system - Builds an install without the
- Boost standard names, and does not install
- includes to a versioned sub-directory. This
- is intended for system integrators to build
- for packaging of distributions.
-
-Locations:
- --prefix=PREFIX Install architecture independent files here.
- Default; C:\\Boost on Win32
- Default; /usr/local on Unix. Linux, etc.
-
- --exec-prefix=EPREFIX Install architecture dependent files here.
- Default; PREFIX
-
- --libdir=DIR Install libraries here.
- Default; EPREFIX/lib
-
- --includedir=DIR Install source headers here.
- Default; PREFIX/include
-
- --builddir=DIR Build in this location instead of building
- within the distribution tree. Recommended!
-
- --stagedir=DIR When staging only, stage to the location.
- Default; ./stage
-
-Features:
- --with-<library> Build, stage, or install the specified <library>
- If used, the default becomes to only build
- indicated libraries.
-
- --without-<library> Do not build, stage, or install the specified
- <library>. By default all libraries attempt to
- build.
-
- --with-python-root[=PYTHON_ROOT]
- Build Boost.Python libraries with the Python
- devel packages located at PYTHON_ROOT.
- Default PYTHON_ROOT; C:\\Python24 on Win32.
- Default PYTHON_ROOT; /usr on Unix, Linux, Cygwin, etc.
-
- --with-python-version[=2.4]
- Build Boost.Python libraries with the Python
- version indicated.
- Default; 2.4.
-
- --with-pydebug Build Boost.Python libraries using the
- Python debug runtime.
-" ;
- EXIT "" ;
-}
-
-local with-install = ;
-local with-stage = ;
-
-# build only, or build+install
-if install in $(ARGV)
-{
- with-install = install ;
- with-stage = ;
-}
-
-# stage only? (no install, only build and stage to a common dir)
-if stage in $(ARGV)
-{
- with-stage = stage ;
- with-install = ;
-}
-
-# what kind of layout are we doing?
-local layout = [ MATCH "^--layout=(.*)" : $(ARGV) ] ;
-layout ?= versioned ;
-layout-$(layout) = true ;
-
-# possible stage only location
-local stage-locate = [ MATCH "^--stagedir=(.*)" : $(ARGV) ] ;
-stage-locate ?= stage ;
-
-# architecture independent files
-local boost-locate = [ unless $(with-stage) : [ MATCH "^--prefix=(.*)" : $(ARGV) ] : $(stage-locate) ] ;
-if $(NT) { boost-locate ?= C:\\Boost ; }
-else if $(UNIX) { boost-locate ?= /usr/local ; }
-
-# architecture dependent files
-local exec-locate = [ MATCH "^--exec-prefix=(.*)" : $(ARGV) ] ;
-exec-locate ?= $(boost-locate) ;
-
-# object code libraries
-local lib-locate = [ MATCH "^--libdir=(.*)" : $(ARGV) ] ;
-lib-locate ?= $(exec-locate)/lib ;
-
-# where to build
-local all-locate = [ MATCH "^--builddir=(.*)" : $(ARGV) ] ;
-ALL_LOCATE_TARGET ?= $(all-locate) ;
-
-# source header files
-local include-locate = [ MATCH "^--includedir=(.*)" : $(ARGV) ] ;
-include-locate ?= $(boost-locate)/include ;
-
-# location of python
-local python-root = [ MATCH "^--with-python-root=(.*)" : $(ARGV) ] ;
-PYTHON_ROOT ?= $(python-root) ;
-
-# version of python
-local python-version = [ MATCH "^--with-python-version=(.*)" : $(ARGV) ] ;
-PYTHON_VERSION ?= $(python-version) ;
-
-# variant for pydebug build
-local with-debug-python ;
-if --with-pydebug in $(ARGV)
-{
- with-debug-python = debug-python ;
-}
-
-# libraries to disable building, etc.
-local without-libraries = [ MATCH "^--without-(.*)" : $(ARGV) ] ;
-
-# libraries to enable
-local with-libraries ;
-for local arg in $(ARGV)
-{
- switch $(arg)
- {
- case --with-python-root=* : local _ ;
- case --with-python-version=* : local _ ;
- case --with-pydebug : local _ ;
-
- case --with-* :
- with-libraries += [ MATCH "^--with-(.*)" : $(arg) ] ;
- }
-}
-
-#
-project-root ;
-
-# bring in the rules for python
-import python ;
-
-# print out libraries to build/install
-if --show-libraries in $(ARGV)
-{
- local library-jamfiles ;
- library-jamfiles =
- [ MATCH ^(.*build[/\\:]$(JAMFILE))$ :
- [ glob-tree $(BOOST_ROOT)/libs : $(JAMFILE) ] ] ;
- libraries =
- [ MATCH ^.*libs[/\\:]([^/\\:]*)[/\\:]build[/\\:]Jamfile$ :
- $(library-jamfiles) ] ;
- EXIT $(libraries) ;
-}
-
-#
-local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ;
-if $(version-tag[3]) = 0
-{
- version-tag = $(version-tag[1-2]) ;
-}
-version-tag = $(version-tag:J="_") ;
-
-#
-install-subinclude
- [ MATCH ^(.*build[/\\:]$(JAMFILE))$ : [ glob-tree $(BOOST_ROOT)/libs : $(JAMFILE) ] ]
- : <exclude>$(without-libraries) <include>$(with-libraries) ;
-
-local lib-sources = [ install-sources lib ] ;
-
-if $(lib-sources)
-{
- local gNOWARN_INCOMPATIBLE_BUILDS = TRUE ;
- local gUNVERSIONED_VARIANT_TAG = [ cond $(layout-system) : TRUE ] ;
-
- local lib-build =
- debug release
- [ cond $(with-debug-python) : debug-python ]
- [ cond $(NT) : <runtime-link>static/dynamic ]
- <threading>single/multi
- ;
- local lib-target =
- [ cond $(with-install) : install : all ]
- [ cond $(with-stage) : stage : all ]
- ;
- local lib-dest-files = [
- stage $(lib-locate:D=)
- :
- $(lib-sources)
- :
- <locate>$(lib-locate:D)
- common-variant-tag
- <target>$(lib-target)
- :
- $(lib-build)
- [ unless $(with-install) $(with-stage) : <suppress>true ]
- ] ;
- if ! $(gIN_LIB_INCLUDE) && $(layout-versioned)
- {
- local unversioned-files ;
- if $(with-install) || $(with-stage)
- {
- if $(NT)
- {
- local version-files = [ MATCH "(.*[.]lib)" : $(lib-dest-files) ] ;
- local noversion-files ;
- for local version-file in $(version-files)
- {
- local noversion-file =
- [ MATCH "(.*)-[0-9_]+([.]lib)" : $(version-file) ] ;
- noversion-file = $(noversion-file[1])$(noversion-file[2]) ;
- MakeLocate $(noversion-file) : [ FDirName [ split-path $(lib-locate) ] ] ;
- HardLink $(noversion-file) : $(version-file) ;
- noversion-files += $(noversion-file) ;
- }
- declare-fake-targets $(lib-target) : $(noversion-files) ;
- }
- else if $(UNIX)
- {
- local so-version-files = [ MATCH "(.*[.]so[.0-9]+)" : $(lib-dest-files) ] ;
- so-version-files ?= [ MATCH "(.*[.]so)" : $(lib-dest-files) ] ;
- local version-files = $(so-version-files) [ MATCH "(.*[.]a)" : $(lib-dest-files) ] ;
- local noversion-files ;
- for local version-file in $(version-files)
- {
- local noversion-file =
- [ MATCH "(.*)-[0-9_]+([.]so)[.0-9]*" : $(version-file) ]
- [ MATCH "(.*)-[0-9_]+([.]a)" : $(version-file) ] ;
- noversion-file = $(noversion-file[1])$(noversion-file[2]) ;
- MakeLocate $(noversion-file) : [ FDirName [ split-path $(lib-locate) ] ] ;
- HardLink $(noversion-file) : $(version-file) ;
- noversion-files += $(noversion-file) ;
- }
- declare-fake-targets $(lib-target) : $(noversion-files) ;
- }
- }
- }
-}
-
-stage [ cond $(layout-versioned) : $(include-locate:D=)/boost-$(version-tag) : $(include-locate:D=) ]
- :
- [ glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ]
- [ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc ]
- :
- <locate>$(include-locate:D)
- <tree-subdirs>$(BOOST_ROOT)
- [ cond $(with-install) : <target>install : <target>all ]
- :
- [ unless $(with-install) : <suppress>true ]
- ;

Deleted: trunk/Jamrules
==============================================================================
--- trunk/Jamrules 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,15 +0,0 @@
-# Boost.Build top level Jamrules
-
-# See tools/build/index.html for documentation.
-project boost ;
-
-# Set some important global variables if they haven't already been set by the
-# user on the command-line or in the environment
-
-# Establish this as the root of the boost installation. Most targets will want
-# $(BOOST_ROOT) in their #include path.
-path-global BOOST_ROOT : . ;
-
-# The current version of Boost.
-BOOST_VERSION ?= 1.35.0 ;
-

Deleted: trunk/libs/algorithm/minmax/test/Jamfile
==============================================================================
--- trunk/libs/algorithm/minmax/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-# Boost.Minmax Library Test Jamfile
-#
-# Copyright (C) 2002--2004, Herve Bronnimann
-#
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/algorithm/minmax/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- test-suite algorithm/minmax
- : [ run
- minmax_element_test.cpp
- : :
- :
- : minmax_element
- ]
- [ run
- minmax_test.cpp
- : :
- :
- : minmax
- ]
- ;
-}

Deleted: trunk/libs/algorithm/string/test/Jamfile
==============================================================================
--- trunk/libs/algorithm/string/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,85 +0,0 @@
-# Boost string_algo library test suite Jamfile ----------------------------
-#
-# Copyright Pavol Droba 2002-2003. Use, modification and
-# distribution is subject to the Boost Software License, Version
-# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-# See http://www.boost.org for updates, documentation, and revision history.
-
-subproject libs/algorithm/string/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- test-suite algorithm/string
- : [ run
- trim_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : trim
- ]
- [ run
- conv_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : conv
- ]
- [ run
- predicate_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : predicate
- ]
- [ run
- find_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : find
- ]
- [ run
- split_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : split
- ]
- [ run
- join_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : join
- ]
- [ run
- replace_test.cpp
- : :
- :
- std::locale-support
- std::facet-support
- : replace
- ]
- [ run
- regex_test.cpp
- <lib>../../../regex/build/boost_regex
- : :
- :
- : regex
- ]
- ;
-}
-

Deleted: trunk/libs/any/test/Jamfile
==============================================================================
--- trunk/libs/any/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,23 +0,0 @@
-# Copyright Vladimur Prus 2005. Use, modification and
-# distribution is subject to the Boost Software License, Version
-# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-# For more information, see http://www.boost.org/libs/any
-#
-
-subproject libs/any/test ;
-
-import testing ;
-
-rule any-test ( sources + )
-{
- return [ run $(sources) : : : <include>$(BOOST_ROOT) ] ;
-}
-
-test-suite any :
- [ any-test ../any_test.cpp ]
- [ compile-fail any_cast_cv_failed.cpp ]
- ;
-
-

Deleted: trunk/libs/asio/example/allocation/Jamfile
==============================================================================
--- trunk/libs/asio/example/allocation/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/allocation ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe server
- : <lib>@boost/libs/system/build/boost_system
- server.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/buffers/Jamfile
==============================================================================
--- trunk/libs/asio/example/buffers/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/buffers ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe server
- : <lib>@boost/libs/system/build/boost_system
- reference_counted.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/chat/Jamfile
==============================================================================
--- trunk/libs/asio/example/chat/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,47 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/chat ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe chat_client
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- chat_client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe chat_server
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- chat_server.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/echo/Jamfile
==============================================================================
--- trunk/libs/asio/example/echo/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,63 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/echo ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-template asio_echo_example
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe async_tcp_echo_server
- : <template>asio_echo_example
- async_tcp_echo_server.cpp
- ;
-
-exe async_udp_echo_server
- : <template>asio_echo_example
- async_udp_echo_server.cpp
- ;
-
-exe blocking_tcp_echo_client
- : <template>asio_echo_example
- blocking_tcp_echo_client.cpp
- ;
-
-exe blocking_tcp_echo_server
- : <template>asio_echo_example
- blocking_tcp_echo_server.cpp
- ;
-
-exe blocking_udp_echo_client
- : <template>asio_echo_example
- blocking_udp_echo_client.cpp
- ;
-
-exe blocking_udp_echo_server
- : <template>asio_echo_example
- blocking_udp_echo_server.cpp
- ;

Deleted: trunk/libs/asio/example/http/client/Jamfile
==============================================================================
--- trunk/libs/asio/example/http/client/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,45 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/http/client ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe async_client
- : <lib>@boost/libs/system/build/boost_system
- async_client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe sync_client
- : <lib>@boost/libs/system/build/boost_system
- sync_client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/http/server/Jamfile
==============================================================================
--- trunk/libs/asio/example/http/server/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,42 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/http/server ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe http_server
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- connection.cpp
- connection_manager.cpp
- mime_types.cpp
- posix_main.cpp
- reply.cpp
- request_handler.cpp
- request_parser.cpp
- server.cpp
- win_main.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/http/server2/Jamfile
==============================================================================
--- trunk/libs/asio/example/http/server2/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,42 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/http/server2 ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe http_server
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- connection.cpp
- io_service_pool.cpp
- mime_types.cpp
- posix_main.cpp
- reply.cpp
- request_handler.cpp
- request_parser.cpp
- server.cpp
- win_main.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/http/server3/Jamfile
==============================================================================
--- trunk/libs/asio/example/http/server3/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,41 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/http/server3 ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe http_server
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- connection.cpp
- mime_types.cpp
- posix_main.cpp
- reply.cpp
- request_handler.cpp
- request_parser.cpp
- server.cpp
- win_main.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/invocation/Jamfile
==============================================================================
--- trunk/libs/asio/example/invocation/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/invocation ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe prioritised_handlers
- : <lib>@boost/libs/system/build/boost_system
- prioritised_handlers.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/iostreams/Jamfile
==============================================================================
--- trunk/libs/asio/example/iostreams/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,45 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/iostreams ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe daytime_client
- : <lib>@boost/libs/system/build/boost_system
- daytime_client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe daytime_server
- : <lib>@boost/libs/system/build/boost_system
- daytime_server.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/multicast/Jamfile
==============================================================================
--- trunk/libs/asio/example/multicast/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,45 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/multicast ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe receiver
- : <lib>@boost/libs/system/build/boost_system
- receiver.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe sender
- : <lib>@boost/libs/system/build/boost_system
- sender.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/serialization/Jamfile
==============================================================================
--- trunk/libs/asio/example/serialization/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,47 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/serialization ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe client
- : <lib>@boost/libs/serialization/build/boost_serialization
- <lib>@boost/libs/system/build/boost_system
- client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe server
- : <lib>@boost/libs/serialization/build/boost_serialization
- <lib>@boost/libs/system/build/boost_system
- server.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/services/Jamfile
==============================================================================
--- trunk/libs/asio/example/services/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,35 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/services ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe daytime_client
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- daytime_client.cpp
- logger_service.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/socks4/Jamfile
==============================================================================
--- trunk/libs/asio/example/socks4/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/socks4 ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe server
- : <lib>@boost/libs/system/build/boost_system
- sync_client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/ssl/Jamfile
==============================================================================
--- trunk/libs/asio/example/ssl/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,49 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/ssl ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-exe client
- : <lib>@boost/libs/system/build/boost_system
- client.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <find-library>ssl
- <find-library>crypto
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe server
- : <lib>@boost/libs/system/build/boost_system
- server.cpp
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <find-library>ssl
- <find-library>crypto
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;

Deleted: trunk/libs/asio/example/timeouts/Jamfile
==============================================================================
--- trunk/libs/asio/example/timeouts/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,53 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/timeouts ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-template asio_timeouts_example
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe accept_timeout
- : <template>asio_timeouts_example
- accept_timeout.cpp
- ;
-
-exe connect_timeout
- : <template>asio_timeouts_example
- connect_timeout.cpp
- ;
-
-exe datagram_receive_timeout
- : <template>asio_timeouts_example
- datagram_receive_timeout.cpp
- ;
-
-exe stream_receive_timeout
- : <template>asio_timeouts_example
- stream_receive_timeout.cpp
- ;

Deleted: trunk/libs/asio/example/timers/Jamfile
==============================================================================
--- trunk/libs/asio/example/timers/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,38 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/timers ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-template asio_timers_example
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe time_t_timer
- : <template>asio_timers_example
- time_t_timer.cpp
- ;

Deleted: trunk/libs/asio/example/tutorial/Jamfile
==============================================================================
--- trunk/libs/asio/example/tutorial/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,46 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/example/tutorial ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-template asio_tutorial
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- : <include>$(BOOST_ROOT)
- <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-exe timer1 : <template>asio_tutorial timer1/timer.cpp ;
-exe timer2 : <template>asio_tutorial timer2/timer.cpp ;
-exe timer3 : <template>asio_tutorial timer3/timer.cpp ;
-exe timer4 : <template>asio_tutorial timer4/timer.cpp ;
-exe timer5 : <template>asio_tutorial timer5/timer.cpp ;
-exe daytime1_client : <template>asio_tutorial daytime1/client.cpp ;
-exe daytime2_server : <template>asio_tutorial daytime2/server.cpp ;
-exe daytime3_server : <template>asio_tutorial daytime3/server.cpp ;
-exe daytime4_client : <template>asio_tutorial daytime4/client.cpp ;
-exe daytime5_server : <template>asio_tutorial daytime5/server.cpp ;
-exe daytime6_server : <template>asio_tutorial daytime6/server.cpp ;
-exe daytime7_server : <template>asio_tutorial daytime7/server.cpp ;

Deleted: trunk/libs/asio/test/Jamfile
==============================================================================
--- trunk/libs/asio/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,80 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/test ;
-
-project boost : $(BOOST_ROOT) ;
-
-# bring in the rules for testing
-import testing ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-template asio_unit_test
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- : <include>../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-test-suite "asio"
- :
- [ run basic_datagram_socket.cpp <template>asio_unit_test ]
- [ run basic_deadline_timer.cpp <template>asio_unit_test ]
- [ run basic_socket_acceptor.cpp <template>asio_unit_test ]
- [ run basic_stream_socket.cpp <template>asio_unit_test ]
- [ run buffer.cpp <template>asio_unit_test ]
- [ run buffered_read_stream.cpp <template>asio_unit_test ]
- [ run buffered_stream.cpp <template>asio_unit_test ]
- [ run buffered_write_stream.cpp <template>asio_unit_test ]
- [ run completion_condition.cpp <template>asio_unit_test ]
- [ run datagram_socket_service.cpp <template>asio_unit_test ]
- [ run deadline_timer_service.cpp <template>asio_unit_test ]
- [ run deadline_timer.cpp <template>asio_unit_test ]
- [ run error.cpp <template>asio_unit_test ]
- [ run io_service.cpp <template>asio_unit_test ]
- [ run ip/address.cpp <template>asio_unit_test ]
- [ run ip/address_v4.cpp <template>asio_unit_test ]
- [ run ip/address_v6.cpp <template>asio_unit_test ]
- [ run ip/basic_endpoint.cpp <template>asio_unit_test ]
- [ run ip/basic_resolver.cpp <template>asio_unit_test ]
- [ run ip/basic_resolver_entry.cpp <template>asio_unit_test ]
- [ run ip/basic_resolver_iterator.cpp <template>asio_unit_test ]
- [ run ip/basic_resolver_query.cpp <template>asio_unit_test ]
- [ run ip/host_name.cpp <template>asio_unit_test ]
- [ run ip/multicast.cpp <template>asio_unit_test ]
- [ run ip/resolver_query_base.cpp <template>asio_unit_test ]
- [ run ip/resolver_service.cpp <template>asio_unit_test ]
- [ run ip/tcp.cpp <template>asio_unit_test ]
- [ run ip/udp.cpp <template>asio_unit_test ]
- [ run ip/unicast.cpp <template>asio_unit_test ]
- [ run ip/v6_only.cpp <template>asio_unit_test ]
- [ run is_read_buffered.cpp <template>asio_unit_test ]
- [ run is_write_buffered.cpp <template>asio_unit_test ]
- [ run placeholders.cpp <template>asio_unit_test ]
- [ run read.cpp <template>asio_unit_test ]
- [ run read_until.cpp <template>asio_unit_test ]
- [ run socket_acceptor_service.cpp <template>asio_unit_test ]
- [ run socket_base.cpp <template>asio_unit_test ]
- [ run strand.cpp <template>asio_unit_test ]
- [ run stream_socket_service.cpp <template>asio_unit_test ]
- [ run time_traits.cpp <template>asio_unit_test ]
- [ run write.cpp <template>asio_unit_test ]
- ;

Deleted: trunk/libs/asio/test/ssl/Jamfile
==============================================================================
--- trunk/libs/asio/test/ssl/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,45 +0,0 @@
-#
-# Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/asio/test/ssl ;
-
-# bring in the rules for testing
-import testing ;
-
-project boost : $(BOOST_ROOT) ;
-
-if $(UNIX)
-{
- switch $(JAMUNAME)
- {
- case SunOS* :
- {
- SOCKET_LIBS = <find-library>socket <find-library>nsl ;
- }
- }
-}
-
-template unit_test
- : <lib>@boost/libs/thread/build/boost_thread
- <lib>@boost/libs/system/build/boost_system
- : <include>../../../..
- <define>BOOST_ALL_NO_LIB=1
- <threading>multi
- <find-library>ssl
- <find-library>crypto
- <mingw><*><find-library>ws2_32
- <mingw><*><find-library>mswsock
- $(SOCKET_LIBS)
- ;
-
-run basic_context.cpp <template>unit_test ;
-run context_base.cpp <template>unit_test ;
-run context_service.cpp <template>unit_test ;
-run context.cpp <template>unit_test ;
-run stream_base.cpp <template>unit_test ;
-run stream_service.cpp <template>unit_test ;
-run stream.cpp <template>unit_test ;

Deleted: trunk/libs/assign/test/Jamfile
==============================================================================
--- trunk/libs/assign/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,40 +0,0 @@
-# Boost.Assign library
-#
-# Copyright Thorsten Ottosen 2003-2005. Use, modification and
-# distribution is subject to the Boost Software License, Version
-# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-# For more information, see http://www.boost.org/libs/assign/
-#
-
-subproject libs/assign/test ;
-
-import testing ;
-
-rule assign-test ( name )
-{
- return [
- run $(name).cpp
- <lib>../../test/build/boost_unit_test_framework
- : : : <include>$(BOOST_ROOT)
- ] ;
-}
-
-test-suite assign :
- [ assign-test basic ]
- [ assign-test std ]
- [ assign-test list_of ]
- [ assign-test ptr_list_of ]
- [ assign-test static_list_of ]
- [ assign-test tuple_list_of ]
- [ assign-test list_inserter ]
- [ assign-test ptr_list_inserter ]
- [ assign-test ptr_map_inserter ]
- [ assign-test list_of_workaround ]
- [ assign-test email_example ]
- [ assign-test my_vector_example ]
- [ assign-test multi_index_container ]
- ;
-
-

Deleted: trunk/libs/bind/test/Jamfile
==============================================================================
--- trunk/libs/bind/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,43 +0,0 @@
-# Boost.Bind Library test Jamfile
-#
-# Copyright (c) 2003-2006 Peter Dimov
-#
-# Distributed under the Boost Software License, Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/bind/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : bind ;
-
-{
- test-suite "bind"
- : [ run bind_test.cpp ]
- [ run bind_dm_test.cpp ]
- [ run bind_eq_test.cpp ]
- [ run bind_const_test.cpp ]
- [ run bind_cv_test.cpp ]
- [ run bind_stateful_test.cpp ]
- [ run bind_dm2_test.cpp ]
- [ run bind_not_test.cpp ]
- [ run bind_rel_test.cpp ]
- [ run bind_function_test.cpp ]
- [ run bind_lookup_problem_test.cpp ]
- [ run bind_rv_sp_test.cpp ]
- [ compile bind_unary_addr.cpp ]
- [ run bind_dm3_test.cpp ]
- [ run bind_visit_test.cpp ]
- [ run bind_placeholder_test.cpp ]
- [ run bind_rvalue_test.cpp ]
- [ run mem_fn_test.cpp ]
- [ run mem_fn_void_test.cpp ]
- [ run mem_fn_derived_test.cpp ]
- [ run mem_fn_eq_test.cpp ]
- [ run mem_fn_dm_test.cpp ]
- [ run mem_fn_rv_test.cpp ]
- ;
-}

Deleted: trunk/libs/concept_check/Jamfile
==============================================================================
--- trunk/libs/concept_check/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,26 +0,0 @@
-# Copyright David Abrahams, Jeremy Siek 2006. Distributed under the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-subproject libs/concept_check ;
-
-import testing ;
-
-test-suite concept_check
- : [ run stl_concept_covering.cpp ]
- [ run stl_concept_check.cpp ]
- [ run concept_check_test.cpp ]
- [ run class_concept_check_test.cpp ]
- [ compile-fail concept_check_fail_expected.cpp ]
- [ compile-fail class_concept_fail_expected.cpp ]
-
- [ run where.cpp ]
- [ compile-fail where_fail.cpp ]
- [ compile-fail usage_fail.cpp ]
-
- # Backward compatibility tests
- [ run old_concept_pass.cpp ]
- [ compile-fail function_requires_fail.cpp ]
- [ compile-fail old_concept_function_fail.cpp ]
- [ compile-fail old_concept_class_fail.cpp ]
- ;
-

Deleted: trunk/libs/config/test/Jamfile
==============================================================================
--- trunk/libs/config/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,336 +0,0 @@
-#
-# Regression test Jamfile for boost configuration setup.
-# *** DO NOT EDIT THIS FILE BY HAND ***
-# This file was automatically generated on Mon Jan 01 12:39:24 2007
-# by libs/config/tools/generate.cpp
-# Copyright John Maddock.
-# Use, modification and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# If you need to alter build preferences then set them in
-# the template defined in options.jam.
-#
-subproject libs/config/test ;
-# bring in the rules for testing
-import testing ./options ;
-
-run config_info.cpp <template>config_options ;
-run math_info.cpp <template>config_options : : : <borland><*><runtime-link>static ;
-run config_test.cpp <template>config_options ;
-run limits_test.cpp <template>config_test_options ;
-run abi/abi_test.cpp abi/main.cpp <template>config_options ;
-
-test-suite "BOOST_HAS_TWO_ARG_USE_FACET" :
-[ run has_2arg_use_facet_pass.cpp <template>config_options ]
-[ compile-fail has_2arg_use_facet_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_BETHREADS" :
-[ run has_bethreads_pass.cpp <template>config_options ]
-[ compile-fail has_bethreads_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_CLOCK_GETTIME" :
-[ run has_clock_gettime_pass.cpp <template>config_options ]
-[ compile-fail has_clock_gettime_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_DIRENT_H" :
-[ run has_dirent_h_pass.cpp <template>config_options ]
-[ compile-fail has_dirent_h_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_EXPM1" :
-[ run has_expm1_pass.cpp <template>config_options ]
-[ compile-fail has_expm1_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_FTIME" :
-[ run has_ftime_pass.cpp <template>config_options ]
-[ compile-fail has_ftime_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_GETTIMEOFDAY" :
-[ run has_gettimeofday_pass.cpp <template>config_options ]
-[ compile-fail has_gettimeofday_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_HASH" :
-[ run has_hash_pass.cpp <template>config_options ]
-[ compile-fail has_hash_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_LOG1P" :
-[ run has_log1p_pass.cpp <template>config_options ]
-[ compile-fail has_log1p_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_LONG_LONG" :
-[ run has_long_long_pass.cpp <template>config_options ]
-[ compile-fail has_long_long_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_MACRO_USE_FACET" :
-[ run has_macro_use_facet_pass.cpp <template>config_options ]
-[ compile-fail has_macro_use_facet_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_MS_INT64" :
-[ run has_ms_int64_pass.cpp <template>config_options ]
-[ compile-fail has_ms_int64_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_NANOSLEEP" :
-[ run has_nanosleep_pass.cpp <template>config_options ]
-[ compile-fail has_nanosleep_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_NL_TYPES_H" :
-[ run has_nl_types_h_pass.cpp <template>config_options ]
-[ compile-fail has_nl_types_h_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_NRVO" :
-[ run has_nrvo_pass.cpp <template>config_options ]
-[ compile-fail has_nrvo_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_PARTIAL_STD_ALLOCATOR" :
-[ run has_part_alloc_pass.cpp <template>config_options ]
-[ compile-fail has_part_alloc_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_PTHREADS" :
-[ run has_pthreads_pass.cpp <template>config_options ]
-[ compile-fail has_pthreads_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_PTHREAD_DELAY_NP" :
-[ run has_pthread_delay_np_pass.cpp <template>config_options ]
-[ compile-fail has_pthread_delay_np_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE" :
-[ run has_pthread_ma_st_pass.cpp <template>config_options ]
-[ compile-fail has_pthread_ma_st_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_PTHREAD_YIELD" :
-[ run has_pthread_yield_pass.cpp <template>config_options ]
-[ compile-fail has_pthread_yield_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_SCHED_YIELD" :
-[ run has_sched_yield_pass.cpp <template>config_options ]
-[ compile-fail has_sched_yield_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_SGI_TYPE_TRAITS" :
-[ run has_sgi_type_traits_pass.cpp <template>config_options ]
-[ compile-fail has_sgi_type_traits_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_SIGACTION" :
-[ run has_sigaction_pass.cpp <template>config_options ]
-[ compile-fail has_sigaction_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_SLIST" :
-[ run has_slist_pass.cpp <template>config_options ]
-[ compile-fail has_slist_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_STDINT_H" :
-[ run has_stdint_h_pass.cpp <template>config_options ]
-[ compile-fail has_stdint_h_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_STLP_USE_FACET" :
-[ run has_stlp_use_facet_pass.cpp <template>config_options ]
-[ compile-fail has_stlp_use_facet_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_ARRAY" :
-[ run has_tr1_array_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_array_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_BIND" :
-[ run has_tr1_bind_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_bind_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_COMPLEX_OVERLOADS" :
-[ run has_tr1_complex_over_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_complex_over_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG" :
-[ run has_tr1_complex_trig_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_complex_trig_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_FUNCTION" :
-[ run has_tr1_function_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_function_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_HASH" :
-[ run has_tr1_hash_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_hash_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_MEM_FN" :
-[ run has_tr1_mem_fn_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_mem_fn_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_RANDOM" :
-[ run has_tr1_random_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_random_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_REFERENCE_WRAPPER" :
-[ run has_tr1_ref_wrap_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_ref_wrap_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_REGEX" :
-[ run has_tr1_regex_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_regex_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_RESULT_OF" :
-[ run has_tr1_result_of_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_result_of_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_SHARED_PTR" :
-[ run has_tr1_shared_ptr_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_shared_ptr_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_TUPLE" :
-[ run has_tr1_tuple_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_tuple_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_TYPE_TRAITS" :
-[ run has_tr1_type_traits_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_type_traits_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_UNORDERED_MAP" :
-[ run has_tr1_unordered_map_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_unordered_map_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_UNORDERED_SET" :
-[ run has_tr1_unordered_set_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_unordered_set_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_TR1_UTILITY" :
-[ run has_tr1_utility_pass.cpp <template>config_options ]
-[ compile-fail has_tr1_utility_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_UNISTD_H" :
-[ run has_unistd_h_pass.cpp <template>config_options ]
-[ compile-fail has_unistd_h_fail.cpp <template>config_options ] ;
-test-suite "BOOST_MSVC6_MEMBER_TEMPLATES" :
-[ run has_vc6_mem_templ_pass.cpp <template>config_options ]
-[ compile-fail has_vc6_mem_templ_fail.cpp <template>config_options ] ;
-test-suite "BOOST_MSVC_STD_ITERATOR" :
-[ run has_vc_iterator_pass.cpp <template>config_options ]
-[ compile-fail has_vc_iterator_fail.cpp <template>config_options ] ;
-test-suite "BOOST_HAS_WINTHREADS" :
-[ run has_winthreads_pass.cpp <template>config_options ]
-[ compile-fail has_winthreads_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" :
-[ run no_arg_dep_lookup_pass.cpp <template>config_options ]
-[ compile-fail no_arg_dep_lookup_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS" :
-[ run no_array_type_spec_pass.cpp <template>config_options ]
-[ compile-fail no_array_type_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_AUTO_PTR" :
-[ run no_auto_ptr_pass.cpp <template>config_options ]
-[ compile-fail no_auto_ptr_fail.cpp <template>config_options ] ;
-test-suite "BOOST_BCB_PARTIAL_SPECIALIZATION_BUG" :
-[ run no_bcb_partial_spec_pass.cpp <template>config_options ]
-[ compile-fail no_bcb_partial_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_CTYPE_FUNCTIONS" :
-[ run no_ctype_functions_pass.cpp <template>config_options ]
-[ compile-fail no_ctype_functions_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_CV_SPECIALIZATIONS" :
-[ run no_cv_spec_pass.cpp <template>config_options ]
-[ compile-fail no_cv_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_CV_VOID_SPECIALIZATIONS" :
-[ run no_cv_void_spec_pass.cpp <template>config_options ]
-[ compile-fail no_cv_void_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_CWCHAR" :
-[ run no_cwchar_pass.cpp <template>config_options ]
-[ compile-fail no_cwchar_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_CWCTYPE" :
-[ run no_cwctype_pass.cpp <template>config_options ]
-[ compile-fail no_cwctype_fail.cpp <template>config_options ] ;
-test-suite "BOOST_DEDUCED_TYPENAME" :
-[ run no_ded_typename_pass.cpp <template>config_options ]
-[ compile-fail no_ded_typename_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_DEPENDENT_NESTED_DERIVATIONS" :
-[ run no_dep_nested_class_pass.cpp <template>config_options ]
-[ compile-fail no_dep_nested_class_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS" :
-[ run no_dep_val_param_pass.cpp <template>config_options ]
-[ compile-fail no_dep_val_param_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_EXCEPTIONS" :
-[ run no_exceptions_pass.cpp <template>config_options ]
-[ compile-fail no_exceptions_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_EXCEPTION_STD_NAMESPACE" :
-[ run no_excep_std_pass.cpp <template>config_options ]
-[ compile-fail no_excep_std_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS" :
-[ run no_exp_func_tem_arg_pass.cpp <template>config_options ]
-[ compile-fail no_exp_func_tem_arg_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS" :
-[ run no_function_type_spec_pass.cpp <template>config_options ]
-[ compile-fail no_function_type_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_FUNCTION_TEMPLATE_ORDERING" :
-[ run no_func_tmp_order_pass.cpp <template>config_options ]
-[ compile-fail no_func_tmp_order_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_MS_INT64_NUMERIC_LIMITS" :
-[ run no_i64_limits_pass.cpp <template>config_options ]
-[ compile-fail no_i64_limits_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_INCLASS_MEMBER_INITIALIZATION" :
-[ run no_inline_memb_init_pass.cpp <template>config_options ]
-[ compile-fail no_inline_memb_init_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_INTEGRAL_INT64_T" :
-[ run no_integral_int64_t_pass.cpp <template>config_options ]
-[ compile-fail no_integral_int64_t_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_IS_ABSTRACT" :
-[ run no_is_abstract_pass.cpp <template>config_options ]
-[ compile-fail no_is_abstract_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS" :
-[ run no_iter_construct_pass.cpp <template>config_options ]
-[ compile-fail no_iter_construct_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_LIMITS" :
-[ run no_limits_pass.cpp <template>config_options ]
-[ compile-fail no_limits_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS" :
-[ run no_limits_const_exp_pass.cpp <template>config_options ]
-[ compile-fail no_limits_const_exp_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_LONG_LONG_NUMERIC_LIMITS" :
-[ run no_ll_limits_pass.cpp <template>config_options ]
-[ compile-fail no_ll_limits_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS" :
-[ run no_mem_func_spec_pass.cpp <template>config_options ]
-[ compile-fail no_mem_func_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_MEMBER_TEMPLATES" :
-[ run no_mem_templates_pass.cpp <template>config_options ]
-[ compile-fail no_mem_templates_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_MEMBER_TEMPLATE_FRIENDS" :
-[ run no_mem_templ_frnds_pass.cpp <template>config_options ]
-[ compile-fail no_mem_templ_frnds_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_MEMBER_TEMPLATE_KEYWORD" :
-[ run no_mem_tem_keyword_pass.cpp <template>config_options ]
-[ compile-fail no_mem_tem_keyword_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS" :
-[ run no_mem_tem_pnts_pass.cpp <template>config_options ]
-[ compile-fail no_mem_tem_pnts_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_OPERATORS_IN_NAMESPACE" :
-[ run no_ops_in_namespace_pass.cpp <template>config_options ]
-[ compile-fail no_ops_in_namespace_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION" :
-[ run no_partial_spec_pass.cpp <template>config_options ]
-[ compile-fail no_partial_spec_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_PRIVATE_IN_AGGREGATE" :
-[ run no_priv_aggregate_pass.cpp <template>config_options ]
-[ compile-fail no_priv_aggregate_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_POINTER_TO_MEMBER_CONST" :
-[ run no_ptr_mem_const_pass.cpp <template>config_options ]
-[ compile-fail no_ptr_mem_const_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_UNREACHABLE_RETURN_DETECTION" :
-[ run no_ret_det_pass.cpp <template>config_options ]
-[ compile-fail no_ret_det_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_SFINAE" :
-[ run no_sfinae_pass.cpp <template>config_options ]
-[ compile-fail no_sfinae_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STRINGSTREAM" :
-[ run no_sstream_pass.cpp <template>config_options ]
-[ compile-fail no_sstream_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STDC_NAMESPACE" :
-[ run no_stdc_namespace_pass.cpp <template>config_options ]
-[ compile-fail no_stdc_namespace_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_ALLOCATOR" :
-[ run no_std_allocator_pass.cpp <template>config_options ]
-[ compile-fail no_std_allocator_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_DISTANCE" :
-[ run no_std_distance_pass.cpp <template>config_options ]
-[ compile-fail no_std_distance_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_ITERATOR" :
-[ run no_std_iterator_pass.cpp <template>config_options ]
-[ compile-fail no_std_iterator_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_ITERATOR_TRAITS" :
-[ run no_std_iter_traits_pass.cpp <template>config_options ]
-[ compile-fail no_std_iter_traits_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_LOCALE" :
-[ run no_std_locale_pass.cpp <template>config_options ]
-[ compile-fail no_std_locale_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_MESSAGES" :
-[ run no_std_messages_pass.cpp <template>config_options ]
-[ compile-fail no_std_messages_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_MIN_MAX" :
-[ run no_std_min_max_pass.cpp <template>config_options ]
-[ compile-fail no_std_min_max_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN" :
-[ run no_std_oi_assign_pass.cpp <template>config_options ]
-[ compile-fail no_std_oi_assign_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_USE_FACET" :
-[ run no_std_use_facet_pass.cpp <template>config_options ]
-[ compile-fail no_std_use_facet_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_WSTREAMBUF" :
-[ run no_std_wstreambuf_pass.cpp <template>config_options ]
-[ compile-fail no_std_wstreambuf_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_STD_WSTRING" :
-[ run no_std_wstring_pass.cpp <template>config_options ]
-[ compile-fail no_std_wstring_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_SWPRINTF" :
-[ run no_swprintf_pass.cpp <template>config_options ]
-[ compile-fail no_swprintf_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_TEMPLATE_TEMPLATES" :
-[ run no_template_template_pass.cpp <template>config_options ]
-[ compile-fail no_template_template_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_TWO_PHASE_NAME_LOOKUP" :
-[ run no_two_phase_lookup_pass.cpp <template>config_options ]
-[ compile-fail no_two_phase_lookup_fail.cpp <template>config_options ] ;
-test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
-[ run no_using_breaks_adl_pass.cpp <template>config_options ]
-[ compile-fail no_using_breaks_adl_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE" :
-[ run no_using_decl_overld_pass.cpp <template>config_options ]
-[ compile-fail no_using_decl_overld_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_USING_TEMPLATE" :
-[ run no_using_template_pass.cpp <template>config_options ]
-[ compile-fail no_using_template_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_VOID_RETURNS" :
-[ run no_void_returns_pass.cpp <template>config_options ]
-[ compile-fail no_void_returns_fail.cpp <template>config_options ] ;
-test-suite "BOOST_NO_INTRINSIC_WCHAR_T" :
-[ run no_wchar_t_pass.cpp <template>config_options ]
-[ compile-fail no_wchar_t_fail.cpp <template>config_options ] ;
-

Deleted: trunk/libs/config/test/link/Jamfile
==============================================================================
--- trunk/libs/config/test/link/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,42 +0,0 @@
-# copyright John Maddock 2003
-# Use, modification and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/config/test/link ;
-
-dll link_test : link_test.cpp
- :
- <runtime-link>dynamic
- <define>BOOST_DYN_LINK=1
- <sysinclude>$(BOOST_ROOT)
- # make sure the names of the libraries are correctly named:
- common-variant-tag
- :
- debug release
- ;
-
-lib link_test : link_test.cpp
- :
- <sysinclude>$(BOOST_ROOT)
- # make sure the names of the libraries are correctly named:
- common-variant-tag
- :
- debug release
- ;
-
-stage stage/lib : <lib>link_test <dll>link_test
- :
- # copy to a path rooted at BOOST_ROOT:
- <locate>$(BOOST_ROOT)
- # make sure the names of the libraries are correctly named:
- common-variant-tag
- # add this target to the "stage" and "all" psuedo-targets:
- <target>stage
- <target>all
- :
- debug release
- ;
-
-
-

Deleted: trunk/libs/config/test/link/test/Jamfile
==============================================================================
--- trunk/libs/config/test/link/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,34 +0,0 @@
-# copyright John Maddock 2003
-# Use, modification and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/config/test/link/test ;
-# bring in the rules for testing
-import testing ./options ;
-
-run ../main.cpp
- : #extra depend
- : #input-files
- : #requirements
- <sysinclude>$(BOOST_ROOT)
- <library-path>../../../../../stage/lib
- <define>BOOST_LIB_DIAGNOSTIC=1
- : link_test ;
-
-run ../main.cpp
- : #extra depend
- : #input-files
- : #requirements
- <runtime-link>dynamic
- <define>BOOST_DYN_LINK=1
- <sysinclude>$(BOOST_ROOT)
- <library-path>../../../../../stage/lib
- <define>BOOST_LIB_DIAGNOSTIC=1
- : link_test_dll ;
-
-
-
-
-
-

Deleted: trunk/libs/conversion/test/Jamfile
==============================================================================
--- trunk/libs/conversion/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,37 +0,0 @@
-# Signals library
-
-# Copyright (C) 2001-2003 Douglas Gregor
-
-# Permission to copy, use, sell and distribute this software is granted
-# provided this copyright notice appears in all copies. Permission to modify
-# the code and to distribute modified code is granted provided this copyright
-# notice appears in all copies, and a notice that the code was modified is
-# included with the copyright notice. This software is provided "as is"
-# without express or implied warranty, and with no claim as to its suitability
-# for any purpose.
-
-# For more information, see http://www.boost.org/
-
-
-# Testing Jamfile autogenerated from XML source
-subproject libs/conversion/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- test-suite conversion
- : [ run implicit_cast.cpp ]
- [ compile-fail implicit_cast_fail.cpp ]
- [ run ../cast_test.cpp ]
- [ run ../numeric_cast_test.cpp ]
- [ run ../lexical_cast_test.cpp <lib>../../test/build/boost_unit_test_framework ]
- [ run lexical_cast_loopback_test.cpp <lib>../../test/build/boost_unit_test_framework ]
- [ run lexical_cast_abstract_test.cpp <lib>../../test/build/boost_unit_test_framework ]
- [ run lexical_cast_noncopyable_test.cpp <lib>../../test/build/boost_unit_test_framework ]
- ;
-}
-

Deleted: trunk/libs/date_time/build/Jamfile
==============================================================================
--- trunk/libs/date_time/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,51 +0,0 @@
-# Copyright (c) 2002-2005 CrystalClear Software, Inc.
-# Use, modification and distribution is subject to the
-# Boost Software License, Version 1.0. (See accompanying
-# file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
-#
-# Boost.date_time build
-#
-# Declares the following targets:
-# 1. libboost_date_time, a library to be linked with all
-# Boost.date_time modules
-#
-# declare the location of this subproject relative to the root
-subproject libs/date_time/build ;
-
-
-# Base names of the source files for libboost_date_time
-CPP_SOURCES =
- greg_month greg_weekday date_generators ;
-
-dll boost_date_time
- : ../src/gregorian/$(CPP_SOURCES).cpp
- :
- <sysinclude>$(BOOST_ROOT)
- <runtime-link>dynamic
- <define>BOOST_ALL_DYN_LINK=1
- <define>USE_DATE_TIME_PRE_1_33_FACET_IO
- # the common names rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : debug release ;
-
-lib boost_date_time : ../src/gregorian/$(CPP_SOURCES).cpp
- :
- <sysinclude>$(BOOST_ROOT)
- <define>BOOST_DATE_TIME_STATIC_LINK
- <define>USE_DATE_TIME_PRE_1_33_FACET_IO
- # the common names rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- :
- debug
- release
- <runtime-link>static
- ;
-
-install date_time lib
- : <dll>boost_date_time <lib>boost_date_time
- ;
-

Deleted: trunk/libs/date_time/test/Jamfile
==============================================================================
--- trunk/libs/date_time/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,245 +0,0 @@
-
-# Testing Jamfile
-subproject libs/date_time/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-local DATE_TIME_DYNAMIC_PROPERTIES = <define>BOOST_ALL_DYN_LINK <runtime-link>dynamic <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG <define>BOOST_ALL_NO_LIB ;
-local DATE_TIME_PROPERTIES = <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG <define>BOOST_DATE_TIME_STATIC_LINK std::locale-support <define>BOOST_ALL_NO_LIB ;
-
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite date_time_core
- :
- [ run testint_adapter.cpp ]
- [ run testtime_resolution_traits.cpp ]
- [ run testwrapping_int.cpp ]
- [ run testconstrained_value.cpp ]
- [ run testgregorian_calendar.cpp ]
- [ run testgeneric_period.cpp ]
- ;
-
- test-suite date_time_gregorian
- :
- [ run gregorian/testdate.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testdate_duration.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testgreg_durations.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testperiod.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testdate_iterator.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testformatters.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
-### streaming
- [ run gregorian/testdate_facet_new.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testdate_input_facet.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
-###
- [ run gregorian/testgenerators.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testgreg_cal.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testgreg_day.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testgreg_month.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- [ run gregorian/testgreg_year.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) ]
- ;
-test-suite date_time_gregorian_dll
- :
- [ run gregorian/testdate.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testdate_dll ]
- [ run gregorian/testdate_duration.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testdate_duration_dll ]
- [ run gregorian/testperiod.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testperiod_dll ]
- [ run gregorian/testdate_iterator.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testdate_iterator_dll ]
- [ run gregorian/testformatters.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testformatters_dll ]
-### streaming
- [ run gregorian/testdate_facet_new.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testdate_facet_new_dll ]
- [ run gregorian/testdate_input_facet.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testdate_input_facet_dll ]
-###
- [ run gregorian/testgenerators.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testgenerators_dll ]
- [ run gregorian/testgreg_cal.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testgreg_cal_dll ]
- [ run gregorian/testgreg_day.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testgreg_day_dll ]
- [ run gregorian/testgreg_month.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testgreg_month_dll ]
- [ run gregorian/testgreg_year.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testgreg_year_dll ]
- [ run gregorian/testgreg_durations.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) : testgreg_durations_dll ]
- ;
-
- test-suite date_time_posixtime
- :
- [ run posix_time/testfiletime_functions.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testlocal_adjustor.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testc_local_adjustor.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testclock.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testdst_rules.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testduration.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testiterator.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testparse_time.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testtime_period.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testtime.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testmicrosec_time_clock.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testtime_formatters.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testgreg_duration_operators.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
-### streaming
- [ run posix_time/testtime_facet.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run posix_time/testtime_input_facet.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
-###
-
- ;
-
-
- test-suite date_time_wide_streaming
- :
- [ run gregorian/testgreg_wstream.cpp
- <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO : testgreg_wstream ]
- [ run posix_time/testtime_wstream.cpp
- <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO : testtime_wstream ]
- ;
-
- test-suite date_time_pre_133_facet
- :
- [ run gregorian/testfacet.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO : testfacet_dll ]
- # this next test is commented out because it crashes on VC6 (cause unknown):
-# [ run gregorian/testparse_date.cpp <dll>../build/boost_date_time : : : $(DATE_TIME_DYNAMIC_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO : testparse_date_dll ]
- [ run gregorian/testfacet.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO ]
- [ run gregorian/testparse_date.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO ]
-
- [ run posix_time/teststreams.cpp <lib>../build/boost_date_time : : : $(DATE_TIME_PROPERTIES) <define>USE_DATE_TIME_PRE_1_33_FACET_IO ]
- ;
-
-local DATE_TIME_PROPERTIES = <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG <define>BOOST_DATE_TIME_STATIC_LINK std::locale-support <define>BOOST_ALL_NO_LIB ;
-
- test-suite date_time_localtime
- :
- [ run local_time/testdst_transition_day_rule.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testcustom_time_zone.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testposix_time_zone.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testwcustom_time_zone.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testwposix_time_zone.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testtz_database.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testlocal_time.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testlocal_time_iterator.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testlocal_time_period.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
-### streaming
- [ run local_time/testlocal_time_facet.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- [ run local_time/testlocal_time_input_facet.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
-###
- [ run local_time/testclocks.cpp
- <lib>../build/boost_date_time
- : : : $(DATE_TIME_PROPERTIES) ]
- ;
-
-import ../../../libs/serialization/build/serialization ;
-
- local DATE_TIME_PROPERTIES = <define>BOOST_DATE_TIME_STATIC_LINK <define>BOOST_ALL_NO_LIB <define>USE_DATE_TIME_PRE_1_33_FACET_IO
- std::locale-support toolset::require-boost-spirit-support ;
- local DATE_TIME_DYNAMIC_PROPERTIES = <define>BOOST_ALL_DYN_LINK <runtime-link>dynamic <define>USE_DATE_TIME_PRE_1_33_FACET_IO <define>BOOST_ALL_NO_LIB
- std::locale-support toolset::require-boost-spirit-support toolset::require-shared-libraries-support ;
-
- test-suite date_time_serialization
- :
- # xml archive tests
- [ run gregorian/testgreg_serialize.cpp
- <lib>../build/boost_date_time
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_PROPERTIES) <define>DATE_TIME_XML_SERIALIZE
- : testgreg_serialize_xml ]
- [ run posix_time/testtime_serialize.cpp
- <lib>../build/boost_date_time
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_PROPERTIES)
-<define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-<define>DATE_TIME_XML_SERIALIZE
- : testtime_serialize_xml_std_config ]
- [ run posix_time/testtime_serialize.cpp
- <lib>../build/boost_date_time
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_PROPERTIES) <define>DATE_TIME_XML_SERIALIZE
- : testtime_serialize_xml ]
-
- # text archive tests
- [ run gregorian/testgreg_serialize.cpp
- <lib>../build/boost_date_time
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_PROPERTIES)
- : testgreg_serialize ]
- [ run gregorian/testgreg_serialize.cpp
- <dll>../build/boost_date_time
- <dll>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_DYNAMIC_PROPERTIES)
- : testgreg_serialize_dll ]
- [ run posix_time/testtime_serialize.cpp
- <lib>../build/boost_date_time
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_PROPERTIES)
-<define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
- : testtime_serialize_std_config ]
- [ run posix_time/testtime_serialize.cpp
- <lib>../build/boost_date_time
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : $(DATE_TIME_PROPERTIES)
- : testtime_serialize ]
- ;
-
-
-}
-
-# Copyright (c) 2000-2006
-# CrystalClear Software, Inc.
-# Subject to the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE-1.0 or
-# http://www.boost.org/LICENSE-1.0)
-
-
-
-

Deleted: trunk/libs/dynamic_bitset/Jamfile
==============================================================================
--- trunk/libs/dynamic_bitset/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,21 +0,0 @@
-subproject libs/dynamic_bitset ;
-
-unit-test dyn_bitset_unit_tests1
- : dyn_bitset_unit_tests1.cpp
- : <include>$(BOOST_ROOT)
- ;
-
-unit-test dyn_bitset_unit_tests2
- : dyn_bitset_unit_tests2.cpp
- : <include>$(BOOST_ROOT)
- ;
-
-unit-test dyn_bitset_unit_tests3
- : dyn_bitset_unit_tests3.cpp
- : <include>$(BOOST_ROOT)
- ;
-
-unit-test dyn_bitset_unit_tests4
- : dyn_bitset_unit_tests4.cpp
- : <include>$(BOOST_ROOT)
- ;

Deleted: trunk/libs/filesystem/build/Jamfile
==============================================================================
--- trunk/libs/filesystem/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,57 +0,0 @@
-# Boost Filesystem Library Build Jamfile
-
-# (C) Copyright Beman Dawes 2002
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)
-
-
-# See library home page at http://www.boost.org/libs/filesystem
-
-subproject libs/filesystem/build ;
-
-SOURCES = operations path portability utf8_codecvt_facet ;
-
-lib boost_filesystem
- : ../src/$(SOURCES).cpp
- : # build requirements
- <define>BOOST_FILESYSTEM_STATIC_LINK
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- # common-variant-tag ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : debug release # build variants
- ;
-
-dll boost_filesystem
- : ../src/$(SOURCES).cpp
- <lib>../../system/build/boost_system
- : # build requirements
- <define>BOOST_FILESYSTEM_DYN_LINK=1 # tell source we're building dll's
- <runtime-link>dynamic # build only for dynamic runtimes
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- # common-variant-tag ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : debug release # build variants
- ;
-
-install filesystem lib
- : <lib>boost_filesystem <dll>boost_filesystem
- ;
-
-stage stage/lib : <lib>boost_filesystem <dll>boost_filesystem
- :
- # copy to a path rooted at BOOST_ROOT:
- <locate>$(BOOST_ROOT)
- # make sure the names of the libraries are correctly named:
- common-variant-tag
- # add this target to the "stage" and "all" psuedo-targets:
- <target>stage
- <target>all
- :
- debug release
- ;
-
-# end

Deleted: trunk/libs/filesystem/example/Jamfile
==============================================================================
--- trunk/libs/filesystem/example/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,22 +0,0 @@
-# Boost Filesystem Library Example Jamfile
-
-# Copyright Beman Dawes 2003
-
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# See library home page at http://www.boost.org/libs/filesystem
-
-{
-
- exe file_size : file_size.cpp
- ../src/operations.cpp
- ../src/exception.cpp
- ../src/path.cpp
- ../src/portability.cpp
- : <define>BOOST_ALL_NO_LIB
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- ;
-
-}
\ No newline at end of file

Deleted: trunk/libs/filesystem/test/Jamfile
==============================================================================
--- trunk/libs/filesystem/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,68 +0,0 @@
-# Boost Filesystem Library test Jamfile
-
-# (C) Copyright Beman Dawes 2002-2006
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)
-
-# See library home page at http://www.boost.org/libs/filesystem
-
-subproject libs/filesystem/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite "filesystem"
- : [ run libs/filesystem/test/path_test.cpp
- <lib>../build/boost_filesystem
- <lib>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_STATIC_LINK
- ]
- : [ run libs/filesystem/test/path_test.cpp
- <dll>../build/boost_filesystem
- <dll>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_DYN_LINK <runtime-link>dynamic
- : path_test_dll
- ]
- [ run libs/filesystem/test/operations_test.cpp
- <lib>../build/boost_filesystem
- <lib>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_STATIC_LINK
- ]
- [ run libs/filesystem/test/operations_test.cpp
- <dll>../build/boost_filesystem
- <dll>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_DYN_LINK <runtime-link>dynamic
- : operations_test_dll
- ]
- [ run libs/filesystem/test/fstream_test.cpp
- <lib>../build/boost_filesystem
- <lib>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_STATIC_LINK
- ]
- [ run libs/filesystem/test/convenience_test.cpp
- <lib>../build/boost_filesystem
- <lib>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_STATIC_LINK
- ]
- [ run libs/filesystem/test/large_file_support_test.cpp
- <lib>../build/boost_filesystem
- <lib>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_STATIC_LINK
- ]
- [ run libs/filesystem/test/wide_test.cpp
- <lib>../build/boost_filesystem
- <lib>../../system/build/boost_system
- : : : <define>BOOST_ALL_NO_LIB <define>BOOST_FILESYSTEM_STATIC_LINK
- ]
- [ compile libs/filesystem/example/mbcopy.cpp ]
- [ compile libs/filesystem/example/mbpath.cpp ]
- [ compile libs/filesystem/example/simple_ls.cpp ]
- ;
-}

Deleted: trunk/libs/foreach/test/Jamfile
==============================================================================
--- trunk/libs/foreach/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,34 +0,0 @@
-# foreach library test Jamfile
-
-# Copyright Eric Niebler 2004
-
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/foreach/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : foreach ;
-
-{
- test-suite "foreach"
- : [ run stl_byval.cpp ]
- [ run stl_byref.cpp ]
- [ run array_byval.cpp ]
- [ run array_byref.cpp ]
- [ run cstr_byval.cpp ]
- [ run cstr_byref.cpp ]
- [ run pair_byval.cpp ]
- [ run pair_byref.cpp ]
- [ run user_defined.cpp ]
- [ run call_once.cpp ]
- [ run rvalue_const.cpp ]
- [ run rvalue_nonconst.cpp ]
- [ run dependent_type.cpp ]
- [ compile noncopyable.cpp ]
- ;
-}

Deleted: trunk/libs/format/test/Jamfile
==============================================================================
--- trunk/libs/format/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,49 +0,0 @@
-# Boost.Bind Library test Jamfile
-#
-# Copyright (c) 2003 Samuel Krempp
-#
-# Permission to copy, use, modify, sell and distribute this software
-# is granted provided this copyright notice appears in all copies.
-# This software is provided "as is" without express or implied
-# warranty, and with no claim as to its suitability for any purpose.
-
-subproject libs/format/test ;
-
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
-
-test-suite "format"
- : [ run format_test1.cpp
- <lib>../../../libs/test/build/boost_test_exec_monitor
- : # args
- : # input files
- : std::locale-support
- ]
-
- [ run format_test2.cpp
- <lib>../../../libs/test/build/boost_test_exec_monitor
- : # args
- : # input files
- : std::locale-support
- ]
-
- [ run format_test3.cpp
- <lib>../../../libs/test/build/boost_test_exec_monitor
- : # args
- : # input files
- : std::locale-support
- ]
-
- [ run format_test_wstring.cpp
- <lib>../../../libs/test/build/boost_test_exec_monitor
- : # args
- : # input files
- : std::locale-support
- ]
- ;
-}
-

Deleted: trunk/libs/function/test/Jamfile
==============================================================================
--- trunk/libs/function/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,68 +0,0 @@
-# Function library
-
-# Copyright (C) 2001-2003 Douglas Gregor
-
-# Use, modification and distribution is subject to the Boost Software License,
-# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# For more information, see http://www.boost.org/
-
-
-# Testing Jamfile autogenerated from XML source
-subproject libs/function/test ;
-
-# bring in rules for testing
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite function
- :
- [ run libs/function/test/function_test.cpp : : : : lib_function_test ]
-
- [ run libs/function/test/function_n_test.cpp : : : : ]
-
- [ run libs/function/test/allocator_test.cpp : : : : ]
-
- [ run libs/function/test/stateless_test.cpp : : : : ]
-
- [ run libs/function/test/lambda_test.cpp : : : : ]
-
- [ compile-fail libs/function/test/function_test_fail1.cpp : : : : ]
-
- [ compile-fail libs/function/test/function_test_fail2.cpp : : : : ]
-
- [ compile libs/function/test/function_30.cpp : : : : ]
-
- [ run libs/function/test/function_arith_cxx98.cpp : : : : ]
-
- [ run libs/function/test/function_arith_portable.cpp : : : : ]
-
- [ run libs/function/test/sum_avg_cxx98.cpp : : : : ]
-
- [ run libs/function/test/sum_avg_portable.cpp : : : : ]
-
- [ run libs/function/test/mem_fun_cxx98.cpp : : : : ]
-
- [ run libs/function/test/mem_fun_portable.cpp : : : : ]
-
- [ run libs/function/test/std_bind_cxx98.cpp : : : : ]
-
- [ run libs/function/test/std_bind_portable.cpp : : : : ]
-
- [ run libs/function/test/function_ref_cxx98.cpp : : : : ]
-
- [ run libs/function/test/function_ref_portable.cpp : : : : ]
-
- [ run libs/function/test/contains_test.cpp : : : : ]
-
- [ run libs/function/test/contains2_test.cpp : : : : ]
- ;
-}

Deleted: trunk/libs/gil/test/Jamfile
==============================================================================
--- trunk/libs/gil/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,18 +0,0 @@
-# Jamfile for building the GIL test app
-
-subproject libs/gil/test ;
-
-import testing ;
-
-test-suite gil :
- [ run main.cpp
- image.cpp
- image_io.cpp
- pixel.cpp
- pixel_iterator.cpp
- channel.cpp
- sample_image.cpp
- :
- :
- : <include>$(BOOST_ROOT) <define>BOOST_GIL_NO_IO ]
-;

Deleted: trunk/libs/graph/build/Jamfile
==============================================================================
--- trunk/libs/graph/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,50 +0,0 @@
-subproject libs/graph/build ;
-
-SOURCES = graphviz_graph_lex graphviz_digraph_lex
- graphviz_graph_parser graphviz_digraph_parser
- read_graphviz_spirit
- ;
-
-GRAPHVIZ_DEFS(graphviz_graph_lex) =
- GRAPHVIZ_DIRECTED=0
- ;
-GRAPHVIZ_DEFS(graphviz_digraph_lex) =
- GRAPHVIZ_DIRECTED=1
- ;
-GRAPHVIZ_DEFS(graphviz_graph_parser) =
- GRAPHVIZ_DIRECTED=0
- ;
-GRAPHVIZ_DEFS(graphviz_digraph_parser) =
- GRAPHVIZ_DIRECTED=1
- ;
-
-{
-
- rule bgl-lib-file
- {
- local objects source defs ;
- defs = $(DEFINES) ;
- for source in $(>)
- {
- DEFINES = $(defs) $(GRAPHVIZ_DEFS($(source:B))) ;
- objects += [ Objects $(source) ] ;
- }
- LibraryFromObjects $(<) : $(objects) ;
- }
- local gGENERATOR_FUNCTION(LIB) = bgl-lib-file ;
-
- lib bgl-viz
- : ../src/$(SOURCES).cpp
- : <sysinclude>$(BOOST_ROOT) <define>YY_NO_UNISTD_H
- # Darwin compiler ICEs if we turn optimization on
- <darwin><*><debug-symbols>off
- <darwin><*><optimization>off
- # Intel compiler ICEs if we turn optimization on
- <intel-win32><*><optimization>off
- <vc-7_1><*><cxxflags>-GR-
- : debug <inlining>on #inlining prevents linker name clashes due to truncation!
- <debug-symbols>off # Debugging symbols become HUGE
-
- ;
-
-}

Deleted: trunk/libs/graph/test/Jamfile
==============================================================================
--- trunk/libs/graph/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,130 +0,0 @@
-# Define SGB (stanford graph base top level directory) and
-# LEDA (also top level directory) at the command line of jam using -s
-
-
-subproject libs/graph/test ;
-
-import testing ;
-import ../../serialization/build/serialization ;
-
-# A bug in the Win32 intel compilers causes compilation of one of our
-# tests to take forever when debug symbols are enabled. This rule
-# turns them off when added to the requirements section
-local rule turn-off-intel-debug-symbols ( toolset variant : properties * )
-{
- if $(NT) && [ MATCH (.*intel.*) : $(toolset) ]
- {
- properties = [ difference $(properties) : <debug-symbols>on ] <debug-symbols>off ;
- }
- return $(properties) ;
-}
-
-
-test-suite graph :
-
- [ compile adj_list_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- # adj_list_test needs some work -JGS
- # unit-test adj_list_test : adj_list_test.cpp : <sysinclude>$(BOOST_ROOT) ;
- [ run adj_list_edge_list_set.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile adj_matrix_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run bfs.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile bfs_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run bellman-test.cpp : <sysinclude>$(BOOST_ROOT ]
-
- [ run betweenness_centrality_test.cpp ]
-
- [ run bidir_remove_edge.cpp ]
-
- [ run csr_graph_test.cpp : : : : : release ]
-
- [ run dag_longest_paths.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run dfs.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile dfs_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile dijkstra_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run dijkstra_heap_performance.cpp : 10000 : : <sysinclude>$(BOOST_ROOT) ]
- [ run dominator_tree_test.cpp ]
- [ run relaxed_heap_test.cpp : 5000 15000 : : <sysinclude>$(BOOST_ROOT) ]
- [ compile edge_list_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile filtered_graph_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run graph.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile graph_concepts.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run graphviz_test.cpp
- <lib>../../test/build/boost_test_exec_monitor
- <lib>../build/bgl-viz
- : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run gursoy_atun_layout_test.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run layout_test.cpp : : : <test-info>always_show_run_output turn-off-intel-debug-symbols ]
-
- [ compile reverse_graph_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run sequential_vertex_coloring.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run serialize.cpp
- <lib>@boost/libs/serialization/build/boost_serialization
- : : : <sysinclude>$(BOOST_ROOT) toolset::require-boost-spirit-support ]
-
- [ run subgraph.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run transitive_closure_test.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run isomorphism.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ run adjacency_matrix_test.cpp : : : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile vector_graph_cc.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile copy.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ compile property_iter.cpp : <sysinclude>$(BOOST_ROOT) ]
-
- [ run bundled_properties.cpp ]
-
- [ run floyd_warshall_test.cpp ]
-
- [ run astar_search_test.cpp ]
-
- [ run biconnected_components_test.cpp ]
-
- [ run cuthill_mckee_ordering.cpp ]
-
- [ run king_ordering.cpp ]
-
- [ run matching_test.cpp ]
- ;
-
-# Run SDB tests only when -sSDB= is set.
-if $(SDB) != ""
-{
- local SDB_DEPENDCIES =
- <include>$(SGB) <library-file>$(SGB)/libgb.a ;
-
- compile stanford_graph_cc.cpp : <sysinclude>$(BOOST_ROOT)
- $(SDB_DEPENDCIES) ;
-}
-
-# Run LEDA tests only when -sLEDA= is set.
-if $(LEDA) != ""
-{
- local LEDA_DEPENDENCIES =
- <include>$(LEDA)/incl
- <library-file>$(LEDA)/libG.a
- ;
-
- compile leda_graph_cc.cpp : <sysinclude>$(BOOST_ROOT)
- $(LEDA_DEPENDENCIES) ;
-}

Deleted: trunk/libs/io/test/Jamfile
==============================================================================
--- trunk/libs/io/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-# Boost.IO Library test Jamfile
-#
-# Copyright 2003 Daryle Walker. Use, modification, and distribution
-# are subject to the Boost Software License, Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or a copy at
-# <http://www.boost.org/LICENSE_1_0.txt>.)
-#
-# See <http://www.boost.org/libs/io/> for the library's home page.
-subproject libs/io/test ;
-
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
-
-test-suite "io"
- : [ run ios_state_unit_test.cpp
- <lib>@boost/libs/test/build/boost_unit_test_framework
- : # args
- : # input files
- : std::locale-support
- ]
-
- [ run ios_state_test.cpp
- <lib>@boost/libs/test/build/boost_test_exec_monitor
- : # args
- : # input files
- : std::locale-support
- ]
- ;
-}

Deleted: trunk/libs/iostreams/build/Jamfile
==============================================================================
--- trunk/libs/iostreams/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,70 +0,0 @@
-# Boost.Iostreams Library Build Jamfile
-
-# (C) Copyright Jonathan Turkanis 2004
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
-
-# See http://www.boost.org/libs/iostreams for documentation.
-
-subproject libs/iostreams/build ;
-
-import ./bzip2 ;
-import ./zlib ;
-
-SOURCES = file_descriptor mapped_file ;
-
-template iostreams
- : # sources
- ../src/$(SOURCES).cpp
- <template>bzip2
- <template>zlib
- : # build requirements
- : # build variants
- ;
-
-lib boost_iostreams
- : # sources
- <template>iostreams
- : # build requirements
- [ cond $(BZIP2_SOURCE) : <lib>boost_bzip2 : ]
- [ cond $(ZLIB_SOURCE) : <lib>boost_zlib : ]
- [ common-names ] # magic for install and auto-link features
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- : # build variants
- debug release
- ;
-
-dll boost_iostreams
- : # sources
- <template>iostreams
- : # build requirements
- [ common-names ] # magic for install and auto-link features
- <define>BOOST_IOSTREAMS_DYN_LINK=1 # tell source we're building dll's
- <runtime-link>dynamic # build only for dynamic runtimes
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- : # build variants
- debug release
- ;
-
-install iostreams lib
- : <lib>boost_iostreams <dll>boost_iostreams
- ;
-
-stage stage/lib
- : <lib>boost_iostreams <dll>boost_iostreams
- [ cond $(BZIP2_SOURCE)
- : <lib>boost_bzip2
- #<dll>boost_bzip2
- : ]
- [ cond $(ZLIB_SOURCE) : <lib>boost_zlib <dll>boost_zlib : ]
- : # copy to a path rooted at BOOST_ROOT:
- <locate>$(BOOST_ROOT)
- [ common-names ] # magic for install and auto-link features
- # add this target to the "stage" and "all" psuedo-targets:
- <target>stage
- <target>all
- : # build variants
- debug release
- ;
-
-# end

Deleted: trunk/libs/iostreams/test/Jamfile
==============================================================================
--- trunk/libs/iostreams/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,136 +0,0 @@
-# Boost.Iostreams Library test Jamfile
-
-# (C) Copyright Jonathan Turkanis 2004
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
-
-# See http://www.boost.org/libs/iostreams for documentation.
-
-subproject libs/iostreams/test ;
-
-# bring in rules for testing
-import testing ;
-
-# import compression libraries
-import ../build/bzip2 ;
-import ../build/zlib ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- template bzip2
- : # sources
- <template>basic
- <lib>../build/boost_iostreams
- <lib>../build/boost_bzip2
- : # build requirements
- <define>BOOST_IOSTREAMS_NO_LIB
- : # build variants
- ;
-
- template zlib
- : # sources
- <template>basic
- <lib>../build/boost_iostreams
- <lib>../build/boost_zlib
- : # build requirements
- <define>BOOST_IOSTREAMS_NO_LIB
- : # build variants
- ;
-
- rule test-iostreams ( sources * : requirements * ) {
- return [
- run
- $(sources)
- <lib>../../test/build/boost_unit_test_framework
- : # command
- : # input files
- : # build requirements
- <vc-6_5-stlport><*><runtime-link>static
- <define>BOOST_IOSTREAMS_NO_LIB
- $(requirements)
- ] ;
- }
-
- rule intialize_suite {
- TEST_SUITE =
- [ test-iostreams libs/iostreams/test/array_test.cpp ]
- [ test-iostreams libs/iostreams/test/auto_close_test.cpp ]
- [ test-iostreams libs/iostreams/test/buffer_size_test.cpp ]
- [ test-iostreams
- libs/iostreams/test/code_converter_test.cpp
- libs/iostreams/test/detail/utf8_codecvt_facet.cpp
- : # build requirements
- std::locale-support ]
- [ test-iostreams libs/iostreams/test/component_access_test.cpp ]
- [ test-iostreams libs/iostreams/test/compose_test.cpp ]
- [ test-iostreams libs/iostreams/test/copy_test.cpp ]
- [ test-iostreams libs/iostreams/test/counter_test.cpp ]
- [ test-iostreams libs/iostreams/test/direct_adapter_test.cpp ]
- [ test-iostreams libs/iostreams/test/example_test.cpp ]
- [ test-iostreams libs/iostreams/test/file_test.cpp ]
- [ test-iostreams
- libs/iostreams/test/file_descriptor_test.cpp
- libs/iostreams/src/file_descriptor.cpp ]
- [ test-iostreams libs/iostreams/test/filtering_stream_test.cpp ]
- [ test-iostreams
- libs/iostreams/test/finite_state_filter_test.cpp
- : # build requirements
- std::locale-support ]
- [ test-iostreams libs/iostreams/test/flush_test.cpp ]
- [ test-iostreams libs/iostreams/test/invert_test.cpp ]
- [ test-iostreams libs/iostreams/test/line_filter_test.cpp ]
- [ test-iostreams
- libs/iostreams/test/mapped_file_test.cpp
- libs/iostreams/src/mapped_file.cpp ]
- [ test-iostreams libs/iostreams/test/newline_test.cpp ]
- [ test-iostreams libs/iostreams/test/null_test.cpp ]
- [ test-iostreams libs/iostreams/test/pipeline_test.cpp ]
- [ test-iostreams libs/iostreams/test/positioning_test.cpp ]
- [ test-iostreams
- libs/iostreams/test/regex_filter_test.cpp
- <lib>../../regex/build/boost_regex ]
- [ test-iostreams libs/iostreams/test/restrict_test.cpp ]
- [ test-iostreams libs/iostreams/test/seekable_file_test.cpp ]
- [ test-iostreams libs/iostreams/test/seekable_filter_test.cpp ]
- [ test-iostreams libs/iostreams/test/stdio_filter_test.cpp ]
- [ test-iostreams libs/iostreams/test/symmetric_filter_test.cpp ]
- [ test-iostreams libs/iostreams/test/tee_test.cpp ]
- [ test-iostreams libs/iostreams/test/wide_stream_test.cpp ] ;
-
- if ! $(NO_BZIP2)
- {
- TEST_SUITE +=
- [ test-iostreams
- libs/iostreams/test/bzip2_test.cpp
- <template>bzip2
- : # build requirements
- <define>BOOST_IOSTREAMS_NO_LIB ] ;
- }
-
- if ! $(NO_ZLIB)
- {
- TEST_SUITE +=
- [ test-iostreams
- libs/iostreams/test/gzip_test.cpp
- <template>zlib
- : # build requirements
- <define>BOOST_IOSTREAMS_NO_LIB ]
- [ test-iostreams
- libs/iostreams/test/zlib_test.cpp
- <template>zlib
- : # build requirements
- <define>BOOST_IOSTREAMS_NO_LIB ] ;
- }
- }
-
- intialize_suite ;
-
- test-suite "iostreams"
- : $(IOSTREAMS_TEST_SUITE)
- ;
-}

Deleted: trunk/libs/iterator/test/Jamfile
==============================================================================
--- trunk/libs/iterator/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,63 +0,0 @@
-# Copyright David Abrahams 2003. Distributed under the Boost
-# Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/iterator/test ;
-
-import testing ;
-
-rule vc6-stlport-debug-inlining ( toolset variant : non-defaults * )
-{
- if [ MATCH (vc-(6[_0-9]*)-stlport) : $(toolset) ]
- && ( <inlining>off in $(non-defaults) )
- {
- non-defaults = [ difference $(non-defaults) : <inlining>off ]
- <inlining>on ;
- }
- return $(non-defaults) ;
-}
-
-test-suite iterator
- :
- # These first two tests will run last, and are expected to fail
- # for many less-capable compilers.
-
- [ compile-fail interoperable_fail.cpp ]
- # test uses expected success, so that we catch unrelated
- # compilation problems.
- [ run is_convertible_fail.cpp ]
-
- [ run zip_iterator_test.cpp
- : : : vc6-stlport-debug-inlining
-
- # stlport's debug mode generates long symbols which overwhelm
- # vc6 unless you turn on inlining
-# <msvc-stlport><*><cxxflags>-Ob1
-# <vc-6_5-stlport><*><cxxflags>-Ob1
- ]
-
- # These tests should work for just about everything.
- [ compile is_lvalue_iterator.cpp ]
- [ compile is_readable_iterator.cpp ]
- [ compile pointee.cpp ]
-
- [ run unit_tests.cpp ]
- [ run concept_tests.cpp ]
- [ run iterator_adaptor_cc.cpp ]
- [ run iterator_adaptor_test.cpp ]
- [ compile iterator_archetype_cc.cpp ]
- [ compile-fail iter_archetype_default_ctor.cpp ]
- [ compile-fail lvalue_concept_fail.cpp ]
- [ run transform_iterator_test.cpp ]
- [ run indirect_iterator_test.cpp ]
- [ compile indirect_iter_member_types.cpp ]
- [ run filter_iterator_test.cpp ]
- [ run iterator_facade.cpp ]
- [ run reverse_iterator_test.cpp ]
- [ run counting_iterator_test.cpp ]
- [ run interoperable.cpp ]
- [ run iterator_traits_test.cpp ]
- [ run permutation_iterator_test.cpp : : : # <stlport-iostream>on
- ]
-
-;

Deleted: trunk/libs/logic/test/Jamfile
==============================================================================
--- trunk/libs/logic/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,35 +0,0 @@
-# Tribool library
-
-# Copyright (C) 2002-2003 Douglas Gregor
-
-# Use, modification and distribution is subject to the Boost Software License,
-# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# For more information, see http://www.boost.org/
-
-
-# Testing Jamfile autogenerated from XML source
-subproject libs/logic/test ;
-
-# bring in rules for testing
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite logic
- :
- [ run libs/logic/test/tribool_test.cpp : : : : ]
-
- [ run libs/logic/test/tribool_rename_test.cpp : : : : ]
-
- [ run libs/logic/test/tribool_io_test.cpp : : : : ]
- ;
-}
-
\ No newline at end of file

Deleted: trunk/libs/mpl/test/Jamfile
==============================================================================
--- trunk/libs/mpl/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,94 +0,0 @@
-subproject libs/mpl/test ;
-
-# bring in rules for testing
-import testing ;
-
-compile aux_/largest_int.cpp ;
-compile aux_/msvc_is_class.cpp ;
-compile aux_/template_arity.cpp ;
-
-compile advance.cpp ;
-compile always.cpp ;
-compile apply.cpp ;
-compile apply_wrap.cpp ;
-compile arithmetic.cpp ;
-compile as_sequence.cpp ;
-compile assert.cpp ;
-compile at.cpp ;
-compile back.cpp ;
-compile bind.cpp ;
-compile bitwise.cpp ;
-run bool.cpp ;
-compile comparison.cpp ;
-compile contains.cpp ;
-compile copy.cpp ;
-compile copy_if.cpp ;
-compile count.cpp ;
-compile count_if.cpp ;
-compile deque.cpp ;
-compile distance.cpp ;
-compile empty.cpp ;
-compile equal.cpp ;
-compile erase.cpp ;
-compile erase_range.cpp ;
-compile eval_if.cpp ;
-compile filter_view.cpp ;
-compile find.cpp ;
-compile find_if.cpp ;
-compile fold.cpp ;
-run for_each.cpp ;
-compile front.cpp ;
-compile has_xxx.cpp ;
-compile identity.cpp ;
-compile if.cpp ;
-compile index_of.cpp ;
-compile inherit.cpp ;
-compile insert.cpp ;
-compile insert_range.cpp ;
-run int.cpp ;
-run integral_c.cpp ;
-compile is_placeholder.cpp ;
-compile is_sequence.cpp ;
-compile iterator_tags.cpp ;
-compile joint_view.cpp ;
-compile lambda.cpp ;
-compile lambda_args.cpp ;
-compile list.cpp ;
-compile list_c.cpp ;
-compile logical.cpp ;
-compile lower_bound.cpp ;
-compile map.cpp ;
-compile max_element.cpp ;
-compile min_max.cpp ;
-compile multiset.cpp ;
-compile next.cpp ;
-compile no_has_xxx.cpp ;
-compile numeric_ops.cpp ;
-compile pair_view.cpp ;
-compile partition.cpp ;
-compile pop_front.cpp ;
-compile push_front.cpp ;
-compile quote.cpp ;
-compile range_c.cpp ;
-compile remove.cpp ;
-compile remove_if.cpp ;
-compile replace.cpp ;
-compile replace_if.cpp ;
-compile reverse.cpp ;
-compile same_as.cpp ;
-compile set.cpp ;
-compile set_c.cpp ;
-compile single_view.cpp ;
-compile size.cpp ;
-run size_t.cpp ;
-compile sizeof.cpp ;
-compile sort.cpp ;
-compile stable_partition.cpp ;
-compile transform.cpp ;
-compile transform_view.cpp ;
-compile unique.cpp ;
-compile unpack_args.cpp ;
-compile upper_bound.cpp ;
-compile vector.cpp ;
-compile vector_c.cpp ;
-compile zip_view.cpp ;

Deleted: trunk/libs/multi_array/test/Jamfile
==============================================================================
--- trunk/libs/multi_array/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,52 +0,0 @@
-# Copyright David Abrahams 2003. Permission to copy, use,
-# modify, sell and distribute this software is granted provided this
-# copyright notice appears in all copies. This software is provided
-# "as is" without express or implied warranty, and with no claim as
-# to its suitability for any purpose.
-
-subproject libs/multi_array/test ;
-
-import testing ;
-
-test-suite multi_array
- :
- [ compile-fail fail_cbracket.cpp ]
- [ compile-fail fail_cdata.cpp ]
- [ compile-fail fail_citerator.cpp ]
- [ compile-fail fail_cparen.cpp ]
- [ compile-fail fail_criterator.cpp ]
- [ compile-fail fail_csubarray.cpp ]
- [ compile-fail fail_csubarray2.cpp ]
- [ compile-fail fail_csubarray3.cpp ]
- [ compile-fail fail_cview.cpp ]
- [ compile-fail fail_cview2.cpp ]
- [ compile-fail fail_cview3.cpp ]
- [ compile-fail fail_ref_cbracket.cpp ]
- [ compile-fail fail_ref_cdata.cpp ]
- [ compile-fail fail_ref_citerator.cpp ]
- [ compile-fail fail_ref_cparen.cpp ]
- [ compile-fail fail_ref_criterator.cpp ]
- [ compile-fail fail_ref_csubarray.cpp ]
- [ compile-fail fail_ref_csubarray2.cpp ]
- [ compile-fail fail_ref_csubarray3.cpp ]
- [ compile-fail fail_ref_cview.cpp ]
- [ compile-fail fail_ref_cview2.cpp ]
- [ compile-fail fail_ref_cview3.cpp ]
-
- [ run constructors.cpp ]
- [ run access.cpp ]
- [ run compare.cpp ]
- [ run iterators.cpp ]
- [ run slice.cpp ]
- [ run assign.cpp ]
- [ run assign_to_array.cpp ]
- [ run index_bases.cpp ]
- [ run storage_order_convert.cpp ]
- [ run storage_order.cpp ]
- [ run reshape.cpp ]
- [ run range1.cpp ]
- [ run idxgen1.cpp ]
- [ run stl_interaction.cpp ]
- [ run resize.cpp ]
- [ compile concept_checks.cpp ]
- ;

Deleted: trunk/libs/numeric/conversion/test/Jamfile
==============================================================================
--- trunk/libs/numeric/conversion/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,24 +0,0 @@
-# Boost Numeric Conversion Library test Jamfile
-
-subproject libs/numeric/conversion/test ;
-
-# bring in rules for testing
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite numeric/conversion :
- [ run libs/numeric/conversion/test/bounds_test.cpp ]
- [ run libs/numeric/conversion/test/traits_test.cpp ]
- [ run libs/numeric/conversion/test/converter_test.cpp ]
- [ run libs/numeric/conversion/test/udt_support_test.cpp ]
- [ run libs/numeric/conversion/test/numeric_cast_test.cpp ]
- [ run libs/numeric/conversion/test/udt_example_0.cpp ]
- ;
-}

Deleted: trunk/libs/numeric/interval/test/Jamfile
==============================================================================
--- trunk/libs/numeric/interval/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,74 +0,0 @@
-# Boost Interval Library test Jamfile
-#
-# Copyright 2003 Guillaume Melquiond
-#
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or
-# copy at http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/numeric/interval/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Local rule to modify requirements on the fly.
-local rule special-requirements ( toolset variant : properties * )
-{
- # For this library to work correctly on Alpha hardware, dynamic rounding
- # mode must be enabled with a compiler flag.
-
- if $(UNIX) && $(OS) = OSF
- {
- switch $(toolset)
- {
- case gcc* : properties += <cflags>-mfp-rounding-mode=d ;
- case tru64cxx* : properties += <cflags>-fprm <cflags>d ;
- }
- }
-
- return $(properties) ;
-}
-
-# Local run rule which automatically includes the local requirements.
-local rule local-run ( sources + : args * : input-files * : requirements *
- : name ? : default-build * : args2 * )
-{
- return [ run $(sources) : $(args) : $(input-files)
- : $(requirements) special-requirements
- : $(name) : $(default-build) : $(args2) ] ;
-}
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite numeric/interval :
- [ compile libs/numeric/interval/test/integer.cpp : special-requirements ]
-
- [ local-run libs/numeric/interval/test/add.cpp ]
- [ local-run libs/numeric/interval/test/det.cpp ]
- [ local-run libs/numeric/interval/test/fmod.cpp ]
- [ local-run libs/numeric/interval/test/mul.cpp ]
- [ local-run libs/numeric/interval/test/overflow.cpp ]
- [ local-run libs/numeric/interval/test/pi.cpp ]
- [ local-run libs/numeric/interval/test/pow.cpp ]
-
- [ local-run libs/numeric/interval/test/cmp.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- [ local-run libs/numeric/interval/test/cmp_exn.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- [ local-run libs/numeric/interval/test/cmp_exp.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- [ local-run libs/numeric/interval/test/cmp_lex.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- [ local-run libs/numeric/interval/test/cmp_set.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- [ local-run libs/numeric/interval/test/cmp_tribool.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- [ local-run libs/numeric/interval/test/test_float.cpp
- <lib>../../../test/build/boost_test_exec_monitor ]
- ;
-}

Deleted: trunk/libs/numeric/ublas/bench1/Jamfile
==============================================================================
--- trunk/libs/numeric/ublas/bench1/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,43 +0,0 @@
-#
-# Copyright (c) 2000-2002
-# Joerg Walter, Mathias Koch
-#
-# Permission to use, copy, modify, distribute and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appear in all copies and
-# that both that copyright notice and this permission notice appear
-# in supporting documentation. The authors make no representations
-# about the suitability of this software for any purpose.
-# It is provided "as is" without express or implied warranty.
-#
-# The authors gratefully acknowledge the support of
-# GeNeSys mbH & Co. KG in producing this work.
-#
-
-subproject libs/numeric/ublas/bench1 ;
-
-SOURCES = bench1 bench11 bench12 bench13 ;
-
-exe bench1
- : $(SOURCES).cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
-# <gcc><release><cxxflags>"-s -static -fomit-frame-pointer -fexpensive-optimizations -funroll-loops -malign-double -fschedule-insns2 -march=pentium4 -msse -mfpmath=sse -finline-functions -finline-limit=2048"
-# <gcc><*><cxxflags>"-fabi-version=0"
- <intel-linux><release><cxxflags>"-Xc"
- <intel-linux><release><cxxflags>"-unroll -march=pentium4 -Zp16"
- ;
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Deleted: trunk/libs/numeric/ublas/bench2/Jamfile
==============================================================================
--- trunk/libs/numeric/ublas/bench2/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,28 +0,0 @@
-#
-# Copyright (c) 2000-2002
-# Joerg Walter, Mathias Koch
-#
-# Permission to use, copy, modify, distribute and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appear in all copies and
-# that both that copyright notice and this permission notice appear
-# in supporting documentation. The authors make no representations
-# about the suitability of this software for any purpose.
-# It is provided "as is" without express or implied warranty.
-#
-# The authors gratefully acknowledge the support of
-# GeNeSys mbH & Co. KG in producing this work.
-#
-
-subproject libs/numeric/ublas/bench2 ;
-
-SOURCES = bench2 bench21 bench22 bench23 ;
-
-exe bench2
- : $(SOURCES).cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
-# <gcc><*><cxxflags>"-fabi-version=0"
- <intel-linux><*><cxxflags>"-Xc"
- ;
-

Deleted: trunk/libs/numeric/ublas/bench3/Jamfile
==============================================================================
--- trunk/libs/numeric/ublas/bench3/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,29 +0,0 @@
-#
-# Copyright (c) 2000-2002
-# Joerg Walter, Mathias Koch
-#
-# Permission to use, copy, modify, distribute and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appear in all copies and
-# that both that copyright notice and this permission notice appear
-# in supporting documentation. The authors make no representations
-# about the suitability of this software for any purpose.
-# It is provided "as is" without express or implied warranty.
-#
-# The authors gratefully acknowledge the support of
-# GeNeSys mbH & Co. KG in producing this work.
-#
-
-subproject libs/numeric/ublas/bench3 ;
-
-SOURCES = bench3 bench31 bench32 bench33 ;
-
-exe bench3
- : $(SOURCES).cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
-# <gcc><*><cxxflags>"-fabi-version=0"
- <intel-linux><*><cxxflags>"-Xc"
- ;
-
-

Deleted: trunk/libs/numeric/ublas/bench4/Jamfile
==============================================================================
--- trunk/libs/numeric/ublas/bench4/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,30 +0,0 @@
-#
-# Copyright (c) 2000-2002
-# Joerg Walter, Mathias Koch
-#
-# Permission to use, copy, modify, distribute and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appear in all copies and
-# that both that copyright notice and this permission notice appear
-# in supporting documentation. The authors make no representations
-# about the suitability of this software for any purpose.
-# It is provided "as is" without express or implied warranty.
-#
-# The authors gratefully acknowledge the support of
-# GeNeSys mbH & Co. KG in producing this work.
-#
-
-subproject libs/numeric/ublas/bench4 ;
-
-SOURCES = bench4 bench41 bench42 bench43 ;
-
-exe bench4
- : $(SOURCES).cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <define>BOOST_UBLAS_USE_INTERVAL
-# <gcc><*><cxxflags>"-fabi-version=0"
- <intel-linux><*><cxxflags>"-Xc"
- ;
-
-

Deleted: trunk/libs/numeric/ublas/doc/samples/Jamfile
==============================================================================
--- trunk/libs/numeric/ublas/doc/samples/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,433 +0,0 @@
-#
-# Copyright (c) 2000-2002
-# Joerg Walter, Mathias Koch
-#
-# Permission to use, copy, modify, distribute and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appear in all copies and
-# that both that copyright notice and this permission notice appear
-# in supporting documentation. The authors make no representations
-# about the suitability of this software for any purpose.
-# It is provided "as is" without express or implied warranty.
-#
-# The authors gratefully acknowledge the support of
-# GeNeSys mbH & Co. KG in producing this work.
-#
-
-subproject libs/numeric/ublas/doc/samples ;
-
-exe unbounded_array
- : unbounded_array.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe bounded_array
- : bounded_array.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe range
- : range.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe slice
- : slice.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe map_array
- : map_array.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector
- : vector.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe unit_vector
- : unit_vector.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe zero_vector
- : zero_vector.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe mapped_vector
- : mapped_vector.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe compressed_vector
- : compressed_vector.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe coordinate_vector
- : coordinate_vector.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_range
- : vector_range.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_range_project
- : vector_range_project.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_slice
- : vector_slice.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_slice_project
- : vector_slice_project.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_unary
- : vector_unary.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_binary
- : vector_binary.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_binary_outer
- : vector_binary_outer.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_binary_scalar
- : vector_binary_scalar.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_unary_redux
- : vector_unary_redux.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe vector_binary_redux
- : vector_binary_redux.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix
- : matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe identity_matrix
- : identity_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe zero_matrix
- : zero_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe mapped_matrix
- : mapped_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe compressed_matrix
- : compressed_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe coordinate_matrix
- : coordinate_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_row
- : matrix_row.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_row_project
- : matrix_row_project.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_column
- : matrix_column.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_column_project
- : matrix_column_project.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_vector_range
- : matrix_vector_range.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_vector_slice
- : matrix_vector_slice.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_range
- : matrix_range.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_range_project
- : matrix_range_project.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_slice
- : matrix_slice.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_slice_project
- : matrix_slice_project.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_unary
- : matrix_unary.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_binary
- : matrix_binary.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_binary_scalar
- : matrix_binary_scalar.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_vector_binary
- : matrix_vector_binary.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_vector_solve
- : matrix_vector_solve.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_matrix_binary
- : matrix_matrix_binary.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe matrix_matrix_solve
- : matrix_matrix_solve.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe banded_matrix
- : banded_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe banded_adaptor
- : banded_adaptor.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe hermitian_matrix
- : hermitian_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe hermitian_adaptor
- : hermitian_adaptor.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe symmetric_matrix
- : symmetric_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe symmetric_adaptor
- : symmetric_adaptor.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe triangular_matrix
- : triangular_matrix.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;
-
-exe triangular_adaptor
- : triangular_adaptor.cpp
- : <include>$(BOOST_ROOT)
- <sysinclude>$(BOOST_ROOT)
- <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
- ;

Deleted: trunk/libs/numeric/ublas/test/Jamfile
==============================================================================
--- trunk/libs/numeric/ublas/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,128 +0,0 @@
-#
-# Copyright (c) 2000-2002
-# Joerg Walter, Mathias Koch
-#
-# Permission to use, copy, modify, distribute and sell this software
-# and its documentation for any purpose is hereby granted without fee,
-# provided that the above copyright notice appear in all copies and
-# that both that copyright notice and this permission notice appear
-# in supporting documentation. The authors make no representations
-# about the suitability of this software for any purpose.
-# It is provided "as is" without express or implied warranty.
-#
-# The authors gratefully acknowledge the support of
-# GeNeSys mbH & Co. KG in producing this work.
-#
-
-subproject libs/numeric/ublas/test ;
-# bring in rules for testing
-import testing ;
-
-# Define features to test:
-# Value types: USE_FLOAT USE_DOUBLE USE_STD_COMPLEX
-# Proxies: USE_RANGE USE_SLICE
-# Storage types: USE_BOUNDED_ARRAY USE_UNBOUNDED_ARRAY
-# Vector types: USE_STD_VECTOR USE_BOUNDED_VECTOR
-# Matrix types: USE_MATRIX USE_BOUNDED_MATRIX USE_VECTOR_OF_VECTOR
-# Adaptors: USE_ADAPTOR
-
-UBLAS_TESTSET ?=
- USE_DOUBLE USE_STD_COMPLEX
- USE_RANGE USE_SLICE
- USE_UNBOUNDED_ARRAY USE_BOUNDED_VECTOR USE_MATRIX ;
-
-# Sparse storage: USE_MAP_ARRAY USE_STD_MAP
-# Sparse vectors: USE_MAPPED_VECTOR USE_COMPRESSED_VECTOR USE_COORDINATE_VECTOR
-# Sparse matrices: USE_MAPPED_MATRIX USE_COMPRESSED_MATRIX USE_COORDINATE_MATRIX USE_MAPPED_VECTOR_OF_MAPPED_VECTOR USE_GENERALIZED_VECTOR_OF_VECTOR
-
-UBLAS_TESTSET_SPARSE ?=
- USE_DOUBLE USE_STD_COMPLEX
-# USE_RANGE USE_SLICE Too complex for regression testing
- USE_UNBOUNDED_ARRAY
- USE_STD_MAP
- USE_MAPPED_VECTOR USE_COMPRESSED_VECTOR USE_COORDINATE_VECTOR
- USE_MAPPED_MATRIX USE_COMPRESSED_MATRIX USE_COORDINATE_MATRIX ;
-
-
-test-suite numeric/uBLAS
- : [ run test1.cpp
- test11.cpp
- test12.cpp
- test13.cpp
- : # args
- : # input files
- : # requirements
- <define>$(UBLAS_TESTSET)
- <intel-linux><*><cxxflags>"-fpstkchk" # Try and pick up runtime failures
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- [ cond [ is-subset Darwin : $(JAMUNAME) ] : <gcc><*><cxxflags>"-fabi-version=0" ] ]
- [ run test2.cpp
- test21.cpp
- test22.cpp
- test23.cpp
- : # args
- : # input files
- : # requirements
- <define>$(UBLAS_TESTSET)
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- ]
- [ run test3.cpp
- test31.cpp
- test32.cpp
- test33.cpp
- : # args
- : # input files
- : # requirements
- <define>$(UBLAS_TESTSET_SPARSE)
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- ]
- [ run test4.cpp
- test42.cpp
- test43.cpp
- : # args
- : # input files
- : # requirements
- <define>$(UBLAS_TESTSET)
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- ]
- [ run test5.cpp
- test52.cpp
- test53.cpp
- : # args
- : # input files
- : # requirements
- <define>$(UBLAS_TESTSET)
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- ]
- [ run test6.cpp
- test62.cpp
- test63.cpp
- : # args
- : # input files
- : # requirements
- <define>$(UBLAS_TESTSET)
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- ]
-# Test7 checks uBLAS operation with interval types.
-# This causes too much compiler badness. Issues need to be addressed for VC7.1 VC8 CW9 and Intel 8 (windows)
-# [ run test7.cpp
-# test71.cpp
-# test72.cpp
-# test73.cpp
-# : # args
-# : # input files
-# : # requirements
-# <define>BOOST_UBLAS_USE_INTERVAL
-# <define>$(UBLAS_TESTSET)
-# <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
-# ]
-
- [ run placement_new.cpp
- ]
- [ compile concepts.cpp
- : # requirements
- <define>EXTERNAL
- <intel-linux><*><cxxflags>"-Xc"
- <vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
- ]
- ;

Deleted: trunk/libs/optional/test/Jamfile
==============================================================================
--- trunk/libs/optional/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,37 +0,0 @@
-# Boost.Optional Library test Jamfile
-#
-# Copyright (C) 2003, Fernando Luis Cacciola Carballal.
-#
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/optional/test ;
-
-# bring in rules for testing
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- test-suite optional :
- [ run optional_test.cpp ]
- [ run optional_test_tie.cpp ]
- [ run optional_test_ref.cpp ]
- [ run optional_test_inplace.cpp ]
- [ run optional_test_io.cpp ]
- [ compile-fail optional_test_fail1.cpp ]
- [ compile-fail optional_test_fail2.cpp ]
- [ compile-fail optional_test_fail3a.cpp ]
- [ compile-fail optional_test_fail3b.cpp ]
- [ compile-fail optional_test_ref_fail1.cpp ]
- [ compile-fail optional_test_ref_fail2.cpp ]
- [ compile-fail optional_test_ref_fail3.cpp ]
- [ compile-fail optional_test_ref_fail4.cpp ]
- [ compile-fail optional_test_inplace_fail.cpp ]
- [ compile-fail optional_test_inplace_fail2.cpp ]
- ;
-}

Deleted: trunk/libs/parameter/test/Jamfile
==============================================================================
--- trunk/libs/parameter/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,46 +0,0 @@
-# Copyright David Abrahams, Daniel Wallin 2006. Distributed under the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-# Boost Parameter Library test Jamfile
-
-subproject libs/parameter/test ;
-
-# bring in rules for testing
-import testing ;
-
-test-suite "parameter"
- : [ run basics.cpp ]
- [ run sfinae.cpp ]
- [ run macros.cpp ]
- [ run earwicker.cpp ]
- [ run tutorial.cpp ]
- [ run singular.cpp ]
- [ run mpl.cpp ]
- [ run preprocessor.cpp ]
- [ run preprocessor_deduced.cpp ]
- [ run efficiency.cpp : : : : : release ]
- [ run maybe.cpp ]
- [ run deduced.cpp ]
- [ run optional_deduced_sfinae.cpp ]
- [ run deduced_dependent_predicate.cpp ]
- [ run normalized_argument_types.cpp ]
- [ compile ntp.cpp ]
- [ compile unwrap_cv_reference.cpp ]
- [ compile-fail duplicates.cpp ]
- [ compile-fail deduced_unmatched_arg.cpp ]
- [ compile compose.cpp ]
- ;
-
-import python ;
-
-extension python_test_ext
- : python_test.cpp
- <template>@boost/libs/python/build/extension
- ;
-
-boost-python-runtest python-parameter-test
- : python_test.py
- <pyd>python_test_ext
- ;
-

Deleted: trunk/libs/program_options/build/Jamfile
==============================================================================
--- trunk/libs/program_options/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,49 +0,0 @@
-
-subproject libs/program_options/build ;
-
-SOURCES = cmdline config_file options_description parsers variables_map
- value_semantic positional_options utf8_codecvt_facet convert
- winmain
-;
-
-lib boost_program_options
- : ../src/$(SOURCES).cpp
- : # build requirements
- [ common-names ] # magic for install and auto-link features
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- std::locale-support
- : debug release # build variants
- ;
-
-dll boost_program_options
- : ../src/$(SOURCES).cpp
- : # build requirements
- [ common-names ] # magic for install and auto-link features
- <define>BOOST_ALL_DYN_LINK=1 # tell source we're building dll's
- <runtime-link>dynamic # build only for dynamic runtimes
- <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
- # The following really turns on static runtime linking
- # which leads to runtime crashes when using DLL, so
- # seem DLL is not usable on Metrowerks 8
- # std::facet-support std::locale-support
- : debug release # build variants
- ;
-
-install program_options lib
- : <lib>boost_program_options <dll>boost_program_options
- ;
-
-stage stage/lib : <lib>boost_program_options <dll>boost_program_options
- :
- # copy to a path rooted at BOOST_ROOT:
- <locate>$(BOOST_ROOT)
- # make sure the names of the libraries are correctly named:
- [ common-names ]
- # add this target to the "stage" and "all" psuedo-targets:
- <target>stage
- <target>all
- :
- debug release
- ;
-
-# end

Deleted: trunk/libs/program_options/example/Jamfile
==============================================================================
--- trunk/libs/program_options/example/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,23 +0,0 @@
-
-subproject libs/program_options/example ;
-
-rule program-options-example ( name extra-sources * )
-{
- exe $(name) : $(name).cpp <lib>../build/boost_program_options $(extra-sources)
- : <include>$(BOOST_ROOT) ;
-}
-
-program-options-example first ;
-program-options-example options_description ;
-program-options-example multiple_sources ;
-program-options-example custom_syntax ;
-program-options-example response_file ;
-program-options-example option_groups ;
-program-options-example real ;
-program-options-example regex <lib>../../regex/build/boost_regex ;
-
-
-#program-options-example prefix ;
-
-
-

Deleted: trunk/libs/program_options/test/Jamfile
==============================================================================
--- trunk/libs/program_options/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,47 +0,0 @@
-
-subproject libs/program_options/test ;
-
-import testing ;
-
-rule program-options-test ( name )
-{
- return [
- run $(name).cpp <lib>../build/boost_program_options
- <lib>../../test/build/boost_test_exec_monitor : :
- : <include>$(BOOST_ROOT)
- std::locale-support ]
- ;
-}
-
-rule program-options-dll-test ( name )
-{
- return [
- run $(name).cpp <dll>../build/boost_program_options
- <lib>../../test/build/boost_test_exec_monitor : :
- : <include>$(BOOST_ROOT)
- <define>BOOST_ALL_DYN_LINK=1
- <runtime-link>dynamic
- : $(name)_dll ]
- ;
-}
-
-
-test-suite program_options :
- [ program-options-test options_description_test ]
- [ program-options-test parsers_test ]
- [ program-options-test variable_map_test ]
- [ program-options-test cmdline_test ]
- [ program-options-test positional_options_test ]
- [ program-options-test unicode_test ]
- [ program-options-test winmain ]
- [ program-options-dll-test options_description_test ]
- [ program-options-dll-test parsers_test ]
- [ program-options-dll-test variable_map_test ]
- [ program-options-dll-test cmdline_test ]
- [ program-options-dll-test positional_options_test ]
- [ program-options-dll-test unicode_test ]
- [ program-options-dll-test winmain ]
-
-
- ;
-

Deleted: trunk/libs/property_map/test/Jamfile
==============================================================================
--- trunk/libs/property_map/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,20 +0,0 @@
-# Function library
-
-# Copyright (C) 2005 Trustees of Indiana University
-#
-# Author: Douglas Gregor
-#
-# Use, modification and distribution is subject to the Boost Software License,
-# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# For more information, see http://www.boost.org/
-
-subproject libs/property_map/test ;
-
-import testing ;
-
-test-suite property_map
- : [ compile property_map_cc.cpp ]
- [ run dynamic_properties_test.cpp ]
- ;

Deleted: trunk/libs/ptr_container/test/Jamfile
==============================================================================
--- trunk/libs/ptr_container/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,54 +0,0 @@
-#
-# Boost.Pointer Container
-#
-# Copyright Thorsten Ottosen 2003-2005. Use, modification and
-# distribution is subject to the Boost Software License, Version
-# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-# For more information, see http://www.boost.org/libs/ptr_container/
-#
-
-subproject libs/ptr_container/test ;
-
-import testing ;
-import ../../serialization/build/serialization ;
-
-rule sc-test ( name : requirements * )
-{
- return [
- run $(name).cpp
- <lib>../../test/build/boost_unit_test_framework
- : : :
- ]
- ;
-}
-
-rule sc-serialization-test ( name : requirements * )
-{
- return [
- run $(name).cpp
- <lib>../../test/build/boost_unit_test_framework
- <lib>../../serialization/build/boost_serialization
- : : :
- toolset::require-boost-spirit-support ]
- ;
-}
-
-
-test-suite ptr_container :
- [ sc-test ptr_vector ]
- [ sc-test ptr_list ]
- [ sc-test ptr_deque ]
- [ sc-test ptr_set ]
- [ sc-test ptr_map ]
- [ sc-test ptr_array : <vacpp><*><build>no ]
- [ sc-test tree_test ]
- [ sc-test incomplete_type_test ]
- [ sc-test view_example ]
- [ sc-test iterator_test ]
- [ sc-test tut1 ]
- [ sc-test indirect_fun ]
- [ sc-serialization-test serialization ]
- [ sc-test no_exceptions ]
- ;

Deleted: trunk/libs/python/build/Jamfile
==============================================================================
--- trunk/libs/python/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,98 +0,0 @@
-# Copyright David Abrahams 2001-2006. Distributed under the Boost
-# Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# Boost.Python library Jamfile
-
-
-# declare the location of this subproject relative to the root
-subproject libs/python/build ;
-
-# bring in the rules for python
-import python ;
-
-if [ check-python-config ]
-{
-
- local bpl-linkflags ;
-
- if $(UNIX) && ( $(OS) = AIX )
- {
- bpl-linkflags = <linkflags>"-e initlibboost_python" ;
- }
-
- # Enabling intrinsics (/0i) or maximize speed (/02) seem to cause
- # internal compiler errors with this toolset.
- local msvc-stlport-workarounds
- = <optimization>off "<cxxflags>-Ogty -O1 -Gs" ;
-
- local sources =
- numeric.cpp
- list.cpp
- long.cpp
- dict.cpp
- tuple.cpp
- str.cpp
- slice.cpp
-
- aix_init_module.cpp
- converter/from_python.cpp
- converter/registry.cpp
- converter/type_id.cpp
- object/enum.cpp
- object/class.cpp
- object/function.cpp
- object/inheritance.cpp
- object/life_support.cpp
- object/pickle_support.cpp
- errors.cpp
- module.cpp
- converter/builtin_converters.cpp
- converter/arg_to_python_base.cpp
- object/iterator.cpp
- object/stl_iterator.cpp
- object_protocol.cpp
- object_operators.cpp
- wrapper.cpp
- exec.cpp
- import.cpp
- ;
-
- dll boost_python
- : ../src/$(sources)
- : $(BOOST_PYTHON_V2_PROPERTIES)
- <define>BOOST_PYTHON_SOURCE
- $(bpl-linkflags)
- <msvc-stlport><release>$(msvc-stlport-workarounds)
- <darwin><*><linkflags>-bind_at_load
- <gcc-3_3-darwin><*><linkflags>-bind_at_load
- ;
-
- template extension
- : <dll>boost_python
- : <sysinclude>../../..
- ;
-
- lib boost_python
- : # sources
- ../src/$(sources)
-
- : # requirements
- $(BOOST_PYTHON_V2_PROPERTIES)
- <define>BOOST_PYTHON_SOURCE
- <define>BOOST_STATIC_LIB
- $(bpl-linkflags)
- <msvc-stlport><release>$(msvc-stlport-workarounds)
- ;
-
- stage bin-stage : <dll>boost_python <lib>boost_python
- : <tag><debug>"_debug"
- <tag><debug-python>"_pydebug"
- :
- debug release
- ;
-
- install python lib
- : <dll>boost_python <lib>boost_python
- ;
-}

Deleted: trunk/libs/python/test/Jamfile
==============================================================================
--- trunk/libs/python/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,240 +0,0 @@
-# Copyright David Abrahams 2006. Distributed under the Boost
-# Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# To run all tests quietly: jam test
-# To run all tests with verbose output: jam -sPYTHON_TEST_ARGS=-v test
-#
-subproject libs/python/test ;
-
-# bring in the rules for python and testing
-import python ;
-
-if [ check-python-config ]
-{
-
-# A bug in the Win32 intel compilers causes compilation of one of our
-# tests to take forever when debug symbols are enabled. This rule
-# turns them off when added to the requirements section
-rule turn-off-intel-debug-symbols ( toolset variant : properties * )
-{
- if $(NT) && [ MATCH (.*intel.*) : $(toolset) ]
- {
- properties = [ difference $(properties) : <debug-symbols>on ] <debug-symbols>off ;
- }
- return $(properties) ;
-}
-
-# Some tests hang when compiled with HP-CXX and executed on Tru64.
-rule disable-for-cxx-tru64 ( toolset variant : properties * )
-{
- if $(UNIX) && $(OS) = OSF
- {
- switch $(toolset)
- {
- case tru64cxx* : properties =
- [ replace-properties $(properties) : <build>no ] ;
- }
- }
- return $(properties) ;
-}
-
-template py-unit-test
- :
- : $(PYTHON_PROPERTIES) <define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION
- [ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ] <define>BOOST_PYTHON_STATIC_LIB
- ;
-
-# Convenience rule makes declaring tests faster
-rule bpl-test ( name ? : files * : requirements * )
-{
- files ?= $(name).py $(name).cpp ;
-
- local modules ;
- local py ;
- for local f in $(files)
- {
- if $(f:S) = .py
- {
- if $(py)
- {
- EXIT too many python drivers specified: "$(py)" "$(f)" ;
- }
- py = $(f) ;
- }
- }
-
- name ?= $(py:S=) ;
-
- for local f in $(files)
- {
- if $(f:S) != .py
- {
- local m = $(f:S=) ;
-
- if $(m) = $(py:S=)
- {
- m = $(name) ;
-
- if $(m) = $(py:S=)
- {
- m = $(m)_ext ;
- }
- }
- extension $(m) : $(f) <template>../build/extension : $(requirements) ;
- modules += $(m) ;
- }
- }
-
- return [ boost-python-runtest $(name) : $(py) <pyd>$(modules) : $(requirements) : : -v ] ;
-}
-
-test-suite python
- :
- [
- run ../test/exec.cpp <lib>../build/boost_python
- : # program args
- : exec.py
- : # requirements
- $(PYTHON_PROPERTIES)
- <define>BOOST_PYTHON_STATIC_LIB
- <define>BOOST_PYTHON_STATIC_MODULE
- <library-path>$(PYTHON_LIB_PATH)
- <$(gcc-compilers)><debug-python><library-path>$(CYGWIN_PYTHON_DEBUG_DLL_PATH)
- <$(gcc-compilers)><*><library-path>$(CYGWIN_PYTHON_DLL_PATH)
- <find-library>$(PYTHON_EMBEDDED_LIBRARY)
- ]
-
-[
-bpl-test crossmod_exception
- : crossmod_exception.py crossmod_exception_a.cpp crossmod_exception_b.cpp
-]
-
-[ bpl-test injected ]
-[ bpl-test properties ]
-[ bpl-test return_arg ]
-[ bpl-test staticmethod ]
-[ bpl-test shared_ptr ]
-[ bpl-test andreas_beyer ]
-[ bpl-test polymorphism ]
-[ bpl-test polymorphism2 ]
-
-[ bpl-test wrapper_held_type ]
-[ bpl-test polymorphism2_auto_ptr ]
-
-[ bpl-test auto_ptr ]
-[ bpl-test minimal ]
-[ bpl-test args ]
-[ bpl-test raw_ctor ]
-[ bpl-test numpy ]
-[ bpl-test enum ]
-[ bpl-test exception_translator ]
-[ bpl-test pearu1 : test_cltree.py cltree.cpp ]
-[ bpl-test try : newtest.py m1.cpp m2.cpp ]
-[ bpl-test const_argument ]
-
-[ bpl-test keywords : keywords.cpp keywords_test.py ]
-
-[ extension builtin_converters : test_builtin_converters.cpp <template>../build/extension ]
-[ boost-python-runtest builtin_converters : test_builtin_converters.py <pyd>builtin_converters : : : -v ]
-
-[ bpl-test test_pointer_adoption ]
-[ bpl-test operators ]
-[ bpl-test callbacks ]
-[ bpl-test defaults ]
-
-[ bpl-test object ]
-[ bpl-test list ]
-[ bpl-test long ]
-[ bpl-test dict ]
-[ bpl-test tuple ]
-[ bpl-test str ]
-[ bpl-test slice ]
-
-[ bpl-test virtual_functions ]
-[ bpl-test back_reference ]
-[ bpl-test implicit ]
-[ bpl-test data_members ]
-
-[ bpl-test ben_scott1 ]
-
-[ bpl-test bienstman1 ]
-[ bpl-test bienstman2 ]
-[ bpl-test bienstman3 ]
-
-[ bpl-test multi_arg_constructor
- : # files
- : # requirements
- turn-off-intel-debug-symbols ] # debug symbols slow the build down too much
-
-[ bpl-test iterator : iterator.py iterator.cpp input_iterator.cpp ]
-
-[ bpl-test stl_iterator : stl_iterator.py stl_iterator.cpp ]
-
-[ bpl-test extract ]
-
-[
-bpl-test crossmod_opaque
- : crossmod_opaque.py crossmod_opaque_a.cpp crossmod_opaque_b.cpp
-]
-[ bpl-test opaque ]
-[ bpl-test voidptr ]
-
-[ bpl-test pickle1 ]
-[ bpl-test pickle2 ]
-[ bpl-test pickle3 ]
-[ bpl-test pickle4 ]
-
-[ bpl-test nested ]
-
-[ bpl-test docstring ]
-
-[ bpl-test vector_indexing_suite ]
-[ bpl-test pointer_vector
- : # files
- : # requirements
- disable-for-cxx-tru64 # Runs forever when executed.
-]
-
-[ extension map_indexing_suite_ext
- : map_indexing_suite.cpp int_map_indexing_suite.cpp <template>../build/extension ]
-
-[ boost-python-runtest
- map_indexing_suite : map_indexing_suite.py <pyd>map_indexing_suite_ext : : : -v ]
-
-# if $(TEST_BIENSTMAN_NON_BUGS)
-# {
-# bpl-test bienstman4 ;
-# bpl-test bienstman5 ;
-# }
-
-# --- unit tests of library components ---
-
-[ compile indirect_traits_test.cpp ]
-[ run destroy_test.cpp ]
-[ run pointer_type_id_test.cpp <template>py-unit-test ]
-[ run bases.cpp <template>py-unit-test ]
-[ run if_else.cpp ]
-[ run pointee.cpp <template>py-unit-test ]
-[ run result.cpp ]
-
-[ compile string_literal.cpp ]
-[ compile borrowed.cpp <template>py-unit-test ]
-[ compile object_manager.cpp <template>py-unit-test ]
-[ compile copy_ctor_mutates_rhs.cpp <template>py-unit-test ]
-
-[ run upcast.cpp <template>py-unit-test ]
-
-[ compile select_holder.cpp <template>py-unit-test ]
-
-[ run select_from_python_test.cpp ../src/converter/type_id.cpp
- <template>py-unit-test ]
-
-[ compile select_arg_to_python_test.cpp <template>py-unit-test ]
-
-[ compile-fail ./raw_pyobject_fail1.cpp <template>py-unit-test ]
-[ compile-fail ./raw_pyobject_fail2.cpp <template>py-unit-test ]
-[ compile-fail ./as_to_python_function.cpp <template>py-unit-test ]
-[ compile-fail ./object_fail1.cpp <template>py-unit-test ]
- ;
-}

Deleted: trunk/libs/random/test/Jamfile
==============================================================================
--- trunk/libs/random/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,29 +0,0 @@
-# Copyright 2003 Jens Maurer
-# Distributed under the Boost Software License, Version 1.0. (See accompany-
-# ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-# Boost Random Library test Jamfile
-
-subproject libs/random/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite "random"
- :
- [ run libs/random/random_test.cpp ]
- [ run libs/random/random_demo.cpp ]
-# [ run libs/random/nondet_random_speed.cpp ]
-# [ run libs/random/random_device.cpp ]
-# [ run libs/random/random_speed.cpp ]
-# [ run libs/random/statistic_tests.cpp ]
- ;
-}
-

Deleted: trunk/libs/range/test/Jamfile
==============================================================================
--- trunk/libs/range/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,45 +0,0 @@
-# Boost.Range library
-#
-# Copyright Thorsten Ottosen 2003-2004. Use, modification and
-# distribution is subject to the Boost Software License, Version
-# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#
-# For more information, see http://www.boost.org/libs/range/
-#
-
-subproject libs/range/test ;
-
-import testing ;
-
-rule range-test ( name : includes * )
-{
- return [
- run $(name).cpp
- <lib>../../test/build/boost_unit_test_framework
- <lib>../../regex/build/boost_regex
- :
- :
- : <include>$(BOOST_ROOT)
- $(includes)
- ] ;
-}
-
-test-suite range :
- [ range-test array ]
- [ range-test iterator_pair ]
- [ range-test std_container ]
- [ range-test string ]
- [ range-test iterator_range ]
- [ range-test sub_range ]
- [ range-test partial_workaround ]
- [ range-test algorithm_example ]
- [ range-test reversible_range ]
- [ range-test const_ranges ]
- [ range-test extension_mechanism ]
-# [ range-test test ]
-# [ range-test algorithm ]
-# [ range-test adaptors ]
-# [ range-test mfc : <include>$(VC71_ROOT)/atlmfc/include ]
- ;
-

Deleted: trunk/libs/regex/test/captures/Jamfile
==============================================================================
--- trunk/libs/regex/test/captures/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,34 +0,0 @@
-# copyright John Maddock 2003
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt.
-
-subproject libs/regex/test/captures ;
-
-EX_SOURCES =
- c_regex_traits.cpp
- cpp_regex_traits.cpp
- cregex.cpp
- fileiter.cpp
- instances.cpp
- posix_api.cpp
- regex.cpp
- regex_debug.cpp
- regex_raw_buffer.cpp
- regex_traits_defaults.cpp
- static_mutex.cpp
- w32_regex_traits.cpp
- wc_regex_traits.cpp
- wide_posix_api.cpp
- winstances.cpp
- usinstances.cpp ;
-
-lib boost_regex_extra : ../../src/$(EX_SOURCES) <template>../../build/regex-options
- :
- <define>BOOST_REGEX_MATCH_EXTRA=1
- :
- ;
-
-
-
-

Deleted: trunk/libs/serialization/build/Jamfile
==============================================================================
--- trunk/libs/serialization/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,152 +0,0 @@
-# Boost serialization Library Build Jamfile
-# (C) Copyright Robert Ramey 2002-2004.
-# Use, modification, and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# See http://www.boost.org/libs/serialization for the library home page.
-
-subproject libs/serialization/build ;
-
-import ./serialization ;
-
-{
-
-SOURCES =
- basic_archive
- basic_iarchive
- basic_iserializer
- basic_oarchive
- basic_oserializer
- basic_pointer_iserializer
- basic_pointer_oserializer
- basic_serializer_map
- basic_text_iprimitive
- basic_text_oprimitive
- basic_xml_archive
- binary_iarchive
- binary_oarchive
- codecvt_null
- extended_type_info
- extended_type_info_no_rtti
- extended_type_info_typeid
- polymorphic_iarchive
- polymorphic_oarchive
- stl_port
- text_iarchive
- text_oarchive
- void_cast
- xml_grammar
- xml_iarchive
- xml_oarchive
-;
-
-WSOURCES =
- basic_text_wiprimitive
- basic_text_woprimitive
- binary_wiarchive
- binary_woarchive
- text_wiarchive
- text_woarchive
- utf8_codecvt_facet
- xml_wgrammar
- xml_wiarchive
- xml_woarchive
- codecvt_null
-;
-
-template boost_serialization_base
- : ## sources ##
- : ## requirements ##
- std::locale-support
- toolset::require-boost-spirit-support
- toolset::suppress-warnings
- toolset::optimizations
- # the common names rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- <sysinclude>$(BOOST_ROOT)
- <stlport-iostream>on
- <msvc><*><cxxflags>-Gy
- <vc*><*><cxxflags>-Gy
- <define>BOOST_LIB_DIAGNOSTIC=1
- : ## default build
- debug release
-;
-
-lib boost_serialization
- : ## sources ##
- <template>boost_serialization_base
- ../src/$(SOURCES).cpp
-;
-
-lib boost_wserialization
- : ## sources ##
- <template>boost_serialization_base
- ../src/$(WSOURCES).cpp
- <lib>boost_serialization
- : ## requirements ##
- toolset::require-wide-char-io-support
-;
-
-dll boost_serialization
- : ## sources ##
- <template>boost_serialization_base
- ../src/$(SOURCES).cpp
- : ## requirements ##
- toolset::require-shared-libraries-support
- # this suppress the --a switch in the como toolset
- # without this one gets compile errors ! with "dllexport"
- # however, it doesn't link anyway so comment it out
- # <como-4_3_3-vc7_1><*><no-warn>$(SOURCES).cpp
- <define>BOOST_SERIALIZATION_DYN_LINK=1
- <runtime-link>dynamic
-;
-
-dll boost_wserialization
- : ## sources ##
- <template>boost_serialization_base
- ../src/$(WSOURCES).cpp
- <dll>boost_serialization
- : ## requirements ##
- toolset::require-wide-char-io-support
- toolset::require-shared-libraries-support
- # this suppress the --a switch in the como toolset
- # without this one gets compile errors ! with "dllexport"
- # however, it doesn't link anyway so comment it out
- # <como-4_3_3-vc7_1><*><no-warn>$(WSOURCES).cpp
- <define>BOOST_WSERIALIZATION_DYN_LINK=1
- <define>BOOST_SERIALIZATION_DYN_LINK=1
- <runtime-link>dynamic
-;
-
-install serialization lib
- :
- <lib>boost_serialization
- <lib>boost_wserialization
- <dll>boost_serialization
- <dll>boost_wserialization
-;
-
-stage stage/lib
- :
- <lib>boost_serialization
- <lib>boost_wserialization
- <dll>boost_serialization
- <dll>boost_wserialization
- :
- # copy to a path rooted at BOOST_ROOT:
- <locate>$(BOOST_ROOT)
- # the common names rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- # add this target to the "stage" and "all" psuedo-targets:
- <target>stage
- <target>all
- :
- debug release
-;
-
-}

Deleted: trunk/libs/serialization/test/Jamfile
==============================================================================
--- trunk/libs/serialization/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,318 +0,0 @@
-# Boost serialization Library test Jamfile
-
-# (C) Copyright Robert Ramey 2002-2004.
-# Use, modification, and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-
-subproject libs/serialization/test ;
-
-# bring in rules for testing
-import testing ;
-
-import ../build/serialization ;
-
-{
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-# these are used to shorten testing while in development. It permits
-# testing to be applied to just a particular type of archive
-if ! $(BOOST_ARCHIVE_LIST) {
- BOOST_ARCHIVE_LIST =
- "text_archive.hpp"
- "text_warchive.hpp"
- "binary_archive.hpp"
- "xml_archive.hpp"
- "xml_warchive.hpp"
- ;
- # enable the tests which don't depend on a particular archive
- BOOST_SERIALIZATION_TEST = true ;
-}
-
-# look in BOOST_ROOT for sources first, just in this Jamfile
-local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
-rule run-template ( test-name : sources * : requirements * ) {
- return [
- run
- $(sources)
- : # command
- : # input files
- : # requirements
- std::locale-support
- toolset::require-boost-spirit-support
- toolset::suppress-warnings
- toolset::optimizations
- $(requirements)
- : # test name
- $(test-name)
- : # default-build
- debug
- ] ;
-}
-
-# each of the following tests is run with each type of archive
-rule run-invoke ( test-name : sources * : defns * )
-{
- if [ in-invocation-subdir ] { Echo $(test-name) ; }
- local tests ;
- tests += [
- run-template $(test-name)
- : # sources
- $(sources)
- <lib>../build/boost_serialization
- : # requirements
- # msvc stlport 4.5.3 only works with static lib
- <msvc-stlport><*><runtime-link>static
- <vc-6_5-stlport><*><runtime-link>static
- <vc-7_0-stlport><*><runtime-link>static
- <define>$(defns)
- <define>BOOST_LIB_DIAGNOSTIC=1
- ] ;
- if [ in-invocation-subdir ] { Echo $(test-name)_dll ; }
- tests += [
- run-template $(test-name)_dll
- : # sources
- $(sources)
- <dll>../build/boost_serialization
- : # requiremens
- toolset::require-shared-libraries-support
- <define>$(defns)
- <define>BOOST_LIB_DIAGNOSTIC=1
- <define>BOOST_ALL_DYN_LINK=1
- <runtime-link>dynamic
- ] ;
- return $(tests) ;
-}
-
-# each of the following tests is run with each type of archive
-rule run-winvoke ( test-name : sources * : defns * )
-{
- if [ in-invocation-subdir ] { Echo $(test-name) ; }
- local tests ;
- tests += [
- run-template $(test-name)
- : # sources
- $(sources)
- <lib>../build/boost_serialization
- <lib>../build/boost_wserialization
- : # requirements
- toolset::require-wide-char-io-support
- <define>$(defns)
- <define>BOOST_LIB_DIAGNOSTIC=1
- # msvc stlport 4.5.3 only works with static lib
- <msvc-stlport><*><runtime-link>static
- <vc-6_5-stlport><*><runtime-link>static
- <vc-7_0-stlport><*><runtime-link>static
- # both stlport and msvc6 define iswspace
- <msvc-stlport><*><linkflags>"-force:multiple"
- <vc-6_5-stlport><*><linkflags>"-force:multiple"
- <vc-7_0-stlport><*><linkflags>"-force:multiple"
- ] ;
- if [ in-invocation-subdir ] { Echo $(test-name)_dll ; }
- tests += [
- run-template $(test-name)_dll
- : # sources
- $(sources)
- <dll>../build/boost_serialization
- <dll>../build/boost_wserialization
- : # requirements
- toolset::require-wide-char-io-support
- toolset::require-shared-libraries-support
- <define>$(defns)
- <define>BOOST_LIB_DIAGNOSTIC=1
- <define>BOOST_ALL_DYN_LINK=1
- <runtime-link>dynamic
- ] ;
- return $(tests) ;
-}
-
-# for tests which don't use library code - usually just headers
-rule test-bsl-run-no-lib ( test-name : sources * )
-{
- if [ in-invocation-subdir ] { Echo $(test-name) ; }
- local tests ;
- tests += [
- run-template $(test-name)
- : # sources
- $(test-name).cpp $(sources).cpp
- : # requirements
- <msvc-stlport><*><runtime-link>static
- <vc-6_5-stlport><*><runtime-link>static
- <vc-7_0-stlport><*><runtime-link>static
- ] ;
-}
-
-rule test-bsl-run ( test-name : sources * )
-{
- local tests ;
- tests += [
- run-invoke $(test-name)
- :
- $(test-name).cpp $(sources).cpp
- ] ;
- return $(tests) ;
-}
-
-rule test-bsl-run_archive ( test-name : archive-name : sources * ) {
- local tests ;
- switch $(archive-name) {
- case "*_warchive" :
- tests += [
- run-winvoke $(test-name)_$(archive-name)
- :
- $(sources).cpp
- :
- BOOST_ARCHIVE_TEST=$(archive-name).hpp
- ] ;
- case "*" :
- tests += [
- run-invoke $(test-name)_$(archive-name)
- :
- $(sources).cpp
- :
- BOOST_ARCHIVE_TEST=$(archive-name).hpp
- ] ;
- }
- return $(tests) ;
-}
-
-rule test-bsl-run_files ( test-name : sources * ) {
- local tests ;
- for local defn in $(BOOST_ARCHIVE_LIST) {
- tests += [
- test-bsl-run_archive $(test-name)
- : $(defn:LB)
- : $(test-name) $(sources)
- ] ;
- }
- return $(tests) ;
-}
-
-rule test-bsl-run_polymorphic_archive ( test-name : sources * ) {
- local tests ;
- for local defn in $(BOOST_ARCHIVE_LIST) {
- tests += [
- test-bsl-run_archive test
- : polymorphic_$(defn:LB)
- : test_polymorphic $(sources)
- ] ;
- }
- return $(tests) ;
-}
-
-test-suite "serialization" :
- [ test-bsl-run_files test_array ]
- [ test-bsl-run_files test_binary ]
- [ test-bsl-run_files test_contained_class ]
- [ test-bsl-run_files test_cyclic_ptrs ]
- [ test-bsl-run_files test_delete_pointer ]
- [ test-bsl-run_files test_deque ]
- [ test-bsl-run_files test_derived ]
- [ test-bsl-run_files test_derived_class ]
- [ test-bsl-run_files test_derived_class_ptr ]
- [ test-bsl-run_files test_diamond ]
- [ test-bsl-run_files test_exported ]
- [ test-bsl-run_files test_class_info_load ]
- [ test-bsl-run_files test_class_info_save ]
- [ test-bsl-run_files test_object ]
- [ test-bsl-run_files test_primitive ]
- [ test-bsl-run_files test_list ]
- [ test-bsl-run_files test_list_ptrs ]
- [ test-bsl-run_files test_map ]
- [ test-bsl-run_files test_mi ]
- [ test-bsl-run_files test_multiple_ptrs ]
- [ test-bsl-run_files test_no_rtti ]
- [ test-bsl-run_files test_non_intrusive ]
- [ test-bsl-run_files test_non_default_ctor ]
- [ test-bsl-run_files test_non_default_ctor2 ]
- [ test-bsl-run_files test_null_ptr ]
- [ test-bsl-run_files test_nvp ]
- [ test-bsl-run_files test_recursion ]
- [ test-bsl-run_files test_registered ]
- [ test-bsl-run_files test_set ]
- [ test-bsl-run_files test_simple_class ]
- [ test-bsl-run_files test_simple_class_ptr ]
- [ test-bsl-run_files test_split ]
- [ test-bsl-run_files test_tracking ]
- [ test-bsl-run_files test_unregistered ]
- [ test-bsl-run_files test_valarray ]
- [ test-bsl-run_files test_variant ]
- [ test-bsl-run_files test_vector ]
- [ test-bsl-run_files test_optional ]
- [ test-bsl-run_files test_shared_ptr ]
- [ test-bsl-run_files test_shared_ptr_132 ]
- [ test-bsl-run_polymorphic_archive test_polymorphic : test_polymorphic_A ]
-;
-
-if $(BOOST_SERIALIZATION_TEST) {
- test-suite "serialization" :
- [ test-bsl-run-no-lib test_iterators ]
- [ test-bsl-run-no-lib test_iterators_base64 ]
- [ test-bsl-run-no-lib test_inclusion ]
- [ test-bsl-run test_private_ctor ]
- [ test-bsl-run test_reset_object_address ]
- [ test-bsl-run-no-lib test_smart_cast ]
- [ test-bsl-run-no-lib test_static_warning ]
- [ test-bsl-run-no-lib test_utf8_codecvt : ../src/utf8_codecvt_facet ]
- [ test-bsl-run test_void_cast ]
- [ test-bsl-run test_mult_archive_types ]
- [ test-bsl-run-no-lib test_codecvt_null : ../src/codecvt_null ]
-
- # demos
- [ test-bsl-run test_demo ]
- [ test-bsl-run test_demo_auto_ptr ]
- [ test-bsl-run test_demo_exception ]
- [ test-bsl-run test_demo_fast_archive ]
- [ test-bsl-run test_demo_pimpl : ../example/demo_pimpl_A ]
- [ test-bsl-run test_demo_polymorphic : ../example/demo_polymorphic_A ]
- [ test-bsl-run test_demo_portable_archive ]
- [ test-bsl-run test_demo_shared_ptr ]
- [ test-bsl-run test_demo_xml ]
- [ test-bsl-run test_demo_xml_load ]
- [ test-bsl-run test_demo_xml_save ]
-
- # should fail compilation
- [ compile-fail test_not_serializable.cpp : std::locale-support ]
- [ compile-fail test_traits_fail.cpp : std::locale-support ]
- [ compile-fail test_const_save_fail1.cpp : std::locale-support ]
- [ compile-fail test_const_save_fail2.cpp : std::locale-support ]
- [ compile-fail test_const_save_fail3.cpp : std::locale-support ]
- # note - library unable to detect there errors for now
- #[ compile-fail test_const_save_fail1_nvp.cpp ]
- #[ compile-fail test_const_save_fail2_nvp.cpp ]
- #[ compile-fail test_const_save_fail3_nvp.cpp ]
- [ compile-fail test_const_load_fail1.cpp : std::locale-support ]
- [ compile-fail test_const_load_fail2.cpp : std::locale-support ]
- [ compile-fail test_const_load_fail3.cpp : std::locale-support ]
- [ compile-fail test_const_load_fail1_nvp.cpp : std::locale-support ]
- [ compile-fail test_const_load_fail2_nvp.cpp : std::locale-support ]
- [ compile-fail test_const_load_fail3_nvp.cpp : std::locale-support ]
-
- # should compile
- [ compile test_traits_pass.cpp : std::locale-support ]
- [ compile test_const_pass.cpp : std::locale-support ]
- ;
-
-}
-
-saving-tests = [ test-bsl-run_files test_class_info_save ]
- [ test-bsl-run test_demo_xml_save ] ;
-loading-tests = [ test-bsl-run_files test_class_info_load ]
- [ test-bsl-run test_demo_xml_load ] ;
-
-## This makes each individual load test depend on the run of the
-## corresponding save test. It is important to do this one at a
-## time because $(saving-tests) and $(loading-tests) can contain
-## the targets for multiple toolsets.
-for local save-test-i in $(saving-tests)
-{
- DEPENDS $(loading-tests[1]:S=.run) : $(save-test-i:S=.run) ;
- loading-tests = $(loading-tests[2-]) ;
-}
-
-}
-

Deleted: trunk/libs/signals/build/Jamfile
==============================================================================
--- trunk/libs/signals/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,64 +0,0 @@
-# Boost.Signals Library
-
-# Copyright Douglas Gregor 2001-2003. Use, modification and
-# distribution is subject to the Boost Software License, Version
-# 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# For more information, see http://www.boost.org
-
-# declare the location of this subproject relative to the root
-subproject libs/signals/build ;
-
-#
-# this template defines the options common to
-# all signals builds and tests:
-#
-template signals-options
- : # sources
- : # requirements
- <define>BOOST_SIGNALS_NO_LIB=1
- <sysinclude>$(BOOST_ROOT)
- ;
-
-#
-# this template defines the options common to
-# all signals dll builds and tests:
-#
-template signals-dll-options
- : <template>signals-options # sources
- : # requirements
- <define>BOOST_SIGNALS_DYN_LINK=1
- <runtime-link>dynamic
- ;
-
-SOURCES = trackable connection named_slot_map signal_base slot ;
-
-lib boost_signals : ../src/$(SOURCES).cpp <template>signals-options
- :
- [ common-names ]
- :
- debug release
- ;
-
-
-dll boost_signals : ../src/$(SOURCES).cpp <template>signals-dll-options
- :
- [ common-names ]
- :
- debug release
- ;
-
-stage stage/lib : <lib>boost_signals <dll>boost_signals
- :
- <locate>$(BOOST_ROOT)
- [ common-names ]
- <target>stage
- <target>all
- :
- debug release
- ;
-
-install signals lib
- : <dll>boost_signals <lib>boost_signals
- ;

Deleted: trunk/libs/signals/test/Jamfile
==============================================================================
--- trunk/libs/signals/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,41 +0,0 @@
-# Signals library
-
-# Copyright (C) 2001-2003 Douglas Gregor
-
-# Use, modification and distribution is subject to the Boost Software License,
-# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# For more information, see http://www.boost.org/
-
-
-# Testing Jamfile autogenerated from XML source
-subproject libs/signals/test ;
-
-# bring in rules for testing
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite signals
- :
- [ run libs/signals/test/dead_slot_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
-
- [ run libs/signals/test/deletion_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
-
- [ run libs/signals/test/ordering_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
-
- [ run libs/signals/test/signal_n_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
-
- [ run libs/signals/test/signal_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
-
- [ run libs/signals/test/trackable_test.cpp <lib>../build/boost_signals : : : <define>BOOST_ALL_NO_LIB=1 : ]
- ;
-}
-

Deleted: trunk/libs/smart_ptr/test/Jamfile
==============================================================================
--- trunk/libs/smart_ptr/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,52 +0,0 @@
-# Boost.SmartPtr Library test Jamfile
-#
-# Copyright (c) 2003-2007 Peter Dimov
-# Copyright (c) 2003 Dave Abrahams
-#
-# Distributed under the Boost Software License, Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/smart_ptr/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : smart_ptr ;
-
-{
- test-suite "smart_ptr"
- : [ run smart_ptr_test.cpp ]
- [ run shared_ptr_basic_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
- [ run shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
- [ run weak_ptr_test.cpp ]
- [ run shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
- [ run get_deleter_test.cpp ]
- [ run intrusive_ptr_test.cpp ]
- [ run atomic_count_test.cpp ]
- [ run lw_mutex_test.cpp ]
- [ compile-fail shared_ptr_assign_fail.cpp ]
- [ compile-fail shared_ptr_delete_fail.cpp ]
- [ compile-fail shared_ptr_compare_fail.cpp ]
- [ run shared_ptr_alloc2_test.cpp ]
- [ run pointer_cast_test.cpp ]
- [ compile pointer_to_other_test.cpp ]
- [ run auto_ptr_rv_test.cpp ]
- [ run shared_ptr_alias_test.cpp ]
- [ run shared_ptr_rv_test.cpp ]
- [ run shared_ptr_move_test.cpp ]
- [ compile-fail shared_ptr_pv_fail.cpp ]
- [ run sp_unary_addr_test.cpp ]
- ;
-
- # this one is too slow to run unless explicitly requested, and ALL
- # tests are run by default when this file is subincluded from
- # boost/status, so it's guarded from that case. It will only be
- # built from this directory when the targets "test" (all tests) or
- # "shared_ptr_alloc_test" are requested.
- if [ in-invocation-subdir ]
- {
- run shared_ptr_alloc_test.cpp ;
- }
-}

Deleted: trunk/libs/spirit/test/Jamfile
==============================================================================
--- trunk/libs/spirit/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,239 +0,0 @@
-#==============================================================================
-# Copyright (c) 2002 Joel de Guzman
-# Copyright (c) 2003-2004 Martin Wille
-# http://spirit.sourceforge.net/
-#
-# Use, modification and distribution is subject to the Boost Software
-# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-#==============================================================================
-#
-# Spirit regression test boost-jam file
-# Joel de Guzman [Sept 27, 2002]
-#
-
-subproject libs/spirit/test ;
-
-SPIRIT_HEADER_INCLUDE ?= ../../.. ;
-
-spirit-header-include = <include>$(SPIRIT_HEADER_INCLUDE) ;
-
-spirit-src = ./ ;
-if $(SPIRIT_SRC_INCLUDE)
-{
- spirit-src = $(SPIRIT_SRC_INCLUDE)/ ;
-}
-
-############################################################
-# include testing.jam
-# extend testing.jam's functionality
-#
-SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
-include testing.jam ;
-
-rule spirit-run-debug ( sources + : args * : input-files * : requirements * : name ? : default-build * )
-{
- local gRUN_TEST_ARGS = $(args) ;
- local gRUN_TEST_INPUT_FILES = $(input-files) ;
- SEARCH on $(input-files) = $(SEARCH_SOURCE) ;
- name ?= $(sources[1]:D=:S=) ;
- name = $(name)_debug ;
- return [ boost-test $(sources) : RUN : $(requirements) <define>BOOST_SPIRIT_DEBUG=1 : $(name) : $(default-build) ] ;
-}
-
-rule spirit-run ( sources + : args * : input-files * : requirements * : name ? : default-build * )
-{
- run $(sources) : $(args) : $(input-files) : $(requirements) : $(name) : $(default-build) ;
- spirit-run-debug $(sources) : $(args) : $(input-files) : $(requirements) : $(name) : $(default-build) ;
-}
-
-############################################################
-
-# A bug in the Win32 intel compilers causes compilation of one of our
-# tests to take forever when debug symbols are enabled. This rule
-# turns them off when added to the requirements section
-local rule turn-off-intel-debug-symbols ( toolset variant : properties * )
-{
- if $(NT) && [ MATCH (.*intel.*) : $(toolset) ]
- {
- properties = [ difference $(properties) : <debug-symbols>on ] <debug-symbols>off ;
- }
- return $(properties) ;
-}
-
-{
- template opt : :
- <optimization>speed
- <inlining>on
- $(spirit-header-include)
- ;
-
- template opt-metrowerks : :
- <cw><*><optimization>speed
- $(spirit-header-include)
- ;
-
-if ($(COMO_BASE)) # MT is not available on both Unix and Windows on Comeau
-{ # no MT support available
- template multi-threading : :
- $(spirit-header-include)
- ;
-}
-else
-{
- #template multi-threading : <dll>../../thread/build/boost_thread : :
- template multi-threading : <dll>@boost/libs/thread/build/boost_thread :
- <threading>multi
- <define>BOOST_ALL_NO_LIB=1
- $(spirit-header-include)
- ;
-}
-
- template normal : :
- $(spirit-header-include)
- ;
-
- test-suite "spirit.core.kernel"
- : [ spirit-run $(spirit-src)match_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)post_skips.cpp <template>normal ]
- ;
-
- test-suite "spirit.core.scanner"
- : [ spirit-run $(spirit-src)scanner_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)scanner_value_type_tests.cpp <template>normal ]
- ;
-
- test-suite "spirit.core.primitive"
- : [ spirit-run $(spirit-src)primitives_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)char_strings_test.cpp <template>normal ]
- [ compile-fail $(spirit-src)char_strings_test_fail.cpp <template>normal ]
- [ spirit-run $(spirit-src)numerics_tests.cpp <template>opt ]
- ;
-
- test-suite "spirit.core.composite"
- : [ spirit-run $(spirit-src)epsilon_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)negated_eps_p_test.cpp <template>normal ]
- [ spirit-run $(spirit-src)operators_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)directives_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)shortest_alternative_tests.cpp <template>normal ]
- ;
-
- test-suite "spirit.core.non_terminal"
- : [ spirit-run $(spirit-src)rule_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)owi_st_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)grammar_tests.cpp <template>opt-metrowerks ]
- [ spirit-run $(spirit-src)grammar_multi_instance_tst.cpp <template>opt-metrowerks ]
- [ spirit-run $(spirit-src)subrule_tests.cpp <template>normal ]
- [ run $(spirit-src)owi_mt_tests.cpp <template>multi-threading ]
- [ run $(spirit-src)grammar_mt_tests.cpp <template>multi-threading ]
- [ spirit-run $(spirit-src)parser_context_test.cpp <template>normal ]
- ;
-
- # traverse_tests defines SPIRIT_DEBUG, don't run the tests twice
- test-suite "spirit.meta"
- : [ spirit-run $(spirit-src)fundamental_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)parser_traits_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)traverse_tests.cpp <template>normal : : : turn-off-intel-debug-symbols ]
- ;
-
- test-suite "spirit.attribute"
- : [ spirit-run $(spirit-src)closure_tests.cpp <template>opt-metrowerks ]
- [ run $(spirit-src)bug_000008.cpp <template>multi-threading ]
- [ spirit-run $(spirit-src)parametric_tests.cpp <template>normal ]
- ;
-
- test-suite "spirit.error_handling"
- : [ spirit-run $(spirit-src)exception_tests.cpp <template>normal ]
- ;
-
- test-suite "spirit.tree"
- : [ spirit-run $(spirit-src)ast_calc_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)group_match_bug.cpp <template>normal ]
- [ spirit-run $(spirit-src)repeat_ast_tests.cpp <template>normal ]
- [ compile $(spirit-src)mix_and_match_trees.cpp <template>normal ]
- ;
-
-# temporarily removed from the test suite. tree_tests are not finished, yet.
-# [ spirit-run $(spirit-src)tree_tests.cpp <template>normal ]
-
- test-suite "spirit.dynamic"
- : [ compile $(spirit-src)if_p_as_parser_tests.cpp <template>normal ]
- [ compile $(spirit-src)while_p_as_parser_tests.cpp <template>normal ]
- [ compile $(spirit-src)for_p_as_parser_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)if_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)if_p_int_as_condition_test.cpp <template>normal ]
- [ spirit-run $(spirit-src)for_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)while_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)lazy_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)switch_tests_eps_default.cpp <template>normal ]
- [ spirit-run $(spirit-src)switch_tests_general_def.cpp <template>normal ]
- [ spirit-run $(spirit-src)switch_tests_wo_default.cpp <template>normal ]
- [ spirit-run $(spirit-src)switch_tests_single.cpp <template>normal ]
- [ spirit-run $(spirit-src)switch_problem.cpp <template>normal ]
- [ spirit-run $(spirit-src)select_p_with_rule.cpp <template>normal ]
- ;
-
- test-suite "spirit.utility.parsers"
- : [ spirit-run $(spirit-src)chset_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)confix_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)loops_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)symbols_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)symbols_add_null.cpp <template>normal ]
- [ spirit-run $(spirit-src)symbols_find_null.cpp <template>normal ]
- [ spirit-run $(spirit-src)escape_char_parser_tests.cpp <template>opt ]
- [ spirit-run $(spirit-src)distinct_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)grammar_def_test.cpp <template>normal ]
- ;
-
- test-suite "spirit.utility.support"
- # This test doesn't actually use multiple threads
- : [ spirit-run $(spirit-src)scoped_lock_tests.cpp <template>multi-threading ]
- ;
-
- test-suite "spirit.iterator"
- : [ spirit-run $(spirit-src)fixed_size_queue_tests.cpp <template>normal ]
- [ compile-fail $(spirit-src)fixed_size_queue_fail_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)file_iterator_tests.cpp <template>normal ]
- [ spirit-run $(spirit-src)multi_pass_tests.cpp <template>opt-metrowerks ]
- [ spirit-run $(spirit-src)sf_bug_720917.cpp <template>opt-metrowerks ]
- [ spirit-run $(spirit-src)position_iterator_tests.cpp <template>opt-metrowerks ]
- [ compile $(spirit-src)multi_pass_compile_tests.cpp <template>normal ]
- ;
-
- test-suite "spirit.small_bug_fixes"
- : [ spirit-run $(spirit-src)bug_fixes.cpp <template>normal ]
- ;
-
- actor_test_sources =
- action_tests
- assign_test
- assign_key_test
- clear_test
- decrement_test
- erase_at_test
- increment_test
- insert_key_test
- insert_at_test
- push_back_test
- push_front_test
- swap_test
- ;
-
- test-suite "spirit.utility.actors"
- : [ spirit-run $(spirit-src)actor/$(actor_test_sources).cpp <template>normal ]
- ;
-
- test-suite "spirit.typeof-support"
- : [ compile $(spirit-src)typeof_support/typeof_actor.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_attribute.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_core.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_debug.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_dynamic.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_error_handling.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_iterator.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_symbols.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_tree.cpp ]
- [ compile $(spirit-src)typeof_support/typeof_utility.cpp ]
- ;
-}
-

Deleted: trunk/libs/system/build/Jamfile
==============================================================================
--- trunk/libs/system/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,56 +0,0 @@
-# Boost System Library Build Jamfile
-
-# (C) Copyright Beman Dawes 2002, 2006
-
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)
-
-# See library home page at http://www.boost.org/libs/system
-
-subproject libs/system/build ;
-
-SOURCES = error_code ;
-
-lib boost_system
- : ../src/$(SOURCES).cpp
- : # build requirements
- <define>BOOST_SYSTEM_STATIC_LINK
- <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT)
- # common-variant-tag ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : debug release # build variants
- ;
-
-dll boost_system
- : ../src/$(SOURCES).cpp
- : # build requirements
- <define>BOOST_SYSTEM_DYN_LINK=1 # tell source we're building dll's
- <runtime-link>dynamic # build only for dynamic runtimes
- <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT)
- # common-variant-tag ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : debug release # build variants
- ;
-
-install system lib
- : <lib>boost_system <dll>boost_system
- ;
-
-stage stage/lib : <lib>boost_system <dll>boost_system
- :
- # copy to a path rooted at BOOST_ROOT:
- <locate>$(BOOST_ROOT)
- # make sure the names of the libraries are correctly named:
- common-variant-tag
- # add this target to the "stage" and "all" psuedo-targets:
- <target>stage
- <target>all
- :
- debug release
- ;
-
-# end

Deleted: trunk/libs/system/test/Jamfile
==============================================================================
--- trunk/libs/system/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,51 +0,0 @@
-# Boost System Library test Jamfile
-
-# Copyright Beman Dawes 2003, 2006
-
-# Distributed under the Boost Software License, Version 1.0.
-# See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt
-
-# See library home page at http://www.boost.org/libs/system
-
-subproject libs/system/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite "system"
- : [ run libs/system/test/error_code_test.cpp
- <lib>../build/boost_system
- : : : <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT) <define>BOOST_ALL_NO_LIB <define>BOOST_SYSTEM_STATIC_LINK
- ]
- [ run libs/system/test/error_code_test.cpp
- <dll>../build/boost_system
- : : : <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT) <define>BOOST_ALL_NO_LIB <define>BOOST_SYSTEM_DYN_LINK <runtime-link>dynamic
- : error_code_test_dll
- ]
- [ run libs/system/test/error_code_user_test.cpp
- <lib>../build/boost_system
- : : : <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT) <define>BOOST_ALL_NO_LIB <define>BOOST_SYSTEM_STATIC_LINK
- ]
- [ run libs/system/test/error_code_user_test.cpp
- <dll>../build/boost_system
- : : : <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT) <define>BOOST_ALL_NO_LIB <define>BOOST_SYSTEM_DYN_LINK <runtime-link>dynamic
- : error_code_user_test_dll
- ]
- [ run libs/system/test/system_error_test.cpp
- <lib>../build/boost_system
- : : : <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT) <define>BOOST_ALL_NO_LIB <define>BOOST_SYSTEM_STATIC_LINK
- ]
- [ run libs/system/test/system_error_test.cpp
- <dll>../build/boost_system
- : : : <sysinclude>$(BOOST_AUX_ROOT) <sysinclude>$(BOOST_ROOT) <define>BOOST_ALL_NO_LIB <define>BOOST_SYSTEM_DYN_LINK <runtime-link>dynamic
- : system_error_test_dll
- ]
- ;
-}

Deleted: trunk/libs/test/build/Jamfile
==============================================================================
--- trunk/libs/test/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,123 +0,0 @@
-# (C) Copyright Gennadiy Rozental 2001-2004.
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
-#
-# See http://www.boost.org/libs/test for the library home page.
-
-subproject libs/test/build ;
-
-PRG_EXEC_MON_SOURCES =
- execution_monitor
- cpp_main
- ;
-
-TEST_EXEC_MON_SOURCES =
- compiler_log_formatter
- execution_monitor
- framework
- plain_report_formatter
- progress_monitor
- results_collector
- results_reporter
- test_main
- test_tools
- unit_test_log
- unit_test_main
- unit_test_monitor
- unit_test_parameters
- unit_test_suite
- xml_log_formatter
- xml_report_formatter
- ;
-
-UTF_SOURCES =
- compiler_log_formatter
- exception_safety
- execution_monitor
- framework
- interaction_based
- logged_expectations
- plain_report_formatter
- progress_monitor
- results_collector
- results_reporter
- test_tools
- unit_test_log
- unit_test_main
- unit_test_monitor
- unit_test_parameters
- unit_test_suite
- xml_log_formatter
- xml_report_formatter
- ;
-
-
-
-template boost_test_dll
- ## sources ##
- :
- ## requirements ##
- : <borland><*><cxxflags>-w-8080
- # the "common-variant-tag" rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- # tell our source that we're building (and maybe using) dll's:
- <define>BOOST_TEST_DYN_LINK=1
- # set include path for Boost headers:
- <sysinclude>$(BOOST_ROOT)
- ## default build ##
- : debug release
- ;
-
-template boost_test_lib
- ## sources ##
- :
- ## requirements ##
- : <sysinclude>$(BOOST_ROOT) <borland><*><cxxflags>-w-8080
- common-variant-tag
- ## default build ##
- : debug release <runtime-link>static/dynamic
- ;
-
-lib boost_prg_exec_monitor : <template>boost_test_lib
- ../src/$(PRG_EXEC_MON_SOURCES).cpp ;
-
-lib boost_test_exec_monitor : <template>boost_test_lib
- ../src/$(TEST_EXEC_MON_SOURCES).cpp ;
-
-lib boost_unit_test_framework : <template>boost_test_lib
- ../src/$(UTF_SOURCES).cpp ;
-
-dll boost_unit_test_framework : <template>boost_test_dll
- ../src/$(UTF_SOURCES).cpp ;
-
-dll boost_prg_exec_monitor : <template>boost_test_dll
- ../src/$(PRG_EXEC_MON_SOURCES).cpp ;
-
-install test lib
- :
- <dll>boost_prg_exec_monitor
- <dll>boost_unit_test_framework
- <lib>boost_prg_exec_monitor
- <lib>boost_test_exec_monitor
- <lib>boost_unit_test_framework
- ;
-
-stage stage/lib
- :
- <dll>boost_prg_exec_monitor
- <dll>boost_unit_test_framework
- <lib>boost_prg_exec_monitor
- <lib>boost_test_exec_monitor
- <lib>boost_unit_test_framework
-
- :
- <locate>$(BOOST_ROOT)
- common-stage-tag
- <tag><postfix>-$(version-tag)
- <target>stage
- <target>all
- :
- debug release
- ;

Deleted: trunk/libs/test/example/Jamfile
==============================================================================
--- trunk/libs/test/example/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,60 +0,0 @@
-# (C) Copyright Gennadiy Rozental 2001-2006.
-# Use, modification, and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# See http://www.boost.org/libs/test for the library home page.
-
-subproject libs/test/example ;
-
-# bring in the rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-rule boost-test-example ( example-name : test-rule : lib-name ? : source_files * : use-dll ? )
-{
- source_files ?= $(example-name).cpp ;
- local library = [ cond $(use-dll) : <dll>../build/$(lib-name) : <lib>../build/$(lib-name) ] ;
-
- return [ $(test-rule) $(source_files) [ cond $(lib-name) : $(library) ]
- : #args
- : #input-files
- : #requirements
- <stlport-iostream>on
- <borland><*><cxxflags>-w-8080
- [ cond $(use-dll) : <define>BOOST_TEST_DYN_LINK=1 ]
- : $(example-name)
- ] ;
-}
-
-test-suite "boost_test_examples"
-: [ boost-test-example exec_mon_example : run : boost_prg_exec_monitor ]
- [ boost-test-example prg_exec_example : run : boost_prg_exec_monitor ]
-
- [ boost-test-example test_case_template_example : run : boost_unit_test_framework ]
-
- [ boost-test-example unit_test_example_01 : run-fail ]
- [ boost-test-example unit_test_example_02 : run : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_03 : run : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_04 : run-fail : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_05 : run-fail : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_06 : run-fail : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_07 : run : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_08 : run : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_09 : run : boost_unit_test_framework : unit_test_example_09_1.cpp unit_test_example_09_2.cpp ]
- [ boost-test-example unit_test_example_10 : run-fail : boost_unit_test_framework ]
- [ boost-test-example unit_test_example_11 : run-fail : boost_unit_test_framework ]
-# [ boost-test-example unit_test_example_12 : run : boost_unit_test_framework ]
-
- [ boost-test-example est_example1 : run : boost_unit_test_framework ]
- [ boost-test-example est_example2 : run : boost_unit_test_framework ]
- [ boost-test-example est_example2_dll : run : boost_unit_test_framework : est_example2.cpp : 1 ]
- [ boost-test-example logged_exp_example : run : boost_unit_test_framework ]
-
- [ boost-test-example named_param_example : run ]
-
- [ boost-test-example unit_test_example_04_dll : run-fail : boost_unit_test_framework : unit_test_example_04.cpp : 1 ]
-
-;

Deleted: trunk/libs/test/test/Jamfile
==============================================================================
--- trunk/libs/test/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,71 +0,0 @@
-# (C) Copyright Gennadiy Rozental 2001-2006.
-# Use, modification, and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# See http://www.boost.org/libs/test for the library home page.
-
-subproject libs/test/test ;
-
-# bring in the rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-local test-dir = "$(BOOST_ROOT)$(SLASH)libs$(SLASH)test$(SLASH)test$(SLASH)" ;
-
-rule test-btl-lib ( test-rule : test-name : lib-name ? : pattern_file * : source_files * )
-{
- source_files ?= $(test-name).cpp ;
-
- return [ $(test-rule) $(source_files) <lib>../build/$(lib-name)
- : #args
- : #input files
- $(pattern_file)
- : # requirements
- <stlport-iostream>on <borland><*><cxxflags>-w-8080
- : $(test-name)
- ] ;
-}
-
-test-suite "basics_test"
- : [ test-btl-lib run : class_properties_test : boost_unit_test_framework ]
- [ test-btl-lib run : basic_cstring_test : boost_unit_test_framework ]
- ;
-
-test-suite "prg_exec_monitor_test"
- : [ test-btl-lib run-fail : prg_exec_fail1 ]
- [ test-btl-lib run-fail : prg_exec_fail2 : boost_prg_exec_monitor ]
- [ test-btl-lib run-fail : prg_exec_fail3 : boost_prg_exec_monitor ]
- [ test-btl-lib run-fail : prg_exec_fail4 : boost_prg_exec_monitor ]
- ;
-
-test-suite "unit_test_framework_test"
- : [ test-btl-lib run : errors_handling_test : boost_unit_test_framework : $(test-dir)/test_files/errors_handling_test.pattern ]
- [ test-btl-lib run : online_test ]
- [ test-btl-lib run-fail : minimal_test ]
- [ test-btl-lib run : foreach_test ]
- [ test-btl-lib run : output_test_stream_test : boost_unit_test_framework ]
- [ test-btl-lib run : result_report_test : boost_unit_test_framework : $(test-dir)test_files/result_report_test.pattern ]
- [ test-btl-lib run : parameterized_test_test : boost_unit_test_framework ]
- [ test-btl-lib run : test_fp_comparisons : boost_unit_test_framework : $(test-dir)test_files/test_fp_comparisons.pattern ]
- [ test-btl-lib run : test_tools_test : boost_unit_test_framework : $(test-dir)test_files/test_tools_test.pattern ]
- [ test-btl-lib run : test_case_template_test : boost_unit_test_framework ]
- [ test-btl-lib run : custom_exception_test : boost_unit_test_framework ]
- [ test-btl-lib run : fixed_mapping_test : boost_unit_test_framework ]
- [ test-btl-lib run : ifstream_line_iterator_test : boost_unit_test_framework : $(test-dir)test_files$(SLASH)ifstream_line_iterator.tst1 $(test-dir)test_files$(SLASH)ifstream_line_iterator.tst2 ]
- [ test-btl-lib run : algorithms_test : boost_unit_test_framework ]
- [ test-btl-lib run : token_iterator_test : boost_unit_test_framework ]
- [ test-btl-lib run : boost_check_equal_str : boost_unit_test_framework ]
-
-# [ compile config_file_iterator_test.cpp ]
-# [ compile config_file_test.cpp ]
-
- ;
-
-# test-suite "runtime_param_test"
-# : [ test-btl-lib run : config_file_iterator_test : boost_unit_test_framework ]
-# [ test-btl-lib run : config_file_test : boost_unit_test_framework ]
-#
-# ;

Deleted: trunk/libs/thread/build/Jamfile
==============================================================================
--- trunk/libs/thread/build/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,122 +0,0 @@
-# Copyright (C) 2001-2003
-# William E. Kempf
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# Boost.Threads build Jamfile
-#
-# Additional configuration variables used:
-# See threads.jam.
-
-# Declare the location of this subproject relative to the root.
-subproject libs/thread/build ;
-
-# Include threads.jam for Boost.Threads global build information.
-# This greatly simplifies the Jam code needed to configure the build
-# for the various Win32 build types.
-import ./threads ;
-
-{
- CPP_SOURCES =
- barrier
- condition
- exceptions
- mutex
- once
- recursive_mutex
- read_write_mutex
- thread
- tss_hooks
- tss_dll
- tss_pe
- tss
- xtime
- ;
-
- template boost_thread_lib_base
- : ## sources ##
- <template>thread_base
- ../src/$(CPP_SOURCES).cpp
- : ## requirements ##
- <sysinclude>$(BOOST_ROOT) #:should be unnecessary (because already included in thread_base)
- <define>BOOST_THREAD_BUILD_LIB=1
- # the common names rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : ## default build ##
- ;
-
- template boost_thread_dll_base
- : ## sources ##
- <template>thread_base
- ../src/$(CPP_SOURCES).cpp
- : ## requirements ##
- <sysinclude>$(BOOST_ROOT) #:should be unnecessary (because already included in thread_base)
- <define>BOOST_THREAD_BUILD_DLL=1
- <runtime-link>dynamic
- # the common names rule ensures that the library will
- # be named according to the rules used by the install
- # and auto-link features:
- common-variant-tag
- : ## default build ##
- ;
-
- lib $(boost_thread_lib_name)
- : ## sources ##
- <template>boost_thread_lib_base
- : ## requirements ##
- <define>BOOST_THREAD_LIB_NAME=$(boost_thread_lib_name)
- : ## default build ##
- ;
-
- dll $(boost_thread_lib_name)
- : ## sources ##
- <template>boost_thread_dll_base
- : ## requirements ##
- <define>BOOST_THREAD_LIB_NAME=$(boost_thread_lib_name)
- : ## default build ##
- ;
-
- stage bin-stage
- : <dll>$(boost_thread_lib_name)
- <lib>$(boost_thread_lib_name)
- ;
-
- install thread lib
- : <dll>$(boost_thread_lib_name)
- <lib>$(boost_thread_lib_name)
- ;
-
- if $(boost_thread_lib_settings_ptw32)
- {
- lib $(boost_thread_lib_name_ptw32)
- : ## sources ##
- <template>boost_thread_lib_base
- : ## requirements ##
- <define>BOOST_THREAD_LIB_NAME=$(boost_thread_lib_name_ptw32)
- $(boost_thread_lib_settings_ptw32)
- : ## default build ##
- ;
-
- dll $(boost_thread_lib_name_ptw32)
- : ## sources ##
- <template>boost_thread_dll_base
- : ## requirements ##
- <define>BOOST_THREAD_LIB_NAME=$(boost_thread_lib_name_ptw32)
- $(boost_thread_lib_settings_ptw32)
- : ## default build ##
- ;
-
- stage bin-stage
- : <dll>$(boost_thread_lib_name_ptw32)
- <lib>$(boost_thread_lib_name_ptw32)
- ;
-
- install thread lib
- : <dll>$(boost_thread_lib_name_ptw32)
- <lib>$(boost_thread_lib_name_ptw32)
- ;
- }
-}

Deleted: trunk/libs/thread/example/Jamfile
==============================================================================
--- trunk/libs/thread/example/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,49 +0,0 @@
-# Copyright (C) 2001-2003
-# William E. Kempf
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# Boost.Threads example Jamfile
-#
-# Additional configuration variables used:
-# 1. PTW32 may be used on Win32 platforms to specify that the pthreads-win32
-# library should be used instead of "native" threads. This feature is
-# mostly used for testing and it's generally recommended you use the
-# native threading libraries instead. PTW32 should be set to be a list
-# of two strings, the first specifying the installation path of the
-# pthreads-win32 library and the second specifying which library
-# variant to link against (see the pthreads-win32 documentation).
-# Example: jam -sPTW32="c:\pthreads-win32 pthreadVCE.lib"
-
-# Declare the location of this subproject relative to the root.
-subproject libs/thread/example ;
-
-# Include threads.jam for Boost.Threads global build information.
-# This greatly simplifies the Jam code needed to configure the build
-# for the various Win32 build types.
-import ../build/threads ;
-
-{
- template example
- ## sources ##
- : <template>thread_base
- <lib>../build/boost_thread
- ## requirements ##
- :
- ## default build ##
- :
- ;
-
- exe monitor : <template>example monitor.cpp ;
- exe starvephil : <template>example starvephil.cpp ;
- exe tennis : <template>example tennis.cpp ;
- exe condition : <template>example condition.cpp ;
- exe mutex : <template>example mutex.cpp ;
- exe once : <template>example once.cpp ;
- exe recursive_mutex : <template>example recursive_mutex.cpp ;
- exe thread : <template>example thread.cpp ;
- exe thread_group : <template>example thread_group.cpp ;
- exe tss : <template>example tss.cpp ;
- exe xtime : <template>example xtime.cpp ;
-}

Deleted: trunk/libs/thread/test/Jamfile
==============================================================================
--- trunk/libs/thread/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,78 +0,0 @@
-# Copyright (C) 2001-2003
-# William E. Kempf
-#
-# Distributed under the Boost Software License, Version 1.0. (See accompanying
-# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#
-# Boost.Threads test Jamfile
-#
-# Additional configuration variables used:
-# See threads.jam.
-
-# Declare the location of this subproject relative to the root.
-subproject libs/thread/test ;
-
-# Include threads.jam for Boost.Threads global build information.
-# This greatly simplifies the Jam code needed to configure the build
-# for the various Win32 build types.
-import ../build/threads ;
-
-# bring in rules for testing
-import testing ;
-
-{
- template boost_thread_test_lib
- : ## sources ##
- <template>thread_base
- ../src/tss_null.cpp
- <lib>../build/boost_thread
- <lib>../../test/build/boost_unit_test_framework
- #<lib>../../test/build/boost_test_exec_monitor
- : ## requirements ##
- <sysinclude>$(BOOST_ROOT) #:should be unnecessary (because already included in thread_base)
- <define>BOOST_ALL_NO_LIB=1
- <define>BOOST_THREAD_USE_LIB=1
- <define>BOOST_THREAD_TEST=1
- #<runtime-link>static
- <threading>multi
- : ## default build ##
- ;
-
- template boost_thread_test_dll
- : ## sources ##
- <template>thread_base
- ../src/tss_null.cpp
- <dll>../build/boost_thread
- <lib>../../test/build/boost_unit_test_framework
- #<lib>../../test/build/boost_test_exec_monitor
- : ## requirements ##
- <sysinclude>$(BOOST_ROOT) #:should be unnecessary (because already included in thread_base)
- <define>BOOST_ALL_NO_LIB=1
- <define>BOOST_THREAD_USE_DLL=1
- <define>BOOST_THREAD_TEST=1
- <runtime-link>dynamic
- <threading>multi
- : ## default build ##
- ;
-
- test-suite "threads"
- :
- [ run test_thread.cpp <template>boost_thread_test_dll ]
- [ run test_mutex.cpp <template>boost_thread_test_dll ]
- [ run test_condition.cpp <template>boost_thread_test_dll ]
- [ run test_tss.cpp <template>boost_thread_test_dll ]
- [ run test_once.cpp <template>boost_thread_test_dll ]
- [ run test_xtime.cpp <template>boost_thread_test_dll ]
- [ run test_barrier.cpp <template>boost_thread_test_dll ]
- [ run test_read_write_mutex.cpp <template>boost_thread_test_dll ]
-
- [ run test_thread.cpp <template>boost_thread_test_lib : : : : test_thread_lib ]
- [ run test_mutex.cpp <template>boost_thread_test_lib : : : : test_mutex_lib ]
- [ run test_condition.cpp <template>boost_thread_test_lib : : : : test_condition_lib ]
- [ run test_tss.cpp <template>boost_thread_test_lib : : : : test_tss_lib ]
- [ run test_once.cpp <template>boost_thread_test_lib : : : : test_once_lib ]
- [ run test_xtime.cpp <template>boost_thread_test_lib : : : : test_xtime_lib ]
- [ run test_barrier.cpp <template>boost_thread_test_lib : : : : test_barrier_lib ]
- [ run test_read_write_mutex.cpp <template>boost_thread_test_lib : : : : test_read_write_mutex_lib ]
- ;
-}

Deleted: trunk/libs/tr1/test/Jamfile
==============================================================================
--- trunk/libs/tr1/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,107 +0,0 @@
-# Copyright John Maddock 2005.
-# Use, modification and distribution are subject to the
-# Boost Software License, Version 1.0. (See accompanying file
-# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-subproject libs/tr1/test ;
-
-# bring in the rules for testing
-import testing ;
-
-#
-# define the sources which need testing, mostly this is just
-# all the files *_test.cpp, but any badly named examples can
-# be added to this list :-)
-#
-
-# this rule enumerates through all the sources and invokes
-# the run rule for each source, the result is a list of all
-# the run rules, which we can pass on to the test_suite rule:
-rule test_all
-{
- #ECHO executing test_all rule ;
- local all_rules = ;
- for local file in [ GLOB $(BOOST_ROOT)/libs/tr1/test : test*.cpp ]
- {
- all_rules += [ compile $(file)
- : <include>$(BOOST_ROOT) ] ;
- all_rules += [ compile $(file)
- : #<sysinclude>$(BOOST_ROOT)/boost/tr1/tr1
- <include>$(BOOST_ROOT)/boost/tr1/tr1
- # Borland's broken include mechanism needs these extra headers:
- <borland-5_6_4><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland-5_5_1><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <include>$(BOOST_ROOT)
- <define>TEST_STD_HEADERS=1 : std_$(file:B) ] ;
- }
- for local fileb in [ GLOB $(BOOST_ROOT)/libs/tr1/test : run*.cpp ]
- {
- all_rules += [ run $(fileb) : : : <include>$(BOOST_ROOT) ] ;
- all_rules += [ run $(fileb)
- : # additional args
- : # test-files
- : # requirements
- #<sysinclude>$(BOOST_ROOT)/boost/tr1/tr1
- <include>$(BOOST_ROOT)/boost/tr1/tr1
- # Borland's broken include mechanism needs these extra headers:
- <borland-5_6_4><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland-5_5_1><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <include>$(BOOST_ROOT)
- <define>TEST_STD_HEADERS=1 : std_$(fileb:B) ] ;
- }
- for local file2 in [ GLOB $(BOOST_ROOT)/libs/tr1/test/config : tr1_has_tr1*fail.cpp ]
- {
- local test = [ compile-fail $(file2) : <include>$(BOOST_ROOT) ] ;
- all_rules += $(test) ;
- }
- for local filec in [ GLOB $(BOOST_ROOT)/libs/tr1/test/config : tr1_has_tr1*pass.cpp ]
- {
- local test = [ compile $(filec) : <include>$(BOOST_ROOT) ] ;
- all_rules += $(test) ;
- }
-
- for local file3 in [ GLOB $(BOOST_ROOT)/libs/tr1/test/type_traits : *.cpp ]
- {
- all_rules += [ run $(file3)
- : # additional args
- : # test-files
- : # requirements
- <include>$(BOOST_ROOT)/libs/type_traits/test
- <include>$(BOOST_ROOT)/boost/tr1/tr1
- # Borland's broken include mechanism needs these extra headers:
- <borland-5_6_4><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland-5_5_1><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <include>$(BOOST_ROOT)
- <define>TEST_STD=1 ] ;
- }
- for local file5 in [ GLOB $(BOOST_ROOT)/libs/tr1/test/std_headers : *.cpp ]
- {
- all_rules += [ compile $(file5)
- :
- <include>$(BOOST_ROOT)/boost/tr1/tr1
- # Borland's broken include mechanism needs these extra headers:
- <borland-5_6_4><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland-5_5_1><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <borland><*><include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32
- <include>$(BOOST_ROOT)
- <define>TEST_STD=1 : $(file5:B)_std_header ] ;
- }
- #ECHO $(all_rules) ;
- return $(all_rules) ;
-}
-
-test-suite tr1 : [ test_all r ] ;
-
-
-
-
-
-
-
-
-
-
-

Deleted: trunk/libs/typeof/test/Jamfile
==============================================================================
--- trunk/libs/typeof/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,89 +0,0 @@
-# Copyright (C) 2006 Arkadiy Vertleyb
-# Use, modification and distribution is subject to the Boost Software
-# License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
-
-# Boost Typeof Library test Jamfile
-
-subproject libs/typeof/test ;
-
-# bring in rules for testing
-import testing ;
-
-local rule special-requirements ( toolset variant : properties * )
-{
- # Tru64/CXX6.5 hangs on most tests, so just turn it off completely.
-
- if $(UNIX) && $(OS) = OSF
- {
- switch $(toolset)
- {
- case tru64cxx65* : properties =
- [ replace-properties $(properties) : <build>no ] ;
- }
- }
-
- return $(properties) ;
-}
-
-test-suite "typeof"
- :
- [ compile type.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : type_native ]
- [ compile type.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : type_emulation ]
-
- [ compile template_type.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : template_type_native ]
- [ compile template_type.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : template_type_emulation ]
-
- [ compile template_int.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : template_int_native ]
- [ compile template_int.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : template_int_emulation ]
-
- [ compile template_tpl.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : template_tpl_native ]
- [ compile template_tpl.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : template_tpl_emulation ]
-
- [ compile template_enum.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : template_enum_native ]
- [ compile template_enum.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : template_enum_emulation ]
-
- [ compile template_dependent.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : template_dependent_native ]
- [ compile template_dependent.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : template_dependent_emulation ]
-
- [ compile template_multiword.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : template_multiword_native ]
- [ compile template_multiword.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : template_multiword_emulation ]
-
- [ compile modifiers.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : modifiers_native ]
- [ compile modifiers.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : modifiers_emulation ]
-
- [ compile function.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : function_native ]
- [ compile function.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : function_emulation ]
-
- [ compile function_binding.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : function_binding_native ]
- [ compile function_binding.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : function_binding_emulation ]
-
- [ compile function_ptr.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : function_ptr_native ]
- [ compile function_ptr.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : function_ptr_emulation ]
-
- [ compile function_ref.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : function_ref_native ]
- [ compile function_ref.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : function_ref_emulation ]
-
- [ compile member_function.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : member_function_native ]
- [ compile member_function.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : member_function_emulation ]
-
- [ compile data_member.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : data_member_native ]
- [ compile data_member.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : data_member_emulation ]
-
- [ compile noncopyable.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : noncopyable_native ]
- [ compile noncopyable.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : noncopyable_emulation ]
-
- [ compile std.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : std_native ]
- [ compile std.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : std_emulation ]
-
- [ run odr1.cpp odr2.cpp : : : <define>BOOST_TYPEOF_NATIVE special-requirements : odr_native ]
- [ run odr1.cpp odr2.cpp : : : <define>BOOST_TYPEOF_EMULATION special-requirements : odr_emulation ]
-
- [ compile function_ptr_from_tpl.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : function_ptr_from_tpl_native ]
- [ compile function_ptr_from_tpl.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : function_ptr_from_tpl_emulation ]
-
- [ compile nested_typedef.cpp : <define>BOOST_TYPEOF_NATIVE special-requirements : nested_typedef_native ]
- [ compile nested_typedef.cpp : <define>BOOST_TYPEOF_EMULATION special-requirements : nested_typedef_emulation ]
-
- [ run odr_no_uns1.cpp odr_no_uns2.cpp : : : <define>BOOST_TYPEOF_EMULATION special-requirements : odr_no_uns ]
-
- ;

Deleted: trunk/libs/utility/enable_if/test/Jamfile
==============================================================================
--- trunk/libs/utility/enable_if/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-# Copyright David Abrahams 2003.
-# Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-# For more information, see http://www.boost.org/
-
-subproject libs/utility/enable_if/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- local test_monitor = <lib>@boost/libs/test/build/boost_test_exec_monitor ;
-
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite utility/enable_if
- :
- [ run libs/utility/enable_if/test/constructors.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/dummy_arg_disambiguation.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/lazy.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/lazy_test.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/member_templates.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/namespace_disambiguation.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/no_disambiguation.cpp $(test_monitor) ]
- [ run libs/utility/enable_if/test/partial_specializations.cpp $(test_monitor) ]
- ;
-}

Deleted: trunk/libs/utility/test/Jamfile
==============================================================================
--- trunk/libs/utility/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,43 +0,0 @@
-# Copyright David Abrahams 2003. Permission to copy, use,
-# modify, sell and distribute this software is granted provided this
-# copyright notice appears in all copies. This software is provided
-# "as is" without express or implied warranty, and with no claim as
-# to its suitability for any purpose.
-
-# For more information, see http://www.boost.org/
-
-subproject libs/utility/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-local test_monitor = <lib>@boost/libs/test/build/boost_test_exec_monitor ;
-
-# Please keep the tests ordered by filename
-test-suite utility
- :
- [ run ../addressof_test.cpp ]
- [ run ../assert_test.cpp ]
- [ run ../base_from_member_test.cpp ]
- [ run ../binary_search_test.cpp ]
- [ run ../call_traits_test.cpp : -u ]
- [ compile-fail ../checked_delete_test.cpp ]
- [ run ../compressed_pair_test.cpp $(test_monitor) : -u ]
- [ run ../current_function_test.cpp : : : <test-info>always_show_run_output ]
- [ run ../iterators_test.cpp $(test_monitor) ]
- [ run next_prior_test.cpp $(test_monitor) ]
- [ compile-fail ../noncopyable_test.cpp ]
- [ run ../numeric_traits_test.cpp ]
- [ run ../operators_test.cpp $(test_monitor) ]
- [ compile ../ref_ct_test.cpp ]
- [ run ../ref_test.cpp $(test_monitor) ]
- [ compile result_of_test.cpp ]
- [ run ../shared_iterator_test.cpp ]
- [ run ../value_init_test.cpp ]
- [ compile-fail ../value_init_test_fail1.cpp ]
- [ compile-fail ../value_init_test_fail2.cpp ]
- [ compile-fail ../value_init_test_fail3.cpp ]
- ;

Deleted: trunk/libs/variant/test/Jamfile
==============================================================================
--- trunk/libs/variant/test/Jamfile 2007-08-08 15:02:26 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,50 +0,0 @@
-# Boost.Variant Library test Jamfile
-#
-# Copyright (C) 2003, Eric Friedman, Itay Maman.
-#
-# This material is provided "as is", with absolutely no warranty expressed
-# or implied. Any use is at your own risk.
-#
-# Permission to use or copy this software for any purpose is hereby granted
-# without fee, provided the above notices are retained on all copies.
-# Permission to modify the code and to distribute modified code is granted,
-# provided the above notices are retained, and a notice that the code was
-# modified is included with the above copyright notice.
-#
-
-subproject libs/variant/test ;
-
-# bring in rules for testing
-import testing ;
-
-# Make tests run by default.
-DEPENDS all : test ;
-
-{
- # look in BOOST_ROOT for sources first, just in this Jamfile
- local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
-
- test-suite variant
- :
- [ run libs/variant/test/test1.cpp libs/variant/test/class_a.cpp
- : : : : variant_test1 ]
- [ run libs/variant/test/test2.cpp
- : : : : variant_test2 ]
- [ run libs/variant/test/test3.cpp
- : : : : variant_test3 ]
- [ run libs/variant/test/test4.cpp libs/variant/test/class_a.cpp
- : : : : variant_test4 ]
- [ run libs/variant/test/test5.cpp
- : : : : variant_test5 ]
- [ run libs/variant/test/test6.cpp
- : : : : variant_test6 ]
- [ run libs/variant/test/test7.cpp
- : : : : variant_test7 ]
- [ run libs/variant/test/test8.cpp
- : : : : variant_test8 ]
- [ run libs/variant/test/recursive_variant_test.cpp ]
- [ run libs/variant/test/variant_reference_test.cpp ]
- [ run libs/variant/test/variant_comparison_test.cpp ]
- [ run libs/variant/test/variant_visit_test.cpp ]
- ;
-}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk