Peter Dimov
361a7c3fd0
PowerPC dispatch added, disabled for now.
...
[SVN r27988]
2005-04-05 20:39:56 +00:00
Peter Dimov
faa675ad6a
PowerPC implementations added.
...
[SVN r27986]
2005-04-05 20:29:15 +00:00
Peter Dimov
319836fe78
Constraints fixed (again), volatile/memory clobber removed from conditional_inc
...
[SVN r27983]
2005-04-05 16:04:36 +00:00
Peter Dimov
d0656015ad
Fixed 'eax' to '%eax' in clobber; enabled gcc/x86 version
...
[SVN r27965]
2005-04-04 22:43:03 +00:00
Peter Dimov
f1a9148a43
Constraints fixed for g++ 3.4, atomic_increment added
...
[SVN r27958]
2005-04-04 19:36:18 +00:00
Peter Dimov
a0eb5daf75
Mark eax as earlyclobber
...
[SVN r27937]
2005-04-02 18:56:38 +00:00
Peter Dimov
6046a099ba
Added an implementation of sp_counted_base for g++/x86
...
[SVN r27933]
2005-04-02 17:14:26 +00:00
Peter Dimov
e0ee037e2d
Spinlocks removed.
...
[SVN r27932]
2005-04-02 13:12:28 +00:00
Peter Dimov
52587aaa05
Fixed shared_ptr_delete_fail failure on g++ 3.3 and below
...
[SVN r27930]
2005-04-02 12:00:14 +00:00
Peter Dimov
0669d41076
Atomics are in namespace __gnu_cxx for g++ 3.4+
...
[SVN r27929]
2005-04-02 11:37:53 +00:00
Peter Dimov
8f2beee8e9
Link fixed.
...
[SVN r27906]
2005-04-01 19:33:00 +00:00
Peter Dimov
3adfc7842c
Kill *_linux variants of atomic_count and lightweight_mutex.
...
[SVN r27889]
2005-03-30 22:52:54 +00:00
Peter Dimov
a67e505cf5
Made use of detail/interlocked.hpp
...
[SVN r27810]
2005-03-24 21:29:29 +00:00
Peter Dimov
c6bf857f8b
Made the pthread mutex mutable
...
[SVN r27740]
2005-03-18 21:27:22 +00:00
Peter Dimov
14024e2598
Add a comment thanking Ben Hutchings for the #w+(#s!=0) formulation
...
[SVN r27735]
2005-03-18 13:04:43 +00:00
Peter Dimov
34953d8a45
Split sp_counted_base into no threads (nt), win32 lock-free (w32) and pthreads (pt)
...
[SVN r27729]
2005-03-18 01:27:11 +00:00
Peter Dimov
09a0ba8c75
sp_counted_impl_p added for the pointer constructor
...
[SVN r27727]
2005-03-17 23:30:47 +00:00
Peter Dimov
b0eb65b433
Refactored sp_counted_impl.hpp out of shared_count.hpp
...
[SVN r27726]
2005-03-17 23:05:26 +00:00
Peter Dimov
c830315dff
Refactored shared_count.hpp into bad_weak_ptr.hpp, sp_counted_base.hpp
...
[SVN r27725]
2005-03-17 22:45:11 +00:00
Peter Dimov
b07447aa6e
BCB 6.4 still needs option -pc (reported by Pavel Vozenilek)
...
[SVN r27672]
2005-03-15 16:02:01 +00:00
Peter Dimov
7d59d29ad1
HP aCC fix for get_deleter (Jaroslav Gresula)
...
[SVN r27092]
2005-02-04 16:28:50 +00:00
Peter Dimov
8f317492ee
Outdated comment removed (Jonathan Wakely)
...
[SVN r26272]
2004-11-22 12:32:35 +00:00
John Maddock
1bc58ea861
Updated to use the BSL (using permissions supplied in more/blanket-permission.txt)
...
[SVN r24804]
2004-08-29 10:29:46 +00:00
Peter Dimov
27be736b8f
Fixed sp_enable_shared_from_this to not use void cv * since this breaks function types.
...
[SVN r24718]
2004-08-24 16:27:31 +00:00
Douglas Gregor
ef51f6a1de
License update
...
[SVN r24598]
2004-08-19 15:23:47 +00:00
Douglas Gregor
6b00a55542
License updates
...
[SVN r24597]
2004-08-19 15:19:17 +00:00
John Maddock
858cefbfe8
Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
...
[SVN r24402]
2004-08-11 10:59:33 +00:00
Douglas Gregor
cb6cb636f7
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
Peter Dimov
9c67a59d43
Fixed lwm_gcc, had the same bug as atomic_count_gcc (Tyson Whitehead)
...
[SVN r23367]
2004-07-06 10:52:06 +00:00
Peter Dimov
7361e476b8
Fixed operator--
...
[SVN r23210]
2004-06-27 15:40:29 +00:00
Peter Dimov
e1bd18f6a6
Made value_ mutable to enable operator long() const to compile
...
[SVN r23208]
2004-06-27 15:09:46 +00:00
Peter Dimov
c48f05dcb4
enable_shared_from_this is now const-tolerant.
...
[SVN r22298]
2004-02-16 18:50:07 +00:00
Peter Dimov
53cc52127b
Self-assignment optimization
...
[SVN r22233]
2004-02-10 23:17:12 +00:00
Peter Dimov
93d69af60a
_MSC_VER use clarified.
...
[SVN r20992]
2003-11-28 15:35:21 +00:00
Dave Abrahams
15d6b2aace
CWPro8 workaround
...
[SVN r20323]
2003-10-09 14:14:26 +00:00
Dave Abrahams
feff6e40ea
Use conforming is_class for EDG compilers
...
Make is_enum work for class types which are convertible to anything at
all (on many compilers).
smart_ptr library workarounds for __MWERKS__ (must use member function
pointer for unspecified_bool_type).
[SVN r20244]
2003-10-02 17:49:06 +00:00
Peter Dimov
96f572b19b
Switched unspecified_bool_type to data member pointer.
...
[SVN r20238]
2003-10-01 11:12:15 +00:00
Peter Dimov
f2c5439644
'volatile' fixes.
...
[SVN r19961]
2003-09-08 12:26:02 +00:00
Peter Dimov
b4ec0e90fb
Switched weak_count_ from #shared+#weak to #weak+(#shared != 0); thanks to Alexander Terekhov and Ben Hutchings
...
[SVN r19246]
2003-07-21 14:17:03 +00:00
Peter Dimov
2d4eb92401
get_deleter fix for EDG 2.38
...
[SVN r19148]
2003-07-16 11:54:49 +00:00
Peter Dimov
192970b3b8
const_pointer_cast added.
...
[SVN r19147]
2003-07-16 11:51:12 +00:00
Peter Dimov
7c36a640ae
add_ref split to add_ref_copy and add_ref_lock to eliminate the redundant use_count_ == 0 check.
...
[SVN r19126]
2003-07-15 12:18:40 +00:00
Peter Dimov
794de98cd1
#include <boost/config.hpp> added.
...
[SVN r19065]
2003-07-11 17:03:56 +00:00
Peter Dimov
dcdbaf1e57
A binary compatible 'null' lightweight_mutex for Win32 added.
...
[SVN r18916]
2003-07-02 11:54:40 +00:00
Peter Dimov
889cb6bee6
-Wundef fixes.
...
[SVN r18788]
2003-06-12 17:09:24 +00:00
Peter Dimov
77c629b6e4
smart_ptr.hpp now includes all smart pointer headers for convenience.
...
[SVN r18588]
2003-05-28 13:51:35 +00:00
Peter Dimov
d091ee85c0
Turns out Sun CC doesn't like operator int().
...
[SVN r18512]
2003-05-23 13:46:07 +00:00
Peter Dimov
bc00d5fa1a
Fixed bool conversions for Sun 5.3
...
[SVN r18419]
2003-05-16 12:11:17 +00:00
Peter Dimov
e760759414
Fixed a copy/assignment issue.
...
[SVN r18122]
2003-03-28 12:27:55 +00:00
Peter Dimov
851d87a1bb
get_shared_ptr renamed to weak_ptr::lock.
...
[SVN r17307]
2003-02-10 15:56:36 +00:00