Commit Graph

188 Commits

Author SHA1 Message Date
Kohei Takahashi
416cd2e2d9 Fix dead links 2014-11-03 06:24:20 +09:00
Kohei Takahashi
f3921fee95 Fix tuple heading, close #5324 2014-11-03 06:24:20 +09:00
Kohei Takahashi
f716d2f410 Merge various hotfixes into develop. 2014-11-01 22:00:45 +09:00
Kohei Takahashi
c6cb25846c Fix doc typo and describe about c++11 make_map.
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-10-28 18:34:24 +09:00
Damien Buhl (alias daminetreg)
2f850604e8 Merge remote-tracking branch 'official/develop' into fusion_adapters 2014-10-27 14:00:49 +01:00
Damien Buhl (alias daminetreg)
3a28c3fd81 Updates the doc of ADAPT_ADTs macros 2014-10-20 21:35:01 +02:00
Damien Buhl (alias daminetreg)
c8ffc6498b add documentation for BOOST_FUSION_ADAPT_ADT and type deduction. 2014-10-07 21:39:18 +02:00
wmamrak
0873af5d3c Update according to ticket #10403.
Someone more familiar with this formatting please verify my changes :)
2014-08-26 14:23:32 +02:00
Damien Buhl (alias daminetreg)
fcb579f208 Documented BOOST_FUSION_ADAT_ASSOC* macros with type inference. 2014-07-27 17:19:15 +02:00
fiesh
d71cf19e0f fix documentation, introduce "See also" block 2014-07-24 17:44:37 +02:00
fiesh
f7685b1194 add automatic hash function creation 2014-07-24 14:22:55 +02:00
Damien Buhl (alias daminetreg)
dd0cee1721 Documented type deduction for ADAPT_STRUCT_NAMED. 2014-06-25 00:24:26 +02:00
Damien Buhl (alias daminetreg)
2e60ba6f29 Fixed typos and inconsistencies in ADAPT_STRUCT documentation. 2014-06-13 23:09:39 +02:00
Damien Buhl (alias daminetreg)
0000ca263b Removing AUTO_ADAPT_STRUCT_NAMED, AUTO_ADAPT_ASSOC_STRUCT and AUTO_ADAPT_ASSOC_STRUCT_NAMED.
As discussed with Agustín Bergé and Joel de Guzman on https://github.com/boostorg/fusion/pull/3,
it's better to remove the separate macro for the type deducting macros, and
to instead support a flexible API allowing backward compatibility and type
omission.

This is what ADAPT_STRUCT and ADAPT_STRUCT_TPL now provides. All other
macros will be improved in the same way in the following commits.
2014-06-13 23:09:39 +02:00
Damien Buhl (alias daminetreg)
6483cf4058 Adding documentation of the new ADAPT_STRUCT and ADAPT_STRUCT_TPL macros,
capable of deducing type.
2014-06-13 23:09:39 +02:00
Damien Buhl (alias daminetreg)
166132789a DOC: Document the BOOST_FUSION_AUTO* macros.
This documents the AUTO_ADAPT macros :
  * BOOST_FUSION_AUTO_ADAPT_STRUCT
  * BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED
  * BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT
  * BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT_NAMED
2014-06-13 23:04:09 +02:00
Joel de Guzman
6c904779af fixes #5208 2014-04-09 10:03:23 +08:00
Jamboree
fd3a18ce1a flatten/flatten_view/ref 2014-04-04 14:38:38 +08:00
Michel Morin
f2e7a184a0 Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00
Michael Caisse
13d00bd6c2 minor updates to fusion docs
[SVN r84440]
2013-05-22 23:28:12 +00:00
Joel de Guzman
f9d6e05676 Applied patches for Tickets #7738, #7737 and #7646
[SVN r82348]
2013-01-04 01:43:06 +00:00
Michael Caisse
211b47b47d clarify in fusion docs that associative sequences are not checked for key uniqueness.
[SVN r81891]
2012-12-13 09:41:50 +00:00
Joel de Guzman
d01148d339 Fixed typo
[SVN r81164]
2012-11-03 23:44:36 +00:00
Joel de Guzman
4382b64aa7 Updated changelog
removed unmaintained todo.txt

