Aleksey Gurtovoy
c81be1e2e7
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +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
John Maddock
c7abff0099
Updated Beman Dawes' licence statement to use the new prefered form of words.
...
[SVN r24370]
2004-08-10 10:34:20 +00:00
Douglas Gregor
cb6cb636f7
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
John Maddock
366d2666d4
Licence update
...
[SVN r24031]
2004-07-25 12:01:00 +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
Vladimir Prus
1346982b80
Fix a typo
...
[SVN r23077]
2004-06-10 12:31:20 +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
Beman Dawes
7fb399b3bb
index.htm renamed index.html
...
[SVN r21231]
2003-12-11 23:31:15 +00:00
Peter Dimov
93d69af60a
_MSC_VER use clarified.
...
[SVN r20992]
2003-11-28 15:35:21 +00:00
Peter Dimov
09c8685181
Fixed a VC7 'regression' (pointers to volatile cannot be deleted)
...
[SVN r20977]
2003-11-27 16:58:23 +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
26a93f224e
Changed index.htm to redirect to smart_ptr.htm
...
[SVN r20239]
2003-10-01 11:13:04 +00:00
Peter Dimov
96f572b19b
Switched unspecified_bool_type to data member pointer.
...
[SVN r20238]
2003-10-01 11:12:15 +00:00
Vladimir Prus
d6c4633e89
Add V2 Jamfile
...
[SVN r20223]
2003-09-30 07:42:34 +00:00
Beman Dawes
106a6d58d4
Change license message to reference Boost Software License
...
[SVN r20038]
2003-09-12 17:09:29 +00:00
Dave Abrahams
debd953d8f
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +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
6dbec7621d
Detect the VC6 STL, not VC6 itself (for Intel)
...
[SVN r18837]
2003-06-18 16:03:09 +00:00
Peter Dimov
889cb6bee6
-Wundef fixes.
...
[SVN r18788]
2003-06-12 17:09:24 +00:00
Peter Dimov
11cddbbb45
Minor fix, scoped_ptr in the intro should've been shared_ptr.
...
[SVN r18745]
2003-06-09 18:25:41 +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
deab8ca1bb
Added link to enable_shared_from_this.html.
...
[SVN r17397]
2003-02-14 10:55:20 +00:00
Peter Dimov
300f8f7b9a
Finished Techniques page, added links to it.
...
[SVN r17380]
2003-02-13 19:07:20 +00:00
Peter Dimov
d7c841484a
Further edits, predestructor technique removed.
...
[SVN r17374]
2003-02-13 18:35:13 +00:00
Peter Dimov
f4dce1cb88
More prose.
...
[SVN r17369]
2003-02-13 16:56:07 +00:00
Peter Dimov
b400d34bec
Added copyright to Jamfiles.
...
[SVN r17363]
2003-02-13 15:41:26 +00:00
Peter Dimov
8f0bdd48f8
Minor edits.
...
[SVN r17335]
2003-02-12 19:11:52 +00:00
Peter Dimov
6d6bcc7be9
Some prose added.
...
[SVN r17331]
2003-02-12 17:11:29 +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
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