Peter Dimov
|
34f423f811
|
atomic_count and lightweight_mutex now report an #error on unknown threading configs.
[SVN r17303]
|
2003-02-10 12:58:50 +00:00 |
|
Peter Dimov
|
190893a1ce
|
BOOST_ENABLE_SP_DEBUG_HOOKS -> BOOST_SP_ENABLE_DEBUG_HOOKS
[SVN r17301]
|
2003-02-10 12:54:43 +00:00 |
|
Peter Dimov
|
4244992d4d
|
Split winapi.hpp across win32-specific headers, added BOOST_USE_WINDOWS_H option.
[SVN r17277]
|
2003-02-08 16:05:46 +00:00 |
|
Peter Dimov
|
86e9a322ba
|
Documentation fixes, make_shared -> get_shared_ptr.
[SVN r17230]
|
2003-02-05 12:56:48 +00:00 |
|
Peter Dimov
|
be0267f9a3
|
Enabled copy assignment on all Borland versions (for Kylix) and g++ (for -Wsynth, report by Wolfgang Bangerth)
[SVN r17173]
|
2003-02-03 13:48:33 +00:00 |
|
Peter Dimov
|
cd41426fe9
|
Dave's quick_allocator added, #define BOOST_SP_USE_QUICK_ALLOCATOR to make shared_ptr use it.
[SVN r17087]
|
2003-01-30 14:20:22 +00:00 |
|
Peter Dimov
|
fabd6e5755
|
Moved 'garbage collector' to sp_collector.cpp, collector_test.cpp added.
[SVN r17050]
|
2003-01-27 14:02:00 +00:00 |
|
Peter Dimov
|
d030182e87
|
intrusive_ptr_test added.
[SVN r16993]
|
2003-01-22 15:22:30 +00:00 |
|
Peter Dimov
|
bd39e2eded
|
intrusive_ptr.html added.
[SVN r16981]
|
2003-01-21 17:21:24 +00:00 |
|
Peter Dimov
|
6bd66fe054
|
detail::counted_base renamed to sp_counted_base.
[SVN r16900]
|
2003-01-14 15:13:53 +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
|
e3f2329c14
|
report_unreachable_objects() added to sp_debug_hooks.cpp
[SVN r16780]
|
2003-01-07 15:34:56 +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 |
|
Dave Abrahams
|
fafd9a863b
|
Workarounds for vc6-stlport
[SVN r16706]
|
2002-12-26 18:23:11 +00:00 |
|
Dave Abrahams
|
51e9783a21
|
Factor out get_pointer, supply an overload for std::auto_ptr.
[SVN r16672]
|
2002-12-20 18:15:01 +00:00 |
|
Peter Dimov
|
eee96e8059
|
Borland 5.6.1 still broken.
[SVN r16666]
|
2002-12-19 18:15:53 +00:00 |
|
Peter Dimov
|
c5f7c973d9
|
Bug in get_deleter fixed.
[SVN r16477]
|
2002-12-02 14:34:06 +00:00 |
|
Peter Dimov
|
572a97d3c4
|
Casts renamed.
[SVN r16457]
|
2002-11-29 14:05:22 +00:00 |
|
Peter Dimov
|
e60c1f9b49
|
Some versions of g++ 2.9x don't have basic_ostream.
[SVN r16406]
|
2002-11-25 13:52:42 +00:00 |
|
Peter Dimov
|
12b1871136
|
operator<< added, as the conversion to 'bool' implicitly defines one anyway.
[SVN r16403]
|
2002-11-25 12:27:11 +00:00 |
|
Peter Dimov
|
9632464c45
|
Test w/ NULL pointer to enabled_... object added; bug fixed.
[SVN r16402]
|
2002-11-25 12:17:56 +00:00 |
|
Peter Dimov
|
980307a90a
|
Reintroduced weak_ptr converting constructor; map<weak_ptr<>, ...> is important.
[SVN r16400]
|
2002-11-25 12:09:13 +00:00 |
|
Peter Dimov
|
1f9908be69
|
Borland C++ 5.6 still needs the workaround.
[SVN r16379]
|
2002-11-23 19:18:05 +00:00 |
|
Peter Dimov
|
5dd2c62132
|
weak_ptr converting constructor removed; operator< can now take different types to aid ownership tests.
[SVN r16376]
|
2002-11-23 12:47:38 +00:00 |
|
Peter Dimov
|
fadc0716ce
|
get_deleter_test added; associated fixes.
[SVN r16373]
|
2002-11-22 16:29:51 +00:00 |
|
Peter Dimov
|
ea285b4231
|
Fixed the previous weak_ptr 'fix'.
[SVN r16370]
|
2002-11-22 14:41:22 +00:00 |
|
Peter Dimov
|
8d6517484c
|
Stricter tests; associated bug fixes. ;-)
[SVN r16369]
|
2002-11-22 13:49:54 +00:00 |
|
Peter Dimov
|
66a8e8b3c1
|
get_deleter<> added.
[SVN r16365]
|
2002-11-21 14:46:45 +00:00 |
|
Peter Dimov
|
8283ec826b
|
Changed debug hook names, reverted weak_ptr() to have use_count of zero.
[SVN r16362]
|
2002-11-21 13:14:04 +00:00 |
|
Peter Dimov
|
e32b2adfda
|
Debug hook support, removed self-reset, fixed #%20links.
[SVN r16361]
|
2002-11-21 13:10:18 +00:00 |
|
Peter Dimov
|
e555d33695
|
Added array versions of the hooks.
[SVN r16346]
|
2002-11-20 16:18:13 +00:00 |
|
Peter Dimov
|
de68e6ed1e
|
A missing 'inline' added.
[SVN r16343]
|
2002-11-20 13:34:18 +00:00 |
|
Peter Dimov
|
804b1483c7
|
enable_shared_from_this-related fixes.
[SVN r16341]
|
2002-11-20 12:38:51 +00:00 |
|
Peter Dimov
|
4b200e9847
|
Borland fix (thanks to Fernando Cacciola)
[SVN r16331]
|
2002-11-19 18:21:32 +00:00 |
|
Peter Dimov
|
f34866e8a5
|
License added.
[SVN r16326]
|
2002-11-19 16:23:01 +00:00 |
|
Peter Dimov
|
45c799f40c
|
Debug hook support moved to shared_count.
[SVN r16325]
|
2002-11-19 16:18:58 +00:00 |
|
Peter Dimov
|
11a046f628
|
BOOST_ASSERTs added.
[SVN r16324]
|
2002-11-19 16:18:18 +00:00 |
|
Peter Dimov
|
b632f1ef20
|
Debug hooks, general cleanup.
[SVN r16323]
|
2002-11-19 16:11:21 +00:00 |
|
Peter Dimov
|
f6b7ff4b34
|
Major changes to shared_ptr and weak_ptr
[SVN r16314]
|
2002-11-18 14:37:02 +00:00 |
|
Peter Dimov
|
2314f20c4e
|
element_type added
[SVN r16264]
|
2002-11-15 19:44:48 +00:00 |
|
Peter Dimov
|
ff7410cad2
|
Fixed a subtle problem in counted_base::release (report and test case by Per Kristensen)
[SVN r16211]
|
2002-11-12 13:14:50 +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
|
f2f616a95c
|
BOOST_SP_USE_STD_ALLOCATOR support
[SVN r15807]
|
2002-10-08 16:37:33 +00:00 |
|
Peter Dimov
|
4ea6decc7d
|
scoped_ptr::reset changed to copy+swap (problem reported by Thomas Witt)
[SVN r15239]
|
2002-09-09 17:44:33 +00:00 |
|
Peter Dimov
|
f79b8cb7ae
|
Tabs removed.
[SVN r15175]
|
2002-09-06 12:50:02 +00:00 |
|
Peter Dimov
|
b916445dd8
|
weak_ptr documentation updates; get() declared deprecated.
[SVN r15111]
|
2002-08-29 15:18:04 +00:00 |
|
Douglas Gregor
|
c02fee7013
|
*_ptr.hpp:
- Revert addition of is_pointerlike_helper
weak_ptr.hpp:
- Revert addition of get_pointer
[SVN r15108]
|
2002-08-29 13:49:05 +00:00 |
|
Douglas Gregor
|
e77889679f
|
intrusive_ptr.hpp:
scoped_ptr.hpp:
- include <boost/type_traits/ice.hpp>
[SVN r15104]
|
2002-08-27 13:33:22 +00:00 |
|
Douglas Gregor
|
b9dceb2340
|
*_ptr.hpp:
- Added detail::is_pointerlike_helper function templates for Signals
weak_ptr.hpp:
- Added get_pointer function template for weak_ptr
[SVN r15099]
|
2002-08-26 15:27:23 +00:00 |
|