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
7802c695ef
sp_atomic_mt_test.cpp added.
...
[SVN r44640]
2008-04-20 17:00:58 +00:00
Peter Dimov
71fa2cd658
Factored out boost/detail/lightweight_thread.hpp.
...
[SVN r44638]
2008-04-20 15:37:08 +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
2fe899cdfe
Disable sync use for arm and hppa.
...
[SVN r44440]
2008-04-15 18:57:46 +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
4880292c07
Add MT runs of yield_k_test and spinlock_try_test.
...
[SVN r44073]
2008-04-06 16:23:42 +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
316d00c3fc
Fix #1759 in release.
...
[SVN r44005]
2008-04-02 21:52:08 +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
5df69a8946
Added "Throws: nothing" to get_deleter.
...
[SVN r43873]
2008-03-26 18:34:29 +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
d7448b5746
Added a little more test code for new enable_shared_from_this behavior.
...
[SVN r43804]
2008-03-23 14:51:40 +00:00
Frank Mori Hess
f22516d650
Fixed bogus test failure caused by new enable_shared_from_this features.
...
[SVN r43782]
2008-03-21 21:12:21 +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
2eb3991630
Regression test for enable_shared_from_this.
...
[SVN r43733]
2008-03-19 19:39:50 +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
f596092bac
Fixes #1590 .
...
[SVN r43316]
2008-02-19 13:18:58 +00:00
Daniel James
4ba016d29e
Merged revisions 43206,43208-43213 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
7ca6d86bdc
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
b2a3c9e59d
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
Beman Dawes
60ae24f4ae
Pick up missing smart_ptr, utility, and type_traits files from full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41386]
2007-11-25 22:34:55 +00:00