[SVN r80347]
2012-09-01 02:12:46 +00:00
Joel de Guzman
70589c53c6 BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge
[SVN r78509]
2012-05-19 01:24:55 +00:00
Joel de Guzman
51ade6529c typo fix by Mario Lang
[SVN r78464]
2012-05-14 00:41:42 +00:00
Joel de Guzman
66e8a6d3b7 Doc updates for deque
[SVN r78199]
2012-04-26 00:03:42 +00:00
Joel de Guzman
b7eda8d0f4 Doc updates for deque
[SVN r77984]
2012-04-15 09:47:19 +00:00
Joel de Guzman
a3c2258017 Added deque docs
[SVN r77879]
2012-04-10 02:30:18 +00:00
Joel de Guzman
df0fbd1d9d typo fix
[SVN r77114]
2012-02-25 01:09:58 +00:00
Joel de Guzman
fd82b51cec Wrong version. Should be 2.2 + fixed copyright notices and dates
[SVN r74886]
2011-10-10 10:37:53 +00:00
Joel de Guzman
24bca52c5e Wrong version. Should be 2.2.
[SVN r74885]
2011-10-10 10:08:44 +00:00
Joel de Guzman
459a1dba3d Bumped copyright date and version to 2.1 (it's about time!).
[SVN r74883]
2011-10-10 10:05:49 +00:00
Joel de Guzman
10274e7884 Made map random access. Thanks to Brandon Kohn!
[SVN r74882]
2011-10-10 09:55:52 +00:00
Daniel James
0ba9acbfa4 Replace fusion documentation with redirect.
[SVN r74332]
2011-09-10 07:42:13 +00:00
Joel de Guzman
adc8be256f fixed wording to make it clear that I/O operators are only available for sequences in fusion's namespace
[SVN r73247]
2011-07-19 23:29:06 +00:00
Eric Niebler
f27ed26e44 make single_view random access
[SVN r72977]
2011-07-08 19:42:35 +00:00
Joel de Guzman
0a54764a6a Added docs for copy
[SVN r72930]
2011-07-06 18:29:02 +00:00
Joel de Guzman
f4f93005ad Added docs for copy
[SVN r72929]
2011-07-06 18:16:56 +00:00
Joel de Guzman
ed4206ee1b Fixes Ticket #5426
[SVN r71026]
2011-04-06 04:55:57 +00:00
Joel de Guzman
407657d56c Updateded: fixed 'requirement' errors
[SVN r70297]
2011-03-21 04:08:44 +00:00
Christopher Schmidt
e8539e1165 Fusion: typo fix, fixes #4877
[SVN r67337]
2010-12-19 15:11:12 +00:00
Christopher Schmidt
8abe272391 Fusion: fixed minor doc typos
[SVN r65894]
2010-10-10 20:23:28 +00:00
Christopher Schmidt
088b8a0201 Fusion: ADAPT_xxxADTxxx; documentation&new testcase
[SVN r65816]
2010-10-07 20:38:54 +00:00
Christopher Schmidt
b8784f6bbc Fusion: fixed yet another typo
[SVN r65758]
2010-10-04 21:34:44 +00:00
Christopher Schmidt
569e23c71c Fusion: BOOST_FUSION_ADAPT_ADT documentation (2)
[SVN r65757]
2010-10-04 21:16:42 +00:00
Christopher Schmidt
b761e0e0c0 Fusion: BOOST_FUSION_ADAPT_ADT documentation
[SVN r65756]
2010-10-04 20:50:31 +00:00
Christopher Schmidt
e5dd49bc15 Fusion: documentation fixes
[SVN r65060]
2010-08-27 20:36:00 +00:00
Christopher Schmidt
237165e1e9 added the new folds to the changelist
[SVN r63752]
2010-07-08 17:25:24 +00:00
Daniel James
05edb33019 Rebuild fusion docs - with missing file this time.
[SVN r63731]
2010-07-08 07:10:41 +00:00
Daniel James
880f7ed33e Rebuild fusion documentation.
[SVN r63626]
2010-07-04 19:20:50 +00:00
Christopher Schmidt
a1af4051cd added missing doc files
[SVN r63561]
2010-07-03 20:28:03 +00:00
Steven Watanabe
4b1e5607e1 Fix a copy/paste error.
[SVN r63220]
2010-06-22 04:20:26 +00:00
Steven Watanabe
c57b658e79 Document repetitive_view. Fixes #1864.
[SVN r63219]
2010-06-22 04:17:12 +00:00
Daniel James
f26c90729a Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Christopher Schmidt
758178a2a8 added reverse_fold/iter_fold/reverse_iter_fold (2) (fixes #1623)
[SVN r63083]
2010-06-18 17:23:20 +00:00
Steven Watanabe
378858f270 Fix headers for set_fwd and map_fwd. Fixes #3237
[SVN r62891]
2010-06-13 01:45:12 +00:00
Christopher Schmidt
c02a3ba001 documentation update - fixes #4281
[SVN r62398]
2010-06-03 08:29:23 +00:00
Christopher Schmidt
8d5aefc7de documentation update
[SVN r61202]
2010-04-11 15:01:17 +00:00
Christopher Schmidt
2f8b22dd93 documentation update
[SVN r61187]
2010-04-10 18:55:44 +00:00
Christopher Schmidt
073ce9e4a3 added intrusive struct generating macros
[SVN r61018]
2010-04-03 13:34:20 +00:00
Hartmut Kaiser
95ccc6f48f Fusion: added docs for BOOST_FUSION_ADAPTED_STRUCT_NAMED
[SVN r59338]
2010-01-29 03:03:31 +00:00
Christopher Schmidt
f7fd836354 corrected category_of documentation (2)
[SVN r58568]
2009-12-29 18:29:59 +00:00
Christopher Schmidt
b1b171f130 corrected category_of documentation
[SVN r58559]
2009-12-29 14:10:17 +00:00
Christopher Schmidt
d366a4f0e2 updated changelog
[SVN r58558]
2009-12-29 13:44:01 +00:00
Christopher Schmidt
514d48903b associative forward iterators in example and docs
[SVN r58549]
2009-12-28 17:45:42 +00:00
Christopher Schmidt
2587757d47 corrected reverse_view
[SVN r58299]
2009-12-11 21:01:22 +00:00
Christopher Schmidt
65895017bd associative_sequence_tag -> associative_tag
[SVN r57337]
2009-11-03 17:35:33 +00:00
Christopher Schmidt
dab67207cf associative iterators & views (Fixes #3473)
[SVN r57242]
2009-10-30 00:19:19 +00:00
Christopher Schmidt
35e469e2d5 fix for #2355: discrepancy between std::accumulate and fusion::accumulate
[SVN r57125]
2009-10-24 10:59:01 +00:00
Joel de Guzman
9a1bc7d677 BOOST_FUSION_ADAPT_CLASS
[SVN r56576]
2009-10-04 16:59:50 +00:00
Hartmut Kaiser
7b89755a67 Fusion: fixed a couple of typos in docs
[SVN r56472]
2009-09-29 14:48:36 +00:00
Hartmut Kaiser
8ce4280e27 Fusion: doc fix
[SVN r56382]
2009-09-25 14:00:55 +00:00
Hartmut Kaiser
10c0665ffa Fusion: added nview and friends, docs and tests
[SVN r56377]
2009-09-25 00:21:53 +00:00
John Maddock
0dd1f341c8 Fix PDF image paths.
[SVN r55759]
2009-08-24 10:32:39 +00:00
Joel de Guzman
04cf9c863b typo fix
[SVN r54325]
2009-06-25 03:07:23 +00:00
Joel de Guzman
916077ce6b update for trac #1893
[SVN r53856]
2009-06-13 06:29:32 +00:00
Tobias Schwinger
aaf89a67a6 updates functional module: only two unfused variants, now
[SVN r51381]
2009-02-22 06:27:12 +00:00
Joel de Guzman
b543bd13e7 minor doc typo
[SVN r49767]
2008-11-15 11:07:56 +00:00
Joel de Guzman
ef1e821173 added info on how to map to and from MPL
[SVN r47647]
2008-07-21 07:25:52 +00:00
Joel de Guzman
8506cd8be6 pair doc fix
[SVN r47527]
2008-07-17 23:59:22 +00:00
Daniel James
9a622b6904 Generated documentation which is no longer generated.
[SVN r43213]
2008-02-10 16:21:22 +00:00
Joel de Guzman
f199472458 Removing fusion variant adapter
[SVN r42224]
2007-12-20 23:28:26 +00:00
Joel de Guzman
e9fd448376 fixed documentation bug
[SVN r42116]
2007-12-17 09:27:42 +00:00
Joel de Guzman
5359a24800 refresh docs
[SVN r41080]
2007-11-14 10:17:09 +00:00
Joel de Guzman
ac449e933d added copyright and license info for each page.
[SVN r40873]
2007-11-07 03:46:23 +00:00
Joel de Guzman
2016e8e53b added license info in copyright notice at the footer
[SVN r40866]
2007-11-07 03:06:23 +00:00
Joel de Guzman
e10f3e17b3 added copyright and license info for each page.
[SVN r40863]
2007-11-07 02:12:28 +00:00
Dan Marsden
0acc783f19 Added a quick reference to the sequence and iterator facade example
[SVN r40856]
2007-11-06 21:53:41 +00:00
Joel de Guzman
a326739705 Regenerating/reorganizing docs
[SVN r40832]
2007-11-06 12:13:52 +00:00
Joel de Guzman
58b2bccbe4 Regenerating/reorganizing docs
[SVN r40828]
2007-11-06 11:40:27 +00:00
Joel de Guzman
0baf64588c doc updates to reflect structure changes
[SVN r40827]
2007-11-06 10:09:38 +00:00
Dan Marsden
c9ee80e47a fixed spelling mistake in documentation
[SVN r40817]
2007-11-05 22:24:53 +00:00
Dan Marsden
b9ab685b44 Basic sequence and iterator fascade docs
[SVN r40737]
2007-11-04 15:26:51 +00:00
Dan Marsden
dde6fe6f40 Documentation for the struct extension macros
[SVN r40534]
2007-10-28 17:40:45 +00:00
Tobias Schwinger
3de9048e8a adds concept examples
[SVN r39474]
2007-09-22 11:09:35 +00:00
Joel de Guzman
1f2087092f Doc updates
[SVN r39468]
2007-09-22 01:05:29 +00:00
Dan Marsden
6344096709 fixing result of related fusion docs issues for fold, accumulate, and transform view/alg
[SVN r39448]
2007-09-21 15:44:57 +00:00
Tobias Schwinger
887906aa69 changes docs to reflect changed semantics of unfused_type
(operator() overloads for only onw arity now)


[SVN r38269]
2007-07-22 08:35:29 +00:00
Tobias Schwinger
9df373af5f revises function object concepts and functional module documenation to reflect
boost::result_of-based result computation


[SVN r38209]
2007-07-13 19:25:34 +00:00