Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-07-18 09:02:01


Author: dgregor
Date: 2008-07-18 09:02:00 EDT (Fri, 18 Jul 2008)
New Revision: 47548
URL: http://svn.boost.org/trac/boost/changeset/47548

Log:
Modularize and add tests for the Bimap library
Added:
   branches/CMake/release/libs/bimap/module.cmake (contents, props changed)
   branches/CMake/release/libs/bimap/test/CMakeLists.txt (contents, props changed)
Text files modified:
   branches/CMake/release/libs/bimap/CMakeLists.txt | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: branches/CMake/release/libs/bimap/CMakeLists.txt
==============================================================================
--- branches/CMake/release/libs/bimap/CMakeLists.txt (original)
+++ branches/CMake/release/libs/bimap/CMakeLists.txt 2008-07-18 09:02:00 EDT (Fri, 18 Jul 2008)
@@ -1,3 +1,7 @@
 boost_library_project(Bimap
   HEADERS bimap.hpp bimap
+ TESTDIRS test
+ MODULARIZED
+ DESCRIPTION "Bidirectional map containers"
+ AUTHORS "Matias Capeletto <matias.capeletto -at- gmail.com>"
   )

Added: branches/CMake/release/libs/bimap/module.cmake
==============================================================================
--- (empty file)
+++ branches/CMake/release/libs/bimap/module.cmake 2008-07-18 09:02:00 EDT (Fri, 18 Jul 2008)
@@ -0,0 +1 @@
+boost_module(bimap DEPENDS xpressive)
\ No newline at end of file

Added: branches/CMake/release/libs/bimap/test/CMakeLists.txt
==============================================================================
--- (empty file)
+++ branches/CMake/release/libs/bimap/test/CMakeLists.txt 2008-07-18 09:02:00 EDT (Fri, 18 Jul 2008)
@@ -0,0 +1,41 @@
+boost_test_run(test_tagged)
+boost_test_run(test_structured_pair)
+boost_test_run(test_mutant)
+boost_test_run(test_mutant_relation)
+boost_test_run(test_bimap_set_of)
+boost_test_run(test_bimap_multiset_of)
+boost_test_run(test_bimap_unordered_set_of)
+boost_test_run(test_bimap_unordered_multiset_of)
+boost_test_run(test_bimap_list_of)
+boost_test_run(test_bimap_vector_of)
+boost_test_run(test_bimap_ordered)
+boost_test_run(test_bimap_unordered)
+boost_test_run(test_bimap_sequenced)
+boost_test_run(test_bimap_unconstrained)
+boost_test_run(test_bimap_assign)
+boost_test_run(test_bimap_property_map)
+boost_test_run(test_bimap_modify)
+boost_test_run(test_bimap_range)
+boost_test_run(test_bimap_operator_bracket)
+boost_test_run(test_bimap_lambda)
+boost_test_run(test_bimap_mutable)
+boost_test_run(test_bimap_extra)
+boost_test_run(test_bimap_convenience_header)
+boost_test_run(test_bimap_project)
+boost_test_run(test_bimap_serialization DEPENDS boost_serialization)
+boost_test_run(test_bimap_info)
+boost_test_compile_fail(test_bimap_mutable_1 compile_fail/test_bimap_mutable_1.cpp)
+boost_test_compile_fail(test_bimap_mutable_2 compile_fail/test_bimap_mutable_2.cpp)
+boost_test_compile_fail(test_bimap_mutable_3 compile_fail/test_bimap_mutable_3.cpp)
+boost_test_compile_fail(test_bimap_info_1 compile_fail/test_bimap_info_1.cpp)
+boost_test_compile_fail(test_bimap_info_2 compile_fail/test_bimap_info_2.cpp)
+boost_test_compile_fail(test_bimap_info_3 compile_fail/test_bimap_info_3.cpp)
+boost_test_run(bimap_and_boost_property_map ../example/bimap_and_boost/property_map.cpp)
+boost_test_run(bimap_and_boost_range ../example/bimap_and_boost/range.cpp)
+boost_test_run(bimap_and_boost_foreach ../example/bimap_and_boost/foreach.cpp)
+boost_test_run(bimap_and_boost_lambda ../example/bimap_and_boost/lambda.cpp)
+boost_test_run(bimap_and_boost_assign ../example/bimap_and_boost/assign.cpp)
+boost_test_run(bimap_and_boost_xpressive ../example/bimap_and_boost/xpressive.cpp)
+boost_test_run(bimap_and_boost_typeof ../example/bimap_and_boost/typeof.cpp)
+boost_test_compile(bimap_and_boost_serialization
+ ../example/bimap_and_boost/serialization.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