Commit Graph

759 Commits

Author SHA1 Message Date
Damien Buhl (alias daminetreg) 5ffab5001e REFACTORING: reused the BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED_NS macro in BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED to mimic the non-AUTO versions. 2014-06-13 23:04:08 +02:00
Damien Buhl (alias daminetreg) e58bd91f27 EDITORIAL: fixed indentation. 2014-06-13 23:04:08 +02:00
Damien Buhl (alias daminetreg) 5aa9a89fb8 FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED_NS which allows listing class attributes to adapt without specifying types. 2014-06-13 23:04:07 +02:00
Damien Buhl (alias daminetreg) 0d7ad9f6e2 FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED that does not require specifying the types of the fields. 2014-06-13 23:04:07 +02:00
Damien Buhl (alias daminetreg) 946957d3dc EDITORIAL: Change parameter names for consistency. 2014-06-13 23:04:07 +02:00
Damien Buhl (alias daminetreg) 3f965e00d3 #9516 BOOST_FUSION_AUTO_ADAPT_STRUCT that does not require specifying the types of the fields. 2014-06-13 23:04:07 +02:00
Joel de Guzman a0c1ec2018 Merge branch 'develop' boost-1.56.0 2014-05-27 08:45:08 +08:00
Joel de Guzman 1fde7cc293 Merge branch 'origin/develop' 2014-05-01 13:46:22 +08:00
Joel de Guzman 74a5d8804c reverting support for ref pending review 2014-05-01 13:44:45 +08:00
Joel de Guzman 8e4dd16b2d Merge pull request #5 from ericniebler/nil-hpp
Move definition of struct nil_ into its own header
2014-04-24 08:55:17 +08:00
Eric Niebler d2633616dc fix copyright 2014-04-23 16:50:58 -07:00
Eric Niebler 01ed85e0e5 put struct nil_ in its own header to fix incomplete type error with nvcc 2014-04-23 16:47:03 -07:00
Joel de Guzman 6c904779af fixes #5208 2014-04-09 10:03:23 +08:00
Joel de Guzman 41e18be5cf Merge pull request #4 from jamboree/develop
flatten/flatten_view/ref
2014-04-04 14:50:25 +08:00
Jamboree fd3a18ce1a flatten/flatten_view/ref 2014-04-04 14:38:38 +08:00
Joel de Guzman 21a2621cce Merge branch 'origin/develop' 2014-03-18 23:44:59 +08:00
Joel de Guzman efad85a925 fixes Ticket #9455 2014-03-18 23:43:23 +08:00
Joel de Guzman ad90e29cd6 Merge branch 'origin/develop' 2014-03-17 11:04:37 +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
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