Peter Dimov
|
18a6c1add8
|
make_shared added; tweaks for old compilers; fixes #1884.
[SVN r44979]
|
2008-05-01 16:50:39 +00:00 |
|
Daniel Frey
|
357d3c4d54
|
Fixed comment to reflect the intention and the current code
[SVN r44873]
|
2008-04-29 05:32:13 +00:00 |
|
Daniel Frey
|
e3422efec6
|
Improved sp_deleter_wrapper implementation
[SVN r44837]
|
2008-04-28 07:17:11 +00:00 |
|
Daniel Frey
|
a01e4c3f83
|
Refactored and optimized enable_shared_from_this
[SVN r44782]
|
2008-04-26 19:59:11 +00:00 |
|
Daniel Frey
|
6f8dc5923c
|
Added new reset()-counterparts for the new ctors
[SVN r44777]
|
2008-04-26 15:42:13 +00:00 |
|
Daniel Frey
|
2251b1d2df
|
No need for the new ctors to be templates
[SVN r44772]
|
2008-04-26 06:36:59 +00:00 |
|
Daniel Frey
|
8b3907ae81
|
Remove dynamic_cast in init_internal_shared_once()
[SVN r44744]
|
2008-04-23 19:32:44 +00:00 |
|
Daniel Frey
|
77f2d3f614
|
Reduce enable_shared_from_this overhead (replace _internal_shared_ptr by _internal_shared_count)
[SVN r44730]
|
2008-04-23 06:12:39 +00:00 |
|
Peter Dimov
|
93545d5cf2
|
Silence an g++ -Wextra warning.
[SVN r44728]
|
2008-04-23 00:33:58 +00:00 |
|
Daniel Frey
|
9e92c6354c
|
Reduce enable_shared_from_this overhead
[SVN r44724]
|
2008-04-22 19:48:39 +00:00 |
|
Daniel Frey
|
e12ed6864b
|
Avoid unneccessary increment/decrement of reference count
[SVN r44711]
|
2008-04-22 06:31:32 +00:00 |
|
Peter Dimov
|
b541145a60
|
Honor BOOST_NO_TEMPLATED_IOSTREAMS.
[SVN r44707]
|
2008-04-21 23:01:51 +00:00 |
|
Jürgen Hunold
|
ca344809ba
|
Remove trailing comma at end of enumerator list (gcc 4.x -pedantic error)
[SVN r44686]
|
2008-04-21 08:07:55 +00:00 |
|
Peter Dimov
|
04be979670
|
Atomic access added.
[SVN r44636]
|
2008-04-20 14:59:12 +00:00 |
|
John Maddock
|
35f2af947c
|
Changed #includes to avoid circular dependencies between shared_ptr and TR1.
[SVN r44595]
|
2008-04-19 16:28:00 +00:00 |
|
Frank Mori Hess
|
3a578ac7c1
|
Added another BOOST_ASSERT to enable_shared_from_this::_internal_accept_owner.
[SVN r44499]
|
2008-04-17 13:40:44 +00:00 |
|
Frank Mori Hess
|
9365853fde
|
Avoid needless overhead of wrapping owner's deleter in deleter_wrapper if
shared_from_this has not been called yet, as Peter suggested
earlier.
[SVN r44448]
|
2008-04-16 00:06:29 +00:00 |
|
Peter Dimov
|
16828c9c0a
|
Disabled sync use for hppa.
[SVN r44441]
|
2008-04-15 19:02:13 +00:00 |
|
Peter Dimov
|
b45d011d5a
|
Honor BOOST_DISABLE_THREADS; route GCC/ARM to the spinlock implementation; fall back to the spinlock implementation instead of using pthread_mutex.
[SVN r44369]
|
2008-04-13 15:35:40 +00:00 |
|
Peter Dimov
|
4094c23537
|
sp_accept_owner added.
[SVN r44353]
|
2008-04-12 18:22:18 +00:00 |
|
Peter Dimov
|
f85a1bf406
|
shared_ptr::lock no longer requires exceptions.
[SVN r44344]
|
2008-04-12 14:27:22 +00:00 |
|
Peter Dimov
|
dbd62686a3
|
ARM assembly fix.
[SVN r44140]
|
2008-04-09 23:19:22 +00:00 |
|
Peter Dimov
|
e4f638025c
|
spinlock_gcc_arm.hpp added.
[SVN r44138]
|
2008-04-09 21:08:39 +00:00 |
|
Peter Dimov
|
d8296b3933
|
sp_counted_base_spin.hpp added, enabled by BOOST_SP_USE_SPINLOCK.
[SVN r44137]
|
2008-04-09 19:58:54 +00:00 |
|
Peter Dimov
|
b4885a1dd6
|
Proper try_lock semantics.
[SVN r44132]
|
2008-04-09 17:49:20 +00:00 |
|
Peter Dimov
|
748b1baee8
|
detail/spinlock_pool.hpp added.
[SVN r44074]
|
2008-04-06 16:53:11 +00:00 |
|
Peter Dimov
|
6b25c57712
|
BOOST_COMPILER_FENCE factored out.
[SVN r44058]
|
2008-04-05 16:32:49 +00:00 |
|
Peter Dimov
|
373c52efa3
|
BOOST_SMT_PAUSE factored out.
[SVN r44056]
|
2008-04-05 15:23:28 +00:00 |
|
Peter Dimov
|
acb6824ef7
|
spinlock_nt.hpp added, Cygwin fixes.
[SVN r44055]
|
2008-04-05 15:06:31 +00:00 |
|
Peter Dimov
|
515be965bd
|
Fix #1759 in trunk.
[SVN r44004]
|
2008-04-02 21:42:52 +00:00 |
|
Peter Dimov
|
6ef32e1627
|
boost::detail::spinlock added.
[SVN r43950]
|
2008-03-30 16:33:58 +00:00 |
|
Peter Dimov
|
2452705117
|
Missing "inline" added.
[SVN r43916]
|
2008-03-28 20:44:45 +00:00 |
|
Peter Dimov
|
bb076d67e6
|
detail::yield(k) added.
[SVN r43888]
|
2008-03-27 22:20:11 +00:00 |
|
Peter Dimov
|
b08789b784
|
Silence unused parameter warning.
[SVN r43887]
|
2008-03-27 22:13:55 +00:00 |
|
Peter Dimov
|
dc6a8f0696
|
_internal_accept_owner now checks if _owned isn't already true.
[SVN r43856]
|
2008-03-25 15:46:40 +00:00 |
|
Peter Dimov
|
af7d4fabad
|
New enable_shared_from_this tests, fix.
[SVN r43829]
|
2008-03-24 16:00:28 +00:00 |
|
Frank Mori Hess
|
d17a096407
|
Fixed compile error with new enable_shared_from_this code,
reported by Tim Blechmann
[SVN r43823]
|
2008-03-24 15:07:00 +00:00 |
|
Frank Mori Hess
|
b30aa1468a
|
Worked around compilation error in boost::get_deleter when using old versions
of g++.
[SVN r43766]
|
2008-03-21 19:19:25 +00:00 |
|
Peter Dimov
|
5b17f88f0e
|
Initialize _owned in the copy constructor as well.
[SVN r43739]
|
2008-03-20 22:10:52 +00:00 |
|
Frank Mori Hess
|
1c2d780f9e
|
Added support for calling enable_shared_from_this::shared_from_this in
constructors. Closes #1696.
[SVN r43738]
|
2008-03-20 19:32:43 +00:00 |
|
Peter Dimov
|
3a4dc43924
|
Fix #398, as long as the macros BOOST_NO_STD_TYPEINFO and BOOST_NO_IOSTREAM are defined. I don't know how Boost.Config needs to be changed to autodetect eVC4 and set these on its own.
[SVN r43318]
|
2008-02-19 14:26:36 +00:00 |
|
Peter Dimov
|
a055d9829e
|
Fixes #1444.
[SVN r43317]
|
2008-02-19 14:01:13 +00:00 |
|
Peter Dimov
|
e6f6ec9fa3
|
Attempt unspecified bool fix for Sun 5.7-5.9
[SVN r40914]
|
2007-11-07 22:47:55 +00:00 |
|
Peter Dimov
|
f854829d86
|
Port unspecified_bool fix for Sun 5.8 from RC_1_34
[SVN r40708]
|
2007-11-02 23:46:04 +00:00 |
|
Boris Gubenko
|
7b5beeedde
|
fix typo in comment
[SVN r40605]
|
2007-10-30 12:58:36 +00:00 |
|
Boris Gubenko
|
9e41d1f194
|
add support for aC++ on HP-UX ia64
[SVN r40604]
|
2007-10-30 12:48:44 +00:00 |
|
Boris Gubenko
|
f49a2fb1e1
|
add support for aC++ on HP-UX ia64
[SVN r40603]
|
2007-10-30 12:43:47 +00:00 |
|
Peter Dimov
|
9db307eda5
|
defined(__ppc) added (Daniel P Furlani)
[SVN r39427]
|
2007-09-20 20:46:56 +00:00 |
|
Peter Dimov
|
5a85c1f0f2
|
CINT support (Nils Krumnack)
[SVN r39282]
|
2007-09-14 19:19:09 +00:00 |
|
Peter Dimov
|
f5ce4dbc4c
|
Fixes #1243
[SVN r39199]
|
2007-09-11 20:58:19 +00:00 |
|