Peter Dimov
eb3d3464db
operator< documenation fix.
...
[SVN r30166]
2005-07-18 20:33:59 +00:00
Peter Dimov
675d09723a
Lock-free implementation documented, minor changes to align with TR1
...
[SVN r29536]
2005-06-12 12:58:17 +00:00
Aleksey Gurtovoy
c81be1e2e7
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +00:00
Peter Dimov
192970b3b8
const_pointer_cast added.
...
[SVN r19147]
2003-07-16 11:51:12 +00:00
Peter Dimov
300f8f7b9a
Finished Techniques page, added links to it.
...
[SVN r17380]
2003-02-13 19:07:20 +00:00
Peter Dimov
851d87a1bb
get_shared_ptr renamed to weak_ptr::lock.
...
[SVN r17307]
2003-02-10 15:56:36 +00:00
Peter Dimov
86e9a322ba
Documentation fixes, make_shared -> get_shared_ptr.
...
[SVN r17230]
2003-02-05 12:56:48 +00:00
Peter Dimov
b60de38d28
Fixed broken links.
...
[SVN r17044]
2003-01-25 17:58:01 +00:00
Peter Dimov
c5bae28eeb
use_count() postconditions added; enable_..._test.cpp renamed.
...
[SVN r16896]
2003-01-13 18:32:16 +00:00
Peter Dimov
3e616752c9
weak_ptr documentation updated; still a work in progress.
...
[SVN r16748]
2003-01-04 14:24:14 +00:00
Peter Dimov
987a7d32fb
Documentation updated to reflect changes to shared_ptr
...
[SVN r16739]
2003-01-03 16:53:04 +00:00
Peter Dimov
7504eff5af
A missing Returns clause added.
...
[SVN r16321]
2002-11-19 16:10:07 +00:00
Peter Dimov
57c0ad44f3
Changed typename to class; some libraries helpfully #define typename
...
[SVN r15970]
2002-10-23 13:55:18 +00:00
Peter Dimov
ae60bcaffb
Small fixes.
...
[SVN r15951]
2002-10-17 13:23:11 +00:00
Peter Dimov
a8bb455df7
Fixes, notes.
...
[SVN r15486]
2002-09-23 13:22:38 +00:00
Peter Dimov
024f918b86
More documentation fixes reflecting Dave Abrahams' comments
...
[SVN r15411]
2002-09-17 13:59:17 +00:00
Peter Dimov
0f05f41306
Documentation fixes (reflecting Dave Abrahams' comments)
...
[SVN r15382]
2002-09-16 15:26:52 +00:00
Peter Dimov
92999be436
Corrected the shared_ptr(auto_ptr<Y> &) postcondition (reported by Maciej Sobczak)
...
[SVN r14953]
2002-08-19 16:23:07 +00:00
Peter Dimov
09016db3c3
Note added to shared_ptr(Y*, D).
...
[SVN r14942]
2002-08-17 13:05:25 +00:00
Peter Dimov
89435a6287
get_pointer added.
...
[SVN r14628]
2002-07-27 16:02:26 +00:00
Peter Dimov
b5e5c35696
Minor updates.
...
[SVN r14580]
2002-07-24 10:20:30 +00:00
Peter Dimov
77ad156c52
Design notes updated.
...
[SVN r14575]
2002-07-23 19:12:40 +00:00
Peter Dimov
018c401e47
Best practices section, thread safety section, design notes added.
...
[SVN r14572]
2002-07-23 15:19:22 +00:00
Peter Dimov
ecb0b4478b
Typo fixed.
...
[SVN r13770]
2002-05-09 11:16:29 +00:00
Peter Dimov
70255d46bb
Documented templated pointer constructors, revised the intro a bit.
...
[SVN r13665]
2002-05-04 14:27:21 +00:00
Peter Dimov
c17f8c36c1
weak_ptr::expired() added; weak_ptr documentation updated.
...
[SVN r13141]
2002-03-08 16:56:16 +00:00
Peter Dimov
862dc0001f
Documented the bool conversion.
...
[SVN r12817]
2002-02-15 14:46:53 +00:00
Peter Dimov
adc3ec3851
Fixes.
...
[SVN r12816]
2002-02-15 14:19:30 +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
Peter Dimov
309e6dd82e
Revised to match the style of the C++ standard.
...
[SVN r12806]
2002-02-14 17:12:07 +00:00
Darin Adler
a6126b1370
Fixed some broken internal links.
...
[SVN r12766]
2002-02-09 01:18:00 +00:00
Peter Dimov
87f0accb23
Minor fixes.
...
[SVN r12763]
2002-02-08 20:45:04 +00:00
Darin Adler
0dd3285d56
New casts for smart pointers.
...
[SVN r12743]
2002-02-06 19:42:04 +00:00
Darin Adler
f9782387d9
Tweaks.
...
[SVN r12715]
2002-02-04 22:52:48 +00:00
Darin Adler
758954a93f
Documentation updates.
...
[SVN r12675]
2002-02-03 17:46:08 +00:00
Darin Adler
1a7cd887e4
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
Beman Dawes
4f964ce6ad
Add FAQ: why no release()
...
[SVN r12286]
2002-01-11 20:20:07 +00:00
Beman Dawes
11ec515378
Fix broken link
...
[SVN r12285]
2002-01-11 16:15:09 +00:00
Beman Dawes
c5846378ab
More FAQ entries added.
...
[SVN r10605]
2001-07-13 16:32:34 +00:00
Beman Dawes
aea7d0c9c8
Add FAQ why use_count()?
...
[SVN r10604]
2001-07-13 14:07:08 +00:00
Beman Dawes
65c3f2dc85
Add table of contents, improve the FAQ
...
[SVN r10599]
2001-07-12 19:51:53 +00:00
Beman Dawes
c17921c417
Documentation and example program improvements
...
[SVN r10220]
2001-05-24 18:42:25 +00:00
Beman Dawes
a90a157ea6
Smart pointer and utility changes related to adding checked_delere and checked_array_delete
...
[SVN r10189]
2001-05-22 18:58:21 +00:00
Beman Dawes
ac8d0f5505
Fix doc errors, add shared_ptr_example program
...
[SVN r10165]
2001-05-21 14:58:07 +00:00
Beman Dawes
55a377b446
Change all eGroups references to YahooGroups
...
[SVN r9979]
2001-04-25 00:24:50 +00:00
Beman Dawes
e57d3f4bc1
Fix revision date
...
[SVN r9069]
2001-02-10 12:47:02 +00:00
Beman Dawes
16902b1f4f
Add example
...
[SVN r9054]
2001-02-09 14:39:43 +00:00
Beman Dawes
d3347b6d08
Initial HTML commit
...
[SVN r7640]
2000-07-27 14:27:00 +00:00