|
e113b31fdd
|
final gpu-enabling tweaks
|
2014-01-28 14:32:03 -08:00 |
|
|
c04e912866
|
gpu-enable vector assign
|
2014-01-23 21:48:52 -08:00 |
|
|
125a8b5957
|
Merge remote-tracking branch 'upstream/develop' into gpu-enabled-2
|
2014-01-23 21:30:44 -08:00 |
|
|
e5b0f3c2e1
|
gpu-enable more functions, but not stream inserters and extractors
|
2014-01-23 21:30:18 -08:00 |
|
|
4b139914b1
|
Fixed issue with vectorN calling the wrong vector_dataN constructor
|
2014-01-23 08:31:50 -06:00 |
|
|
c4f9f0d1b6
|
gpu-enable functions
|
2014-01-22 23:55:53 -08:00 |
|
|
e1dc534877
|
build target for preprocessing Fusion with wave
|
2014-01-21 14:17:09 -08:00 |
|
|
266a7622ba
|
Fixes #9110
[SVN r86165]
|
2013-10-05 18:47:44 +00:00 |
|
|
de18e59c85
|
Fixes Ticket #7513
[SVN r86128]
|
2013-10-01 23:41:38 +00:00 |
|
|
94618528b6
|
Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro.
It was only defined for no-longer-supported-gcc.
[SVN r86062]
|
2013-09-30 15:56:52 +00:00 |
|
|
3b24ed44f8
|
specialization of convert_impl for map_tag, refs #8759
[SVN r84937]
|
2013-07-02 02:10:04 +00:00 |
|
|
7922147716
|
update fusion Nil template parameters to Nil_ to make ObjC happy. trac #5010
[SVN r84441]
|
2013-05-23 01:02:52 +00:00 |
|
|
56d0d48eb9
|
added static assert when N is > size of vector
[SVN r84283]
|
2013-05-14 21:10:02 +00:00 |
|
|
e83960d3e9
|
allow map keys to be forward declared only
[SVN r84275]
|
2013-05-13 23:01:05 +00:00 |
|
|
52298c686e
|
Fixes #8456
[SVN r84001]
|
2013-04-21 14:00:37 +00:00 |
|
|
80b4ce43c5
|
Fixes #8418
[SVN r84000]
|
2013-04-21 13:54:59 +00:00 |
|
|
b36426c8e3
|
patches from tongari: allow custom Associative Sequence which doesn't have fusion::pair
as elements.
[SVN r83455]
|
2013-03-16 07:28:23 +00:00 |
|
|
d354c5183b
|
Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test
[SVN r82728]
|
2013-02-04 12:15:02 +00:00 |
|
|
fb3bd4cea8
|
minor cleanup
[SVN r82727]
|
2013-02-04 11:54:59 +00:00 |
|
|
9672fe5385
|
map move supported + value_at_impl added
[SVN r82726]
|
2013-02-04 11:52:58 +00:00 |
|
|
85119dbd21
|
added as_map
fixed bug: wrong iterator category for map_iterator
[SVN r82721]
|
2013-02-04 09:52:52 +00:00 |
|
|
228401d898
|
More map tests and more API features implemented + tweaks to affected components
[SVN r82713]
|
2013-02-04 06:21:45 +00:00 |
|
|
9c5d6bcc8c
|
added pair < operator for case where key (first type) is the same.
[SVN r82709]
|
2013-02-04 04:10:29 +00:00 |
|
|
7b6cf39540
|
modern c++11 map implemented + various tweaks
[SVN r82708]
|
2013-02-04 03:49:34 +00:00 |
|
|
d128c6f6aa
|
Moving non-variadic map implementation to detail/cpp03 directory
[SVN r82701]
|
2013-02-03 11:50:48 +00:00 |
|
|
fec1da027c
|
Cleanup deque to clearly separate the C++03 code from c++11 code
[SVN r82698]
|
2013-02-03 10:31:46 +00:00 |
|
|
4272519a3c
|
cleanup
[SVN r82670]
|
2013-01-31 15:56:00 +00:00 |
|
|
9dcdfa323f
|
Better deque conversion
[SVN r82669]
|
2013-01-31 15:31:28 +00:00 |
|
|
5a520585d8
|
Fixes #7955
[SVN r82668]
|
2013-01-31 13:01:36 +00:00 |
|
|
1823f30420
|
Some cleanup
[SVN r82636]
|
2013-01-27 14:41:39 +00:00 |
|
|
f96bbef8fa
|
MSVC (VC11) fixes for latest updates
[SVN r82634]
|
2013-01-27 12:15:26 +00:00 |
|
|
f1687bffcf
|
Added LF at the end
[SVN r82632]
|
2013-01-27 10:14:40 +00:00 |
|
|
b7d02a8c55
|
+ Fixes ticket #7914
+ C++11 implementations for make_deque, deque_tie and as_deque
[SVN r82630]
|
2013-01-27 07:17:01 +00:00 |
|
|
ea0cad5800
|
Added fusion::move algorithm
[SVN r82550]
|
2013-01-19 14:37:00 +00:00 |
|
|
f9d6e05676
|
Applied patches for Tickets #7738, #7737 and #7646
[SVN r82348]
|
2013-01-04 01:43:06 +00:00 |
|
|
6d265316ed
|
Workaround for ObjC (mis)use of nil (from Mathias Gaunard)
[SVN r81628]
|
2012-11-30 02:31:23 +00:00 |
|
|
e1819c11b2
|
Remove usage of deprecated macros
[SVN r81452]
|
2012-11-21 03:12:31 +00:00 |
|
|
cfbbba272e
|
Fixes for Ticket #7569 ( Compile Error using BOOST_FUSION_DEFINE_STRUCT_INLINE with VC10 and GCC <4.5 )
[SVN r81165]
|
2012-11-04 00:18:41 +00:00 |
|
|
752f911a91
|
#7427 (Warning fixes in fusion)
[SVN r80812]
|
2012-10-02 01:12:19 +00:00 |
|
|
b57cd4ede9
|
- patch from nathan ridge
- fixed deque regression
[SVN r80458]
|
2012-09-09 00:27:37 +00:00 |
|
|
78ff3d8831
|
Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
[SVN r80395]
|
2012-09-04 13:40:38 +00:00 |
|
|
80799eed95
|
C++11 fixes for deque
[SVN r80392]
|
2012-09-04 05:04:26 +00:00 |
|
|
106702d388
|
Fix to silence MSVC warnings (Nathan Ridge)
[SVN r80368]
|
2012-09-03 07:08:47 +00:00 |
|
|
a53f93ff1a
|
move-assign for vector
[SVN r80345]
|
2012-09-01 02:01:26 +00:00 |
|
|
705ca2b61b
|
move-assign for deque
[SVN r80344]
|
2012-09-01 01:04:12 +00:00 |
|
|
3613310b62
|
deque move-ctor OK on gcc
[SVN r80334]
|
2012-08-31 15:58:31 +00:00 |
|
|
c8b47ca3ca
|
Added move ctors for vector and deque (deque for gcc partially working for now)
no preprocessed files yet
[SVN r80331]
|
2012-08-31 14:33:12 +00:00 |
|
|
038976991e
|
Fixed MSVC errors (from Nathan Ridge)
[SVN r80326]
|
2012-08-31 04:12:29 +00:00 |
|
|
4ccb4328f6
|
Fusion: fixing bogus preprocessor directive (missing newline at end of file)
[SVN r79788]
|
2012-07-28 20:44:56 +00:00 |
|
|
eaf9e79e85
|
latest patch from Nathan Ridge
[SVN r79306]
|
2012-07-05 23:40:17 +00:00 |
|