Peter Dimov
|
f79b8cb7ae
|
Tabs removed.
[SVN r15175]
|
2002-09-06 12:50:02 +00:00 |
|
John Maddock
|
e84eb3f1ba
|
Added #pragma's to fix codeguard errors.
[SVN r14984]
|
2002-08-20 11:08:11 +00:00 |
|
Peter Dimov
|
8436c4d271
|
#pragma option -pc around use_count_is_zero added for Borland 5.5.1, to enable compilation with -ps set.
[SVN r14927]
|
2002-08-16 15:55:19 +00:00 |
|
Peter Dimov
|
a09c2e556f
|
BOOST_NO_EXCEPTIONS support added.
[SVN r14835]
|
2002-08-14 12:27:22 +00:00 |
|
Peter Dimov
|
dca9628be3
|
Disabled some Borland warnings (David B. Held)
[SVN r14368]
|
2002-07-09 12:06:46 +00:00 |
|
Peter Dimov
|
951c2b7e83
|
counted_base is now smaller
[SVN r14212]
|
2002-06-20 14:56:10 +00:00 |
|
Peter Dimov
|
4653c3673b
|
shared_ptr now autodetects counted_bases; minor test updates; intrusive_ptr no longer calls addref/release for NULL pointers.
[SVN r13602]
|
2002-05-01 11:22:22 +00:00 |
|
Peter Dimov
|
110c0021e2
|
counted_base default constructor added
[SVN r13542]
|
2002-04-22 18:01:19 +00:00 |
|
Peter Dimov
|
4c5e355a0b
|
Bugfixes.
[SVN r13541]
|
2002-04-22 09:37:08 +00:00 |
|
Peter Dimov
|
fbc9028313
|
intrusive_ptr.hpp added (still experimental)
[SVN r13526]
|
2002-04-19 19:34:16 +00:00 |
|
Peter Dimov
|
7981b647c3
|
lwm_nop fixed to not emit warnings on g++; locking code #ifdef'ed since compilers sometimes have trouble removing it.
[SVN r12822]
|
2002-02-15 18:07:42 +00:00 |
|
Peter Dimov
|
5a6cd1cf3e
|
Added a default constructor to shared_count and shared_ptr for incomplete types (void).
[SVN r12815]
|
2002-02-15 13:31:58 +00:00 |
|
Douglas Gregor
|
5e2f514140
|
Added forward declaration of 'weak_count' class, which is referenced in
shared_count; the friend declaration does not suffice to forward-declare the
name.
[SVN r12813]
|
2002-02-14 23:08:30 +00:00 |
|
Peter Dimov
|
6c5d296722
|
Modified weak_ptr to reflect list comments.
[SVN r12793]
|
2002-02-13 13:16:15 +00:00 |
|
Peter Dimov
|
1b69c14f45
|
weak_ptr made thread safe, shared->weak conversions, lightweight_mutex added.
[SVN r12786]
|
2002-02-12 16:55:25 +00:00 |
|
Peter Dimov
|
6f7b927641
|
weak_ptr::operator< is now stable, shared_ptr_test has much better coverage.
[SVN r12769]
|
2002-02-09 12:34:05 +00:00 |
|
Peter Dimov
|
39c10f739d
|
added an auto_ptr & constructor to shared_count
[SVN r12623]
|
2002-02-01 18:40:35 +00:00 |
|
Peter Dimov
|
a8efe20862
|
Comments added.
[SVN r12510]
|
2002-01-25 16:10:26 +00:00 |
|
Peter Dimov
|
09c1476063
|
Smart pointer enhancements, initial commit
[SVN r12439]
|
2002-01-22 13:38:52 +00:00 |
|