Peter Dimov
|
d1600b8abc
|
Do not define pthread_* in lightweight_thread.hpp; mingw-w64 includes pthread.h in the standard library headers
|
2018-03-08 01:19:44 +02:00 |
|
Peter Dimov
|
4129bb6a5c
|
Use unique_ptr instead of auto_ptr when available
|
2018-02-19 06:16:11 +02:00 |
|
Peter Dimov
|
f32669400c
|
Remove headers moved into core.
|
2014-06-03 20:25:38 +03:00 |
|
Peter Dimov
|
1bdabdb96b
|
Move interlocked.hpp to smart_ptr/detail
|
2014-02-12 16:39:56 +02:00 |
|
Peter Dimov
|
0876e67ac7
|
Merged revision(s) 85994 from trunk: Add BOOST_USE_INTRIN_H support; remove #pragma intrinsic, not needed and not supported on Intel. Refs #6646. Refs #7318. Refs #9174.
[SVN r86416]
|
2014-02-12 16:37:26 +02:00 |
|
Andrey Semashev
|
fdcb2572a3
|
Merged latest changes from trunk.
[SVN r85988]
|
2014-02-12 16:37:26 +02:00 |
|
Peter Dimov
|
71d99e89e9
|
Merged revision(s) [80935] from trunk: Fix the _WIN32_WCE >= 0x600 case.
[SVN r80960]
|
2014-02-12 16:37:25 +02:00 |
|
Vicente J. Botet Escriba
|
2dc506f4bc
|
Thread: Updated from trunk 1.52
[SVN r80473]
|
2014-02-12 16:37:25 +02:00 |
|
Peter Dimov
|
7161dc5842
|
Merge [75396] to release. Fixes #4678.
[SVN r75757]
|
2014-02-12 16:37:25 +02:00 |
|
Anthony Williams
|
ec97270c01
|
Merged fix for issue #4849 from trunk (fix boost.thread on mingw64) (authorized by rene)
[SVN r72657]
|
2014-02-12 16:37:24 +02:00 |
|
Peter Dimov
|
b7a759f00f
|
Merge [57958] to release. Fixes #3378.
[SVN r58069]
|
2014-02-12 16:37:24 +02:00 |
|
Peter Dimov
|
4f2392ffa5
|
Merge [51509], [51519] to release. Closes #2239.
[SVN r51531]
|
2014-02-12 16:37:23 +02:00 |
|
Peter Dimov
|
80a06c8883
|
Merged 44595, 44638, 44707, 44711, 44728 from trunk to release
[SVN r47341]
|
2014-02-12 16:37:23 +02:00 |
|
Peter Dimov
|
d0a458616f
|
Merged 43316, 43317, 43318, 43733, 43782, 43873, 43888, 43916, 43950, 44055, 44056, 44058, 44073, 44074, 44132, 44137, 44138, 44140, 44344 from trunk to release
[SVN r47339]
|
2014-02-12 16:37:21 +02:00 |
|
Beman Dawes
|
def81b1941
|
config, detail, filesystem, system, tools, at 41278.
[SVN r41316]
|
2014-02-12 16:37:21 +02:00 |
|
Peter Dimov
|
4f276715ce
|
Windows CE patch by Michael Fink
[SVN r33986]
|
2014-02-12 16:37:20 +02:00 |
|
Anthony Williams
|
a47bbfe95c
|
Win32 implementation of boost::timed_mutex
[SVN r33272]
|
2014-02-12 16:37:20 +02:00 |
|
Peter Dimov
|
90fe855f1b
|
Fixed a couple of syntax errors (reported by Juergen Hunold)
[SVN r31946]
|
2014-02-12 16:37:20 +02:00 |
|
Peter Dimov
|
991436303d
|
Fixed bug #1370716, static shared_ptr instances not working w/ quick_allocator
[SVN r31931]
|
2014-02-12 16:37:19 +02:00 |
|
Anthony Williams
|
b274ed4cc3
|
Moved BOOST_INTERLOCKED_READ stuff into its own header
[SVN r31098]
|
2014-02-12 16:37:18 +02:00 |
|
Anthony Williams
|
870a989fcf
|
Removed :: qualification on _Interlocked functions
[SVN r31097]
|
2014-02-12 16:37:18 +02:00 |
|
Anthony Williams
|
5f7a5a5912
|
Added BOOST_INTERLOCKED_EXCHANGE_POINTER in all branches of the #if
[SVN r31012]
|
2014-02-12 16:37:17 +02:00 |
|
Anthony Williams
|
82db88f4fa
|
Added InterlockedExchangePointer
[SVN r31010]
|
2014-02-12 16:37:17 +02:00 |
|
Anthony Williams
|
c8df85434e
|
InterlockedCompareExchangePointer is only intrinsic on 64 bit platforms, otherwise it's just a synonym for InterlockedCompareExchange
[SVN r30951]
|
2014-02-12 16:37:16 +02:00 |
|
Anthony Williams
|
68517b43bd
|
Added interlocked compare/exchange for pointers, and interlocked_read for values and pointers
[SVN r30941]
|
2014-02-12 16:37:16 +02:00 |
|
Anthony Williams
|
72ac0e8bfd
|
New version of call_once for win32
[SVN r30847]
|
2014-02-12 16:37:15 +02:00 |
|
Peter Dimov
|
6c7578e206
|
<intrin.h> appears broken.
[SVN r27737]
|
2014-02-12 16:37:15 +02:00 |
|
Peter Dimov
|
3149446fe8
|
Split sp_counted_base into no threads (nt), win32 lock-free (w32) and pthreads (pt)
[SVN r27729]
|
2014-02-12 16:37:14 +02:00 |
|
Douglas Gregor
|
b11d734f73
|
Converted to Boost Software License, Version 1.0
[SVN r24055]
|
2014-02-12 16:37:14 +02:00 |
|
Peter Dimov
|
6f5f8babf4
|
_MSC_VER use clarified.
[SVN r20992]
|
2014-02-12 16:37:13 +02:00 |
|
Peter Dimov
|
7d7f32c3a9
|
-Wundef fixes.
[SVN r18788]
|
2014-02-12 16:37:13 +02:00 |
|
Peter Dimov
|
cb697fe9cb
|
Fixes for Comeau with Borland as backend.
[SVN r17588]
|
2014-02-12 16:37:12 +02:00 |
|
Peter Dimov
|
8422135bf2
|
Made the default page size 512 (g++ 2.96 on Red Hat 7.2 dislikes 496.)
[SVN r17272]
|
2014-02-12 16:37:12 +02:00 |
|
Peter Dimov
|
fd60899dfb
|
Added BOOST_QA_PAGE_SIZE.
[SVN r17270]
|
2014-02-12 16:37:12 +02:00 |
|
Peter Dimov
|
a11ab16010
|
Quick_allocator updates.
[SVN r17267]
|
2014-02-12 16:37:11 +02:00 |
|
Peter Dimov
|
9b9cad3f5b
|
Dave's quick_allocator added, #define BOOST_SP_USE_QUICK_ALLOCATOR to make shared_ptr use it.
[SVN r17087]
|
2014-02-12 16:37:11 +02:00 |
|
Hartmut Kaiser
|
d71cc6ab08
|
Merging from trunk
[SVN r66166]
|
2010-10-24 22:24:54 +00:00 |
|
Peter Dimov
|
cfc82854d3
|
Merge [62245] to release. Fixes #4199.
[SVN r63825]
|
2010-07-10 20:46:53 +00:00 |
|
Peter Dimov
|
ba349679f3
|
Merge [58123], [58127], [58128] to release. Fixes #3666.
[SVN r58195]
|
2009-12-06 17:50:28 +00:00 |
|
Peter Dimov
|
0da6902267
|
Move smart_ptr into boost/smart_ptr/*.hpp (refs #2239).
[SVN r51509]
|
2009-03-01 16:00:42 +00:00 |
|
Nicola Musatti
|
ed79000ea8
|
Patch from Ticket #2342
[SVN r49153]
|
2008-10-06 20:17:18 +00:00 |
|
Peter Dimov
|
774332f85a
|
Fix #2263. See also [48835].
[SVN r48838]
|
2008-09-17 22:53:53 +00:00 |
|
Peter Dimov
|
f5990cab65
|
Fix #1758. V9 is the default for g++ 4.2 or later, on 4.1 and earlier do not attempt to use CAS on V8.
[SVN r48837]
|
2008-09-17 22:49:18 +00:00 |
|
Peter Dimov
|
6175baf858
|
Fix #2000.
[SVN r48836]
|
2008-09-17 22:43:14 +00:00 |
|
Peter Dimov
|
2fb567b3f2
|
Fix #2336.
[SVN r48835]
|
2008-09-17 22:37:13 +00:00 |
|
Peter Dimov
|
2b25579338
|
Fix #2310.
[SVN r48834]
|
2008-09-17 22:31:13 +00:00 |
|
Peter Dimov
|
a97cd2d0cc
|
Fix #2337.
[SVN r48833]
|
2008-09-17 22:21:56 +00:00 |
|
Peter Dimov
|
2a92df56f2
|
#include <ia64intrin.h> in spinlock_sync.hpp as well.
[SVN r46055]
|
2008-06-02 20:01:30 +00:00 |
|
Peter Dimov
|
366472fc35
|
Fix #1938 in trunk
[SVN r45690]
|
2008-05-23 20:29:14 +00:00 |
|
Peter Dimov
|
2bfe13c9c4
|
Renamed CRITICAL_SECTION to critical_section to avoid ambiguity.
[SVN r45545]
|
2008-05-19 15:09:54 +00:00 |
|