Glen Fernandes
|
c57245d710
|
Add tests for variadic template constructors overload of array forms of make_shared and allocate_shared for multidimensional arrays and up to 9 constructor arguments.
[SVN r81242]
|
2012-11-08 05:33:52 +00:00 |
|
Peter Dimov
|
945c013a12
|
Fix typo.
[SVN r81239]
|
2012-11-07 23:45:31 +00:00 |
|
Peter Dimov
|
df544871d7
|
Add missing semicolon.
[SVN r81238]
|
2012-11-07 23:41:52 +00:00 |
|
Glen Fernandes
|
89190ca17e
|
Simplify array_deleter interface
[SVN r81237]
|
2012-11-07 18:58:41 +00:00 |
|
Glen Fernandes
|
5d9312239c
|
Update allocate_shared and make_shared to treat multidimensional array as single dimension. Remove detail array_helper. Add detail array traits. Update tests.
[SVN r81236]
|
2012-11-07 18:37:17 +00:00 |
|
Glen Fernandes
|
93b5cace12
|
Fix array_helper (create_noinit and use of args...).
[SVN r81235]
|
2012-11-07 15:36:15 +00:00 |
|
Peter Dimov
|
e50c849ab3
|
Add sp_convertible_test.cpp.
[SVN r81234]
|
2012-11-07 15:33:44 +00:00 |
|
Glen Fernandes
|
dbea328b8b
|
Don't treat array_helper create and create_noinit for array types as a special case.
[SVN r81233]
|
2012-11-07 15:25:55 +00:00 |
|
Peter Dimov
|
c06ba497a3
|
Rename sp_convertible_test.cpp to shared_ptr_convertible_test.cpp.
[SVN r81232]
|
2012-11-07 15:07:08 +00:00 |
|
Glen Fernandes
|
734b5d1354
|
Update smart_ptr/detail/array_helper to have create and create_noinit for non-array case.
[SVN r81231]
|
2012-11-07 15:04:04 +00:00 |
|
Peter Dimov
|
0467af1b83
|
Fix sp_convertible<T const[], T const[]>.
[SVN r81230]
|
2012-11-07 15:00:24 +00:00 |
|
Glen Fernandes
|
dc5406aa5a
|
Add support for make_shared of array of arrays. Correctly destroy elements and construct elements for the variadic template constructor variants.
[SVN r81229]
|
2012-11-07 14:42:10 +00:00 |
|
Peter Dimov
|
6e873de0fa
|
Add make_shared_array_args_test.cpp.
[SVN r81226]
|
2012-11-06 17:31:15 +00:00 |
|
Peter Dimov
|
322bcd7efa
|
Rename make_shared.hpp to make_shared_object.hpp, include from make_shared.hpp.
[SVN r81224]
|
2012-11-06 16:29:56 +00:00 |
|
Peter Dimov
|
bb72e0a092
|
Add specialization of sp_if_not_array<T[N]>.
[SVN r81223]
|
2012-11-06 16:23:09 +00:00 |
|
Peter Dimov
|
d8eb2fc105
|
Fix g++ issues.
[SVN r81222]
|
2012-11-06 15:10:32 +00:00 |
|
Glen Fernandes
|
e7d3987cfb
|
Update Jamfile.v2 to run make_shared array tests and allocate_shared array tests.
[SVN r81220]
|
2012-11-06 14:35:40 +00:00 |
|
Glen Fernandes
|
6662ae7242
|
Add allocate_shared and make_shared for shared_ptr arrays of runtime size. Fulfills need for allocate_shared_array and make_shared_array.
[SVN r81219]
|
2012-11-06 14:17:32 +00:00 |
|
Peter Dimov
|
2ba7b6b99b
|
Add catch(...) clauses to sp_array_test.cpp.
[SVN r81174]
|
2012-11-04 18:30:03 +00:00 |
|
Peter Dimov
|
a30e291022
|
Disable make_shared<T> overloads when T is Q[].
[SVN r81171]
|
2012-11-04 14:53:51 +00:00 |
|
Peter Dimov
|
0b6cab9f2f
|
Fix shared_ptr<T[]> EDG issues.
[SVN r81159]
|
2012-11-03 14:49:45 +00:00 |
|
Peter Dimov
|
8c15401ea7
|
Implement shared_ptr<X[]>, weak_ptr<X[]>. Refs #1113.
[SVN r81149]
|
2012-11-02 17:41:33 +00:00 |
|
Peter Dimov
|
03ae5cdbc6
|
Add back _AIX-specific #ifdef that was mistakenly removed. Refs #6308. Refs #6667.
[SVN r81134]
|
2012-11-01 17:50:41 +00:00 |
|
Peter Dimov
|
0c22e55f3e
|
Add shared_ptr constructor taking std::unique_ptr. Refs #6625.
[SVN r81131]
|
2012-10-31 22:16:20 +00:00 |
|
Peter Dimov
|
10dcb8db7c
|
Define BOOST_SP_HAS_SYNC when __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 is set. Refs #7141.
[SVN r81128]
|
2012-10-31 20:37:21 +00:00 |
|
Peter Dimov
|
f2d4b67a48
|
Enable __sync primitives on VACPP. Refs #6901.
[SVN r81127]
|
2012-10-31 20:30:27 +00:00 |
|
Peter Dimov
|
16084637a6
|
Do not use sp_counted_base_gcc_ppc on AIX. Refs #6996.
[SVN r81126]
|
2012-10-31 20:16:56 +00:00 |
|
Peter Dimov
|
3e447c919c
|
Add get_pointer overloads for std::unique_ptr, std::shared_ptr. Refs #4185.
[SVN r81125]
|
2012-10-31 20:04:14 +00:00 |
|
Peter Dimov
|
b0f72d7b3d
|
Add check for __ARM_ARCH_7S__. Refs #7599.
[SVN r81119]
|
2012-10-31 16:04:03 +00:00 |
|
Bryce Adelstein-Lelbach
|
4c98df7c57
|
Update smart_ptr for the latest version of the PathScale compiler.
[SVN r80988]
|
2012-10-14 23:06:12 +00:00 |
|
Peter Dimov
|
1029ae0ea5
|
Apply patches from #6667. Refs #6667.
[SVN r77316]
|
2012-03-12 17:33:50 +00:00 |
|
Peter Dimov
|
27a312228c
|
Apply patch from #5331. Refs #5331.
[SVN r77315]
|
2012-03-12 17:31:21 +00:00 |
|
Peter Dimov
|
2c29f1e5a9
|
Warning 4284 is obsolete. Refs #6332. See also #4433.
[SVN r76219]
|
2011-12-29 22:27:37 +00:00 |
|
Peter Dimov
|
df364f37f2
|
std::move is in <utility>.
[SVN r76125]
|
2011-12-23 23:54:41 +00:00 |
|
Peter Dimov
|
33ba2c4722
|
sp_counted_base_aix.hpp: switch to lwsync and builtins. Refs #6308.
[SVN r76123]
|
2011-12-23 23:10:37 +00:00 |
|
Peter Dimov
|
faf212f4aa
|
Add memory barriers to sp_counted_base_aix.hpp. Refs #6308.
[SVN r76119]
|
2011-12-23 15:03:39 +00:00 |
|
Peter Dimov
|
57a5441ebf
|
Creatively apply patch from #2603. Refs #2603.
[SVN r76111]
|
2011-12-23 03:00:05 +00:00 |
|
Peter Dimov
|
017ab7e2ee
|
Apply AIX patch from #6308. Refs #6308.
[SVN r76086]
|
2011-12-21 00:36:55 +00:00 |
|
Peter Dimov
|
e4cb5e131f
|
Add hash_value for intrusive_ptr. Refs #6087.
[SVN r75392]
|
2011-11-07 18:46:46 +00:00 |
|
Peter Dimov
|
fbe4ddf4a2
|
Add get_deleter for shared_array. Refs #4493.
[SVN r75390]
|
2011-11-07 18:19:24 +00:00 |
|
Peter Dimov
|
288fb7efcf
|
Add ARM memory barriers. Refs #5372.
[SVN r75389]
|
2011-11-07 17:50:31 +00:00 |
|
Peter Dimov
|
9d9e6350f2
|
Apply patch from #6099. Refs #6099.
[SVN r75385]
|
2011-11-07 15:03:44 +00:00 |
|
Peter Dimov
|
7e9664396a
|
Add copy constructor/assignment - in C++0x, move disables implicit copy.
[SVN r73202]
|
2011-07-17 20:35:44 +00:00 |
|
Emil Dotchevski
|
b4b415553c
|
Lock-free sp_counted_base for SNC/PS3, thanks Peter Dimov
[SVN r72437]
|
2011-06-06 18:56:07 +00:00 |
|
Peter Dimov
|
f76a8d95d8
|
Apply suggested patch. Refs #5327.
[SVN r70452]
|
2011-03-23 00:29:22 +00:00 |
|
Peter Dimov
|
634866c28a
|
Honor BOOST_SP_USE_PTHREADS. Refs #5018.
[SVN r69262]
|
2011-02-24 23:35:22 +00:00 |
|
Peter Dimov
|
b18b47770d
|
Add support for BOOST_SP_NO_SYNC. Refs #5019.
[SVN r69261]
|
2011-02-24 23:30:22 +00:00 |
|
Peter Dimov
|
69aa01ec00
|
Add hash_value for shared_ptr; prevents hash_value( bool ) from being used. Refs #5216.
[SVN r69260]
|
2011-02-24 23:24:54 +00:00 |
|
Peter Dimov
|
e3d2f2ee6b
|
Apply suggested fix. Refs #4127.
[SVN r69251]
|
2011-02-24 22:05:04 +00:00 |
|
Peter Dimov
|
593093e46d
|
Fix make_shared to not copy the deleter. Refs #4256. Refs #3875.
[SVN r69250]
|
2011-02-24 21:51:21 +00:00 |
|