Peter Dimov
|
e650c7ff16
|
Changed BOOST_TEST(p) to BOOST_TEST(p? true: false) to make sure the right thing is being tested.
[SVN r14834]
|
2002-08-14 11:59:13 +00:00 |
|
Peter Dimov
|
c06b4206f2
|
#include <iostream> added.
[SVN r14813]
|
2002-08-13 15:58:12 +00:00 |
|
Peter Dimov
|
89435a6287
|
get_pointer added.
[SVN r14628]
|
2002-07-27 16:02:26 +00:00 |
|
Peter Dimov
|
5328674c2d
|
Minor scoped_* fix (px -> ptr) (Thanks to Bertolt Mildner)
[SVN r14619]
|
2002-07-26 14:18:21 +00:00 |
|
Peter Dimov
|
927fe73093
|
Changed #ifdefs so that member templates aren't disabled by an empty config.hpp.
[SVN r14589]
|
2002-07-24 15:36:25 +00:00 |
|
Peter Dimov
|
053aa108e3
|
Tabs. Grrr.
[SVN r14588]
|
2002-07-24 14:14:17 +00:00 |
|
Peter Dimov
|
b5e5c35696
|
Minor updates.
[SVN r14580]
|
2002-07-24 10:20:30 +00:00 |
|
Peter Dimov
|
77ad156c52
|
Design notes updated.
[SVN r14575]
|
2002-07-23 19:12:40 +00:00 |
|
Peter Dimov
|
018c401e47
|
Best practices section, thread safety section, design notes added.
[SVN r14572]
|
2002-07-23 15:19:22 +00:00 |
|
Peter Dimov
|
f586d3f83e
|
shared_ptr<void const> support added.
[SVN r14570]
|
2002-07-23 12:33:11 +00:00 |
|
Peter Dimov
|
3f0ebd4c71
|
'shared_from_this' added.
[SVN r14561]
|
2002-07-22 16:36:52 +00:00 |
|
Peter Dimov
|
33077bda71
|
Win64 patch (Tim Fenders)
[SVN r14537]
|
2002-07-19 20:06:35 +00:00 |
|
Peter Dimov
|
547888d507
|
Consistent 'bool' conversions; scoped_ptr(auto_ptr); get_pointer(scoped_ptr) added.
[SVN r14496]
|
2002-07-17 15:15:39 +00:00 |
|
Peter Dimov
|
af6fe18c9d
|
Minor fixes.
[SVN r14464]
|
2002-07-15 12:52:29 +00:00 |
|
Peter Dimov
|
dca9628be3
|
Disabled some Borland warnings (David B. Held)
[SVN r14368]
|
2002-07-09 12:06:46 +00:00 |
|
Peter Dimov
|
d84fa738ef
|
Sleep(0) changed to Sleep(1) to (hopefully) avoid livelocks.
[SVN r14226]
|
2002-06-22 15:55:01 +00:00 |
|
Peter Dimov
|
a322dc54dc
|
Platform-specific spinlocks disabled by default unless BOOST_LWM_USE_SPINLOCK is defined.
[SVN r14213]
|
2002-06-20 15:16:03 +00:00 |
|
Peter Dimov
|
951c2b7e83
|
counted_base is now smaller
[SVN r14212]
|
2002-06-20 14:56:10 +00:00 |
|
Peter Dimov
|
23f68a5657
|
Added libstdc++ v3 specific lightweight_mutex and atomic_count (contributed by Lars Gullik Bjønnes)
[SVN r13999]
|
2002-05-21 16:48:20 +00:00 |
|
Peter Dimov
|
ecb0b4478b
|
Typo fixed.
[SVN r13770]
|
2002-05-09 11:16:29 +00:00 |
|
Peter Dimov
|
70255d46bb
|
Documented templated pointer constructors, revised the intro a bit.
[SVN r13665]
|
2002-05-04 14:27:21 +00:00 |
|
Peter Dimov
|
4653c3673b
|
shared_ptr now autodetects counted_bases; minor test updates; intrusive_ptr no longer calls addref/release for NULL pointers.
[SVN r13602]
|
2002-05-01 11:22:22 +00:00 |
|
Peter Dimov
|
11eacab70e
|
Made shared_ptr::share_ptr(Y * p) a member template.
[SVN r13551]
|
2002-04-23 14:56:42 +00:00 |
|
Peter Dimov
|
110c0021e2
|
counted_base default constructor added
[SVN r13542]
|
2002-04-22 18:01:19 +00:00 |
|
Peter Dimov
|
4c5e355a0b
|
Bugfixes.
[SVN r13541]
|
2002-04-22 09:37:08 +00:00 |
|
Peter Dimov
|
fbc9028313
|
intrusive_ptr.hpp added (still experimental)
[SVN r13526]
|
2002-04-19 19:34:16 +00:00 |
|
Peter Dimov
|
9b800d4f84
|
Added more mem_fn, shared_ptr tests.
[SVN r13432]
|
2002-04-10 16:04:53 +00:00 |
|
Peter Dimov
|
513752eee5
|
Worked around an MSVC 6 bug (Markus Schoepflin)
[SVN r13430]
|
2002-04-10 14:12:12 +00:00 |
|
Beman Dawes
|
9eb1ba7e9f
|
test_main args must be *[] not ** for new rev of test tools
[SVN r13381]
|
2002-04-06 21:44:37 +00:00 |
|
Peter Dimov
|
fb5b1a20d2
|
Small modifications.
[SVN r13212]
|
2002-03-15 22:03:56 +00:00 |
|
Peter Dimov
|
b89945d36a
|
Added winapi.hpp and a CRITICAL_SECTION lightweight_mutex variant.
[SVN r13211]
|
2002-03-15 22:00:10 +00:00 |
|
Peter Dimov
|
220f35a0f1
|
Casts removed as unsafe, added intro paragraph about make_shared.
[SVN r13180]
|
2002-03-12 14:39:22 +00:00 |
|
Peter Dimov
|
72f83165e0
|
Removed casts as unsafe.
[SVN r13179]
|
2002-03-12 14:02:38 +00:00 |
|
Peter Dimov
|
c17f8c36c1
|
weak_ptr::expired() added; weak_ptr documentation updated.
[SVN r13141]
|
2002-03-08 16:56:16 +00:00 |
|
Peter Dimov
|
8e604a9da9
|
Disabled the linux-specific versions since using kernel headers is problematic. #define BOOST_USE_ASM_ATOMIC_H to get them back.
[SVN r12995]
|
2002-03-01 16:17:08 +00:00 |
|
Darin Adler
|
3e0233a26c
|
Minor text updates in history section.
[SVN r12956]
|
2002-02-27 17:03:30 +00:00 |
|
Peter Dimov
|
aa98e2b37e
|
Added lwm_irix.hpp (contributed by Dan Gohman)
[SVN r12955]
|
2002-02-27 16:35:15 +00:00 |
|
Peter Dimov
|
7b53c0040c
|
More output.
[SVN r12852]
|
2002-02-18 12:39:32 +00:00 |
|
Peter Dimov
|
e6605637f8
|
BOOST_LWM_WIN32_USE_CRITICAL_SECTION option.
[SVN r12842]
|
2002-02-16 18:45:20 +00:00 |
|
Peter Dimov
|
6dfe0896e3
|
Untabified.
[SVN r12838]
|
2002-02-16 16:14:16 +00:00 |
|
Peter Dimov
|
9f295cbb48
|
Threaded test added.
[SVN r12837]
|
2002-02-16 16:09:08 +00:00 |
|
Peter Dimov
|
76c19e6111
|
Enabled lwm_linux.hpp in lightweight_mutex.hpp.
[SVN r12834]
|
2002-02-16 15:00:55 +00:00 |
|
Peter Dimov
|
6e6a2a013a
|
Added lwm_linux.hpp
[SVN r12833]
|
2002-02-16 14:34:34 +00:00 |
|
Peter Dimov
|
2482e00224
|
Modified scoped_* to use checked_delete; HP aCC doesn't like the inline assertions.
[SVN r12832]
|
2002-02-16 13:23:01 +00:00 |
|
Peter Dimov
|
7981b647c3
|
lwm_nop fixed to not emit warnings on g++; locking code #ifdef'ed since compilers sometimes have trouble removing it.
[SVN r12822]
|
2002-02-15 18:07:42 +00:00 |
|
Peter Dimov
|
875bab352c
|
Added a timing test for the single/multi threaded perf ratio (~2:1)
[SVN r12821]
|
2002-02-15 18:06:17 +00:00 |
|
Peter Dimov
|
862dc0001f
|
Documented the bool conversion.
[SVN r12817]
|
2002-02-15 14:46:53 +00:00 |
|
Peter Dimov
|
adc3ec3851
|
Fixes.
[SVN r12816]
|
2002-02-15 14:19:30 +00:00 |
|
Peter Dimov
|
5a6cd1cf3e
|
Added a default constructor to shared_count and shared_ptr for incomplete types (void).
[SVN r12815]
|
2002-02-15 13:31:58 +00:00 |
|
Douglas Gregor
|
5e2f514140
|
Added forward declaration of 'weak_count' class, which is referenced in
shared_count; the friend declaration does not suffice to forward-declare the
name.
[SVN r12813]
|
2002-02-14 23:08:30 +00:00 |
|