|
From: Daniel J. <dan...@us...> - 2007-03-18 22:37:28
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32539/libs/unordered/test/helpers Modified Files: check_return_type.hpp equivalent.hpp fwd.hpp generators.hpp helpers.hpp input_iterator.hpp invariants.hpp metafunctions.hpp random_values.hpp strong.hpp tracker.hpp Log Message: Import latest changes to the unordered containers. Includes: Copyright update. Switch back to the version where the sentinel points to itself. Remove alternative versions of swap. Workaround a borland bug or two. More consistent use of class/swap/template. Avoid a few warnings. Add a no-throw swap to the allocator for exception testing. Index: tracker.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/tracker.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- tracker.hpp 31 Oct 2006 22:19:26 -0000 1.5 +++ tracker.hpp 18 Mar 2007 20:00:59 -0000 1.6 @@ -1,5 +1,5 @@ -// Copyright 2006 Daniel James. +// Copyright 2006-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) Index: metafunctions.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/metafunctions.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- metafunctions.hpp 1 Jul 2006 22:31:26 -0000 1.5 +++ metafunctions.hpp 18 Mar 2007 20:00:58 -0000 1.6 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) Index: fwd.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/fwd.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fwd.hpp 1 Jul 2006 22:31:26 -0000 1.4 +++ fwd.hpp 18 Mar 2007 20:00:58 -0000 1.5 @@ -1,5 +1,5 @@ -// Copyright 2006 Daniel James. +// Copyright 2006-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) Index: invariants.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/invariants.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- invariants.hpp 31 Oct 2006 22:19:26 -0000 1.6 +++ invariants.hpp 18 Mar 2007 20:00:58 -0000 1.7 @@ -1,5 +1,5 @@ -// Copyright 2006 Daniel James. +// Copyright 2006-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) Index: strong.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/strong.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- strong.hpp 31 Oct 2006 22:19:26 -0000 1.5 +++ strong.hpp 18 Mar 2007 20:00:59 -0000 1.6 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) Index: random_values.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/random_values.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- random_values.hpp 31 Oct 2006 22:19:26 -0000 1.5 +++ random_values.hpp 18 Mar 2007 20:00:59 -0000 1.6 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) Index: generators.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/generators.hpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- generators.hpp 31 Oct 2006 22:19:26 -0000 1.7 +++ generators.hpp 18 Mar 2007 20:00:58 -0000 1.8 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) Index: equivalent.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/equivalent.hpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- equivalent.hpp 1 Jul 2006 22:31:26 -0000 1.8 +++ equivalent.hpp 18 Mar 2007 20:00:58 -0000 1.9 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) Index: input_iterator.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/input_iterator.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input_iterator.hpp 31 Oct 2006 22:19:26 -0000 1.2 +++ input_iterator.hpp 18 Mar 2007 20:00:58 -0000 1.3 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) Index: helpers.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/helpers.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- helpers.hpp 6 Aug 2006 20:42:45 -0000 1.4 +++ helpers.hpp 18 Mar 2007 20:00:58 -0000 1.5 @@ -1,5 +1,5 @@ -// Copyright 2006 Daniel James. +// Copyright 2006-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) Index: check_return_type.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/unordered/test/helpers/check_return_type.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- check_return_type.hpp 1 Jul 2006 22:31:26 -0000 1.2 +++ check_return_type.hpp 18 Mar 2007 20:00:58 -0000 1.3 @@ -1,5 +1,5 @@ -// Copyright 2005-2006 Daniel James. +// 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) |