Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-08-08 14:26:52


Author: danieljames
Date: 2007-08-08 14:26:51 EDT (Wed, 08 Aug 2007)
New Revision: 38512
URL: http://svn.boost.org/trac/boost/changeset/38512

Log:
Drop the v1 Jamfiles.

Removed:
   trunk/libs/functional/hash/examples/Jamfile
   trunk/libs/functional/hash/test/Jamfile

Deleted: trunk/libs/functional/hash/examples/Jamfile
==============================================================================
--- trunk/libs/functional/hash/examples/Jamfile 2007-08-08 14:26:51 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,28 +0,0 @@
-
-# (C) Copyright Daniel James 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/functional/hash/examples ;
-
-import testing ;
-
-DEPENDS all : test ;
-
-rule hash-example ( name )
-{
- return [
- run $(name).cpp
- : : : <include>$(BOOST_ROOT)
- ] ;
-}
-
-{
- test-suite functional/examples
- :
- [ hash-example books ]
- [ hash-example point ]
- [ hash-example portable ]
- ;
-}

Deleted: trunk/libs/functional/hash/test/Jamfile
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile 2007-08-08 14:26:51 EDT (Wed, 08 Aug 2007)
+++ (empty file)
@@ -1,52 +0,0 @@
-
-# Copyright 2005-2007 Daniel James.
-# 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/functional/hash/test ;
-
-import testing ;
-
-DEPENDS all : test ;
-
-rule hash-test ( names + : extras * )
-{
- return [
- run $(names).cpp
- : : : <include>$(BOOST_ROOT) $(extras)
- : $(names[1])
- ] ;
-}
-
-{
- test-suite functional/hash
- :
- [ hash-test hash_fwd_test_1 ]
- [ hash-test hash_fwd_test_2 ]
- [ hash-test hash_number_test ]
- [ hash-test hash_pointer_test ]
- [ hash-test hash_function_pointer_test ]
- [ hash-test hash_float_test : <test-info>always_show_run_output ]
- [ hash-test hash_string_test ]
- [ hash-test hash_range_test ]
- [ hash-test hash_custom_test ]
- [ hash-test hash_global_namespace_test ]
- [ hash-test hash_friend_test ]
- [ hash-test hash_built_in_array_test ]
- [ hash-test hash_value_array_test ]
- [ hash-test hash_vector_test ]
- [ hash-test hash_list_test ]
- [ hash-test hash_deque_test ]
- [ hash-test hash_set_test ]
- [ hash-test hash_map_test ]
- [ hash-test hash_complex_test ]
- [ hash-test link_test link_test_2 ]
- [ hash-test link_ext_test link_no_ext_test ]
- [ run container_fwd_test.cpp : : : <include>$(BOOST_ROOT) ]
- [ compile-fail hash_no_ext_fail_test.cpp ]
- [ run hash_no_ext_macro_1.cpp ]
- [ run hash_no_ext_macro_2.cpp ]
- ;
-}
-
-subinclude libs/functional/hash/examples ;


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