Compare commits

...

2 Commits

Author SHA1 Message Date
Beman Dawes
c57e8ef5b4 Release 1.41.0
[SVN r57747]
2009-11-18 14:58:26 +00:00
Troy D. Straszheim
e94f64039d rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
3 changed files with 0 additions and 93 deletions

View File

@@ -1,36 +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
enable_shared_from_this.hpp
pointer_cast.hpp
scoped_array.hpp
scoped_ptr.hpp
shared_array.hpp
shared_ptr.hpp
weak_ptr.hpp
)
# Add a library target to the build system
boost_library_project(
smart_ptr
# SRCDIRS
TESTDIRS test
HEADERS ${lib_headers}
# DOCDIRS
DESCRIPTION "Five smart pointer class templates."
MODULARIZED
AUTHORS "Greg Colvin"
"Beman Dawes <bdawes -at- acm.org>"
"Peter Dimov <pdimov -at- mmltd.net>"
"Darin Adler"
# MAINTAINERS
)

View File

@@ -1 +0,0 @@
boost_module(smart_ptr DEPENDS utility)

View File

@@ -1,56 +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(tokenizer BOOST_DEPENDS test intrusive)
boost_test_run(smart_ptr_test)
boost_test_run(shared_ptr_basic_test)
boost_test_run(shared_ptr_test)
boost_test_run(weak_ptr_test)
boost_test_run(shared_from_this_test)
boost_test_run(get_deleter_test)
boost_test_run(intrusive_ptr_test)
boost_test_run(atomic_count_test)
boost_test_run(lw_mutex_test)
boost_test_compile_fail(shared_ptr_assign_fail)
boost_test_compile_fail(shared_ptr_delete_fail)
boost_test_compile_fail(shared_ptr_compare_fail)
boost_test_run(shared_ptr_alloc2_test)
boost_test_run(pointer_cast_test)
boost_test_compile(pointer_to_other_test)
boost_test_run(auto_ptr_rv_test)
boost_test_run(shared_ptr_alias_test)
boost_test_run(shared_ptr_rv_test)
boost_test_run(shared_ptr_move_test)
boost_test_compile_fail(shared_ptr_pv_fail)
boost_test_run(sp_unary_addr_test)
boost_test_compile_fail(scoped_ptr_eq_fail)
boost_test_compile_fail(scoped_array_eq_fail)
boost_test_run(esft_regtest)
boost_test_run(yield_k_test)
message(STATUS "!!!> yield_k_test multhreaded")
boost_test_run(spinlock_test)
boost_test_run(spinlock_try_test)
message(STATUS "!!!> spinlock_try_test multithreaded")
boost_test_run(spinlock_pool_test)
boost_test_run(make_shared_test)
boost_test_run(sp_convertible_test)
boost_test_run(wp_convertible_test)
boost_test_run(ip_convertible_test)
boost_test_run(allocate_shared_test)
boost_test_run(sp_atomic_test)
boost_test_run(esft_void_test)
boost_test_run(esft_second_ptr_test)
boost_test_run(make_shared_esft_test)
boost_test_run(allocate_shared_esft_test)
boost_test_run(sp_recursive_assign_test)
boost_test_run(sp_recursive_assign2_test)
boost_test_run(sp_recursive_assign_rv_test)
boost_test_run(sp_recursive_assign2_rv_test)
boost_test_compile_fail(auto_ptr_lv_fail)
boost_test_run(atomic_count_test2)