Commit Graph

1407 Commits

Author SHA1 Message Date
correaa
da294ebc6d Update tag_of.hpp
avoid mismatched-tags warning in clang
2014-02-07 22:24:29 -08:00
Mateusz Łoskot
beba23f36c Merge pull request #2 from alfC/patch-1
Changed static assertion that checks array size
2014-02-04 11:52:57 -08:00
alfC
a2874ea5fe Changed static assertion that checks array size
to a more standard way. This avoids an obscure error involving `extension::std_array_size<Array>`
2014-02-04 11:33:06 -08:00
Joel de Guzman
a9ed19e3b8 Merge pull request #2 from ericniebler/gpu-enabled-2
Add function annotations necessary to run Fusion on GPUs
2014-01-28 15:04:23 -08:00
Eric Niebler
26b28eff93 Merge remote-tracking branch 'upstream/develop' into gpu-enabled-2 2014-01-28 14:35:41 -08:00
Eric Niebler
e113b31fdd final gpu-enabling tweaks 2014-01-28 14:32:03 -08:00
K-ballo
44d5dca98b Fixed test to work with an explicit operator bool 2014-01-26 19:06:16 -06:00
Eric Niebler
c04e912866 gpu-enable vector assign 2014-01-23 21:48:52 -08:00
Eric Niebler
125a8b5957 Merge remote-tracking branch 'upstream/develop' into gpu-enabled-2 2014-01-23 21:30:44 -08:00
Eric Niebler
e5b0f3c2e1 gpu-enable more functions, but not stream inserters and extractors 2014-01-23 21:30:18 -08:00
K-ballo
4b139914b1 Fixed issue with vectorN calling the wrong vector_dataN constructor 2014-01-23 08:31:50 -06:00
Eric Niebler
c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
Joel de Guzman
aa78028662 Updated changelog
removed unmaintained todo.txt

[SVN r80347]
2014-01-22 22:26:56 -08:00
Joel de Guzman
ec5f8dc5ec Merge branch 'origin/master'
Conflicts:
	doc/html/index.html
	include/boost/fusion/container/map/map_fwd.hpp
2014-01-23 01:08:13 +08:00
Joel de Guzman
867c7e5dfb Merge pull request #1 from ericniebler/preprocess
build target for preprocessing Fusion with wave
2014-01-21 15:12:28 -08:00
Eric Niebler
e1dc534877 build target for preprocessing Fusion with wave 2014-01-21 14:17:09 -08:00
Michel Morin
14580550cf Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin
f2e7a184a0 Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00
Joel de Guzman
93447d3382 Merged 84441 to release
[SVN r86251]
2013-10-12 01:35:27 +00:00
Agustín K-ballo Bergé
266a7622ba Fixes #9110
[SVN r86165]
2013-10-05 18:47:44 +00:00
Joel de Guzman
de18e59c85 Fixes Ticket #7513
[SVN r86128]
2013-10-01 23:41:38 +00:00
Stephen Kelly
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
Joel de Guzman
a9335aa664 big merge from trunk
[SVN r85669]
2013-09-15 06:27:58 +00:00
Joel de Guzman
8aef19648b big merge from trunk
[SVN r85668]
2013-09-15 06:16:39 +00:00
Hartmut Kaiser
1f718e4520 Wave: Merging from trunk
[SVN r85641]
2013-09-10 12:47:28 +00:00
Eric Niebler
66ddb762d3 merge [84937] from trunk, fixes #8759
[SVN r85426]
2013-08-22 19:45:30 +00:00
Mateusz Loskot
e12f59ebf2 Add Jonathan Wakely's opinion from Boost ml 2013-07-07 23:17:42 +01:00
Mateusz Loskot
0e24ec0a85 Format 2013-07-06 01:03:18 +01:00
Mateusz Loskot
31b1ee7f73 Link N3257 paper and the latest Boost thread 2013-07-06 00:57:08 +01:00
Mateusz Loskot
53a1a74a10 Refine the ADL comment 2013-07-06 00:55:58 +01:00
Mateusz Loskot
1e2841c683 Add comment on conflicts with C++11 range access 2013-07-05 23:51:23 +01:00
Mateusz Loskot
17928ac385 Call build-project to build test from top dir 2013-07-05 23:47:48 +01:00
Mateusz Loskot
789b86fd6c Wrap #pragma warning BOOST_MSVC 2013-07-05 23:46:46 +01:00
Mateusz Loskot
abb15d1158 Add all-in-one header for std_array 2013-07-04 00:57:44 +01:00
Mateusz Loskot
cccbc785d6 Include missing array_size.hpp 2013-07-04 00:57:22 +01:00
Mateusz Loskot
6849e31db0 Ignore bin directory 2013-07-04 00:56:53 +01:00
Mateusz Loskot
6c130b9e44 Fix ticket number 2013-07-02 13:38:38 +01:00
Mateusz Loskot
a49eb03483 Fix links 2013-07-02 13:31:37 +01:00
Mateusz Loskot
93a1fc3b87 Initial version of std::array for Boost.Fusion
Functional, though ADL issues have not been solved (see README).
2013-07-02 13:28:20 +01:00
Eric Niebler
3b24ed44f8 specialization of convert_impl for map_tag, refs #8759
[SVN r84937]
2013-07-02 02:10:04 +00:00
Michael Caisse
7922147716 update fusion Nil template parameters to Nil_ to make ObjC happy. trac #5010
[SVN r84441]
2013-05-23 01:02:52 +00:00
Michael Caisse
13d00bd6c2 minor updates to fusion docs
[SVN r84440]
2013-05-22 23:28:12 +00:00
Joel de Guzman
56d0d48eb9 added static assert when N is > size of vector
[SVN r84283]
2013-05-14 21:10:02 +00:00
Joel de Guzman
e83960d3e9 allow map keys to be forward declared only
[SVN r84275]
2013-05-13 23:01:05 +00:00
Joel de Guzman
92ee36a556 Fixes #8336
[SVN r84002]
2013-04-21 14:07:21 +00:00
Joel de Guzman
52298c686e Fixes #8456
[SVN r84001]
2013-04-21 14:00:37 +00:00
Joel de Guzman
80b4ce43c5 Fixes #8418
[SVN r84000]
2013-04-21 13:54:59 +00:00
Joel de Guzman
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
Joel de Guzman
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
Joel de Guzman
fb3bd4cea8 minor cleanup
[SVN r82727]
2013-02-04 11:54:59 +00:00