diff options
author | Phillip Jordan <phillip.m.jordan@gmail.com> | 2006-08-23 10:16:31 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2006-08-23 10:16:31 +0000 |
commit | 3467cfd98264600f249f6e4105df5c0d51804022 (patch) | |
tree | 19a97ccb143dde2caabb2ec8a9448d0c7b5945f9 | |
parent | a5c4274085d61311898360920cef526334674cd3 (diff) | |
download | gcc-3467cfd98264600f249f6e4105df5c0d51804022.zip gcc-3467cfd98264600f249f6e4105df5c0d51804022.tar.gz gcc-3467cfd98264600f249f6e4105df5c0d51804022.tar.bz2 |
boost_shared_ptr.h: Added locking policy to tr1::shared_ptr<> and related classes.
2006-08-22 Phillip Jordan <phillip.m.jordan@gmail.com>
*include/tr1/boost_shared_ptr.h: Added locking policy to
tr1::shared_ptr<> and related classes.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
lockfree_weaktoshared.cc: New.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
mutex_weaktoshared.cc: New.
*testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
shared_ptr_neg.cc: Modify.
From-SVN: r116345
-rw-r--r-- | libstdc++-v3/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9883347..7a8d904 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2006-08-22 Phillip Jordan <phillip.m.jordan@gmail.com> + + *include/tr1/boost_shared_ptr.h: Added locking policy to + tr1::shared_ptr<> and related classes. + * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New. + * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/ + lockfree_weaktoshared.cc: New. + * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/ + mutex_weaktoshared.cc: New. + *testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/ + shared_ptr_neg.cc: Modify. + 2006-08-22 Paolo Carlini <pcarlini@suse.de> * include/tr1/random.tcc (subtract_with_carry_01<>:: |