Commit Graph

  • 04ce8a788b Enabled new ADAPT_STRUCT_API for ADAPT_TPL_STRUCT. Damien Buhl (alias daminetreg) 2014-06-11 00:37:35 +0200
  • ce3f2d6020 Added new ADAPT_STRUCT API support for the ADAPT_STRUCT_AS_VIEW macro. Damien Buhl (alias daminetreg) 2014-06-11 00:27:22 +0200
  • 687b2cf097 Factoring out of adapt_struct.hpp all the FILLER_* macros details. Damien Buhl (alias daminetreg) 2014-06-11 00:13:14 +0200
  • c851252f65 Renaming macros for ADAPT_STRUCT to deduce type or take provided attribute types. Damien Buhl (alias daminetreg) 2014-06-11 00:03:22 +0200
  • 557b3d2dc6 Fix detection of member_type parameter emptiness for BOOST_FUSION_ADAPT_STRUCT. Damien Buhl (alias daminetreg) 2014-06-10 23:45:43 +0200
  • 7ef202b794 Moved BOOST_FUSION_ADAPT_STRUCT implementation details to detail/adapt_base.hpp Damien Buhl (alias daminetreg) 2014-06-10 22:15:08 +0200
  • 02b776360a FEATURE: BOOST_FUSION_ADAPT_STRUCT can now also be called completely with variadics arguments. Damien Buhl (alias daminetreg) 2014-06-04 01:36:15 +0200
  • 37fc1443ad Improve the BOOST_FUSION_ADAPT_STRUCT macro to work also when there is no variadic support. Damien Buhl (alias daminetreg) 2014-05-30 17:44:49 +0200
  • 944c363787 Remove dependency to variadics macros for the old API not deducing types. Damien Buhl (alias daminetreg) 2014-05-27 22:48:19 +0200
  • 6f6bfb3a27 EDITORIAL: Cleaning the ADAPT_STRUCT which can deduce types. Damien Buhl (alias daminetreg) 2014-05-14 00:02:52 +0200
  • 04cbf0d4c6 BUGFIX: Presents the correct field name as a string even if type is deduced. Damien Buhl (alias daminetreg) 2014-05-09 14:06:15 +0200
  • 703bff4ff9 FEATURE: Types of a struct can freely pe provided or deduced, following the user preferences. Damien Buhl (alias daminetreg) 2014-05-09 13:59:49 +0200
  • 7e1c6cdf47 FEATURE: Type deduction for BOOST_FUSION_ADAPT_STRUCT_C_BASE, with preliminary support for providing or deducing the type. Damien Buhl (alias daminetreg) 2014-05-09 13:25:38 +0200
  • 3ca94f5762 DOC: Add some comments to help me understand the adapt macros. Damien Buhl (alias daminetreg) 2014-05-07 08:57:28 +0200
  • c052b4b452 FEATURE: Making BOOST_FUSION_AUTO_ADAPT_STRUCT variadic. Damien Buhl (alias daminetreg) 2014-03-18 23:33:10 +0100
  • 166132789a DOC: Document the BOOST_FUSION_AUTO* macros. Damien Buhl (alias daminetreg) 2014-03-04 23:22:23 +0100
  • 435fb5c29f EDITORIAL: Reorganize imports. Damien Buhl (alias daminetreg) 2014-02-18 22:04:51 +0100
  • 934463c7b4 FEATURE: BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT_NAMED now allows defining a Random Access Sequence and an Associative sequence without providing the type. Damien Buhl (alias daminetreg) 2014-02-18 22:04:38 +0100
  • a5f87696f2 EDITORIAL: Rename the macro for type deduction to a more expressive and correct name. Damien Buhl (alias daminetreg) 2014-02-11 23:46:38 +0100
  • 2d37b9c22c EDITORIAL: Fixes typos. Damien Buhl (alias daminetreg) 2014-02-11 23:39:42 +0100
  • f7b14aee35 FEATURE: BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT now allows defining a Random Access Sequence and an Associative sequence without providing the type. Damien Buhl (alias daminetreg) 2014-02-11 23:37:53 +0100
  • 8a132ea44a BUGFIX: Fix include path. Damien Buhl (alias daminetreg) 2014-02-04 22:48:34 +0100
  • 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. Damien Buhl (alias daminetreg) 2014-01-26 18:23:00 +0100
  • e58bd91f27 EDITORIAL: fixed indentation. Damien Buhl (alias daminetreg) 2014-01-26 18:02:00 +0100
  • 5aa9a89fb8 FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED_NS which allows listing class attributes to adapt without specifying types. Damien Buhl (alias daminetreg) 2014-01-26 18:01:44 +0100
  • 0d7ad9f6e2 FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED that does not require specifying the types of the fields. Damien Buhl (alias daminetreg) 2014-01-26 17:31:01 +0100
  • 946957d3dc EDITORIAL: Change parameter names for consistency. Damien Buhl (alias daminetreg) 2014-01-26 14:44:15 +0100
  • 3f965e00d3 #9516 BOOST_FUSION_AUTO_ADAPT_STRUCT that does not require specifying the types of the fields. Damien Buhl (alias daminetreg) 2013-12-22 21:14:31 +0100
  • 10d363837a Merge pull request #8 from Flast/pr/msvc-10.0/test Joel de Guzman 2014-06-12 17:59:44 +0800
  • 25bb75e3f8 Fix test error in msvc-10.0 Kohei Takahashi 2014-06-12 01:18:20 +0900
  • 2cc2729f51 Merge pull request #7 from Flast/pr/adapt/tuple Joel de Guzman 2014-06-09 21:11:03 +0800
  • 059c041659 Add test for convert seq to std::tuple Kohei Takahashi 2014-06-08 02:47:06 +0900
  • f7adae2b3d Add test for convert seq to tuple Kohei Takahashi 2014-05-29 02:24:26 +0900
  • f5fe438f14 Add mpl::clear implementation for std::tuple Kohei Takahashi 2012-10-17 19:59:44 +0900
  • 38bcd6e779 Add mpl::clear implementation for Boost.Tuple Kohei Takahashi 2012-10-17 18:05:39 +0900
  • 219b4124d7 Add convert implementation for std::tuple Kohei Takahashi 2012-10-17 19:59:44 +0900
  • 39785ddb0e Add convert implementation for Boost.Tuple Kohei Takahashi 2012-10-17 18:05:39 +0900
  • a0c1ec2018 Merge branch 'develop' Joel de Guzman 2014-05-27 08:45:08 +0800
  • 1fde7cc293 Merge branch 'origin/develop' Joel de Guzman 2014-05-01 13:46:22 +0800
  • 74a5d8804c reverting support for ref pending review Joel de Guzman 2014-05-01 13:44:45 +0800
  • 8e4dd16b2d Merge pull request #5 from ericniebler/nil-hpp Joel de Guzman 2014-04-24 08:55:17 +0800
  • d2633616dc fix copyright Eric Niebler 2014-04-23 16:50:58 -0700
  • 01ed85e0e5 put struct nil_ in its own header to fix incomplete type error with nvcc Eric Niebler 2014-04-23 16:47:03 -0700
  • 6c904779af fixes #5208 Joel de Guzman 2014-04-09 10:03:23 +0800
  • 41e18be5cf Merge pull request #4 from jamboree/develop Joel de Guzman 2014-04-04 14:50:25 +0800
  • fd3a18ce1a flatten/flatten_view/ref Jamboree 2014-04-04 14:38:38 +0800
  • 21a2621cce Merge branch 'origin/develop' Joel de Guzman 2014-03-18 23:44:59 +0800
  • efad85a925 fixes Ticket #9455 Joel de Guzman 2014-03-18 23:43:23 +0800
  • ad90e29cd6 Merge branch 'origin/develop' Joel de Guzman 2014-03-17 11:04:37 +0800
  • 72912925cb Merge pull request #3 from correaa/patch-1 Mateusz Łoskot 2014-02-08 10:28:43 +0000
  • da294ebc6d Update tag_of.hpp correaa 2014-02-07 22:24:29 -0800
  • beba23f36c Merge pull request #2 from alfC/patch-1 Mateusz Łoskot 2014-02-04 11:52:57 -0800
  • a2874ea5fe Changed static assertion that checks array size alfC 2014-02-04 11:33:06 -0800
  • a9ed19e3b8 Merge pull request #2 from ericniebler/gpu-enabled-2 Joel de Guzman 2014-01-28 15:04:23 -0800
  • 26b28eff93 Merge remote-tracking branch 'upstream/develop' into gpu-enabled-2 Eric Niebler 2014-01-28 14:35:41 -0800
  • e113b31fdd final gpu-enabling tweaks Eric Niebler 2014-01-28 14:32:03 -0800
  • 44d5dca98b Fixed test to work with an explicit operator bool K-ballo 2014-01-26 19:06:16 -0600
  • c04e912866 gpu-enable vector assign Eric Niebler 2014-01-23 21:48:52 -0800
  • 125a8b5957 Merge remote-tracking branch 'upstream/develop' into gpu-enabled-2 Eric Niebler 2014-01-23 21:30:44 -0800
  • e5b0f3c2e1 gpu-enable more functions, but not stream inserters and extractors Eric Niebler 2014-01-23 21:30:18 -0800
  • 4b139914b1 Fixed issue with vectorN calling the wrong vector_dataN constructor K-ballo 2014-01-23 08:31:50 -0600
  • c4f9f0d1b6 gpu-enable functions Eric Niebler 2014-01-09 17:58:06 -0800
  • aa78028662 Updated changelog removed unmaintained todo.txt Joel de Guzman 2012-09-01 02:12:46 +0000
  • ec5f8dc5ec Merge branch 'origin/master' Joel de Guzman 2014-01-23 01:08:13 +0800
  • 867c7e5dfb Merge pull request #1 from ericniebler/preprocess Joel de Guzman 2014-01-21 15:12:28 -0800
  • e1dc534877 build target for preprocessing Fusion with wave Eric Niebler 2014-01-21 14:17:09 -0800
  • 14580550cf Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 Michel Morin 2013-11-13 03:22:55 +0000
  • f2e7a184a0 Correct broken links to C++ standard papers. Refs #9212. Michel Morin 2013-10-30 12:51:24 +0000
  • 93447d3382 Merged 84441 to release Joel de Guzman 2013-10-12 01:35:27 +0000
  • 266a7622ba Fixes #9110 Agustín K-ballo Bergé 2013-10-05 18:47:44 +0000
  • de18e59c85 Fixes Ticket #7513 Joel de Guzman 2013-10-01 23:41:38 +0000
  • 94618528b6 Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro. Stephen Kelly 2013-09-30 15:56:52 +0000
  • a9335aa664 big merge from trunk Joel de Guzman 2013-09-15 06:27:58 +0000
  • 8aef19648b big merge from trunk Joel de Guzman 2013-09-15 06:16:39 +0000
  • 1f718e4520 Wave: Merging from trunk Hartmut Kaiser 2013-09-10 12:47:28 +0000
  • 66ddb762d3 merge [84937] from trunk, fixes #8759 Eric Niebler 2013-08-22 19:45:30 +0000
  • e12f59ebf2 Add Jonathan Wakely's opinion from Boost ml Mateusz Loskot 2013-07-07 23:17:42 +0100
  • 0e24ec0a85 Format Mateusz Loskot 2013-07-06 01:03:18 +0100
  • 31b1ee7f73 Link N3257 paper and the latest Boost thread Mateusz Loskot 2013-07-06 00:57:08 +0100
  • 53a1a74a10 Refine the ADL comment Mateusz Loskot 2013-07-06 00:55:58 +0100
  • 1e2841c683 Add comment on conflicts with C++11 range access Mateusz Loskot 2013-07-05 23:51:23 +0100
  • 17928ac385 Call build-project to build test from top dir Mateusz Loskot 2013-07-05 23:47:48 +0100
  • 789b86fd6c Wrap #pragma warning BOOST_MSVC Mateusz Loskot 2013-07-05 23:46:46 +0100
  • abb15d1158 Add all-in-one header for std_array Mateusz Loskot 2013-07-04 00:57:44 +0100
  • cccbc785d6 Include missing array_size.hpp Mateusz Loskot 2013-07-04 00:57:22 +0100
  • 6849e31db0 Ignore bin directory Mateusz Loskot 2013-07-04 00:56:53 +0100
  • 6c130b9e44 Fix ticket number Mateusz Loskot 2013-07-02 13:38:38 +0100
  • a49eb03483 Fix links Mateusz Loskot 2013-07-02 13:31:37 +0100
  • 93a1fc3b87 Initial version of std::array for Boost.Fusion Mateusz Loskot 2013-07-02 13:28:20 +0100
  • 3b24ed44f8 specialization of convert_impl for map_tag, refs #8759 Eric Niebler 2013-07-02 02:10:04 +0000
  • 7922147716 update fusion Nil template parameters to Nil_ to make ObjC happy. trac #5010 Michael Caisse 2013-05-23 01:02:52 +0000
  • 13d00bd6c2 minor updates to fusion docs Michael Caisse 2013-05-22 23:28:12 +0000
  • 56d0d48eb9 added static assert when N is > size of vector Joel de Guzman 2013-05-14 21:10:02 +0000
  • e83960d3e9 allow map keys to be forward declared only Joel de Guzman 2013-05-13 23:01:05 +0000
  • 92ee36a556 Fixes #8336 Joel de Guzman 2013-04-21 14:07:21 +0000
  • 52298c686e Fixes #8456 Joel de Guzman 2013-04-21 14:00:37 +0000
  • 80b4ce43c5 Fixes #8418 Joel de Guzman 2013-04-21 13:54:59 +0000
  • b36426c8e3 patches from tongari: allow custom Associative Sequence which doesn't have fusion::pair as elements. Joel de Guzman 2013-03-16 07:28:23 +0000
  • d354c5183b Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test Joel de Guzman 2013-02-04 12:15:02 +0000
  • fb3bd4cea8 minor cleanup Joel de Guzman 2013-02-04 11:54:59 +0000