This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch/RFC] tr1::shared_ptr<> removal of lock, choosing thread safety


On Wed, 23 Aug 2006 00:56:54 +0200
Paolo Carlini <pcarlini@suse.de> wrote:

> Agreed, but I'm seeing a commit going on *without* a ChangeLog entry?!??!

No biggie. 

I added this:

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.

Please take note of this for next time Phillip. In the future, if you
could just ping gcc-patches and libstdc++ with your final patch (either
in-line or as a pure text attachment), a ChangeLog entry, and notice of
what platforms you tested on, then we'll all be on the same page. 

Here's an example:
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00815.html

best,
benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]