diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index f6285c4..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -#---------------------------------------------------------------------------- -# This file was automatically generated from the original CMakeLists.txt file -# Add a variable to hold the headers for the library -set (lib_headers - assert.hpp - call_traits.hpp - checked_delete.hpp - compressed_pair.hpp - current_function.hpp - operators.hpp - throw_exception.hpp - utility.hpp - utility -) - -# Add a library target to the build system -boost_library_project( - utility - # SRCDIRS - TESTDIRS test swap/test enable_if/test - HEADERS ${lib_headers} - # DOCDIRS - DESCRIPTION "Various small utilities for C++ programming." - MODULARIZED - AUTHORS "David Abrahams " - "Brad King" - "Douglas Gregor " - # MAINTAINERS -) - - diff --git a/enable_if/test/CMakeLists.txt b/enable_if/test/CMakeLists.txt deleted file mode 100644 index be95145..0000000 --- a/enable_if/test/CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -foreach(T - constructors - dummy_arg_disambiguation - lazy - lazy_test - member_templates - namespace_disambiguation - no_disambiguation - partial_specializations - ) - boost_test_run(${T} DEPENDS boost_test_exec_monitor) -endforeach() - - diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 4d78340..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(utility DEPENDS iterator exception detail ) \ No newline at end of file diff --git a/swap/test/CMakeLists.txt b/swap/test/CMakeLists.txt deleted file mode 100644 index 2562313..0000000 --- a/swap/test/CMakeLists.txt +++ /dev/null @@ -1,41 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# - -foreach(T - root_header_1 root_header_2 - lib_header_1 lib_header_2 - mixed_headers_1 mixed_headers_2) - boost_test_compile(${T}) -endforeach() - - -# [ run primitive.cpp ../../../test/build//boost_test_exec_monitor/static ] - - -foreach(T - primitive - specialized_in_boost - specialized_in_global - specialized_in_other - specialized_in_std - specialized_in_boost_and_other - std_bitset - std_dateorder - std_string - std_typeinfo_ptr - std_vector_of_boost - std_vector_of_global - std_vector_of_other - no_ambiguity_in_boost - array_of_array_of_class - array_of_array_of_int - array_of_class - array_of_int - array_of_template) - boost_test_run(${T} DEPENDS boost_test_exec_monitor) -endforeach() - diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 4ed28b6..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,47 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -boost_additional_test_dependencies(utility BOOST_DEPENDS test) - -boost_test_run(addressof_fn_test ../addressof_fn_test.cpp) -boost_test_run(addressof_test ../addressof_test.cpp) -boost_test_run(addressof_test2 ../addressof_test2.cpp) -boost_test_run(assert_test ../assert_test.cpp) -boost_test_run(base_from_member_test ../base_from_member_test.cpp) -boost_test_run(binary_search_test ../binary_search_test.cpp) -boost_test_run(call_traits_test ../call_traits_test.cpp ARGS -u) -boost_test_compile_fail(checked_delete_test ../checked_delete_test.cpp) -boost_test_run(compressed_pair_test - ../compressed_pair_test - DEPENDS boost_test_exec_monitor) -boost_test_run(current_function_test ../current_function_test.cpp) -boost_test_run(iterators_test - ../iterators_test.cpp - DEPENDS boost_test_exec_monitor) -boost_test_run(next_prior_test DEPENDS boost_test_exec_monitor) -boost_test_compile_fail(noncopyable_test ../noncopyable_test.cpp) -boost_test_run(numeric_traits_test ../numeric_traits_test.cpp) -if (${CMAKE_SYSTEM} MATCHES "FreeBSD-.*") -boost_test_compile_fail("operators_test_compilerbug") -elseif(${CMAKE_SYSTEM} MATCHES "FreeBSD-.*") -boost_test_run(operators_test - ../operators_test.cpp - DEPENDS boost_test_exec_monitor) -endif(${CMAKE_SYSTEM} MATCHES "FreeBSD-.*") -boost_test_compile(ref_ct_test ../ref_ct_test.cpp) -boost_test_run(ref_test - ../ref_test.cpp - DEPENDS boost_test_exec_monitor) -boost_test_compile(result_of_test) -boost_test_run(shared_iterator_test ../shared_iterator_test.cpp) -boost_test_run(value_init_test ../value_init_test.cpp) -boost_test_compile_fail(value_init_test_fail1 - ../value_init_test_fail1.cpp) -boost_test_compile_fail(value_init_test_fail2 - ../value_init_test_fail2.cpp) -boost_test_compile_fail(value_init_test_fail3 - ../value_init_test_fail3.cpp) -boost_test_run(verify_test ../verify_test.cpp) \ No newline at end of file