[fusion] Algorithm/auxillary documentation

Hi, The generated documentation for the algorithm/auxillary section hasn't been checked in. It should be at: http://svn.boost.org/svn/boost/trunk/libs/fusion/doc/html/fusion/algorithm/a... http://svn.boost.org/svn/boost/trunk/libs/fusion/doc/html/fusion/algorithm/a... Daniel

Hi, 2011/8/21 Daniel James <dnljms@gmail.com>:
Hi,
The generated documentation for the algorithm/auxillary section hasn't been checked in. It should be at:
http://svn.boost.org/svn/boost/trunk/libs/fusion/doc/html/fusion/algorithm/a... http://svn.boost.org/svn/boost/trunk/libs/fusion/doc/html/fusion/algorithm/a...
I think this problem reason is not make "auxillary" directory.
======================== Akira Takahashi mailto:faithandbrave@gmail.com blog: http://d.hatena.ne.jp/faith_and_brave/

On 8/21/2011 7:50 PM, Daniel James wrote:
Hi,
The generated documentation for the algorithm/auxillary section hasn't been checked in. It should be at:
http://svn.boost.org/svn/boost/trunk/libs/fusion/doc/html/fusion/algorithm/a... http://svn.boost.org/svn/boost/trunk/libs/fusion/doc/html/fusion/algorithm/a...
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)? Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com

On 8 September 2011 01:00, Joel de Guzman <joel@boost-consulting.com> wrote:
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)?
Sorry, I didn't realise there was an agreement. I generated the fusion documentation and uploaded it to: http://boost-sandbox.sourceforge.net/libs/fusion/doc/html/index.html If it looks okay, I'll remove the fusion documentation from trunk and add a redirect.

2011/9/9 Daniel James <dnljms@gmail.com>
On 8 September 2011 01:00, Joel de Guzman <joel@boost-consulting.com> wrote:
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)?
Sorry, I didn't realise there was an agreement. I generated the fusion documentation and uploaded it to:
http://boost-sandbox.sourceforge.net/libs/fusion/doc/html/index.html
If it looks okay, I'll remove the fusion documentation from trunk and add a redirect.
Out of curious, why does algorithm like 'for_each' has metafunction but 'copy' doesn't? Though I need neither of them :P

On 9/9/2011 10:30 PM, TONGARI wrote:
2011/9/9 Daniel James <dnljms@gmail.com>
On 8 September 2011 01:00, Joel de Guzman <joel@boost-consulting.com> wrote:
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)?
Sorry, I didn't realise there was an agreement. I generated the fusion documentation and uploaded it to:
http://boost-sandbox.sourceforge.net/libs/fusion/doc/html/index.html
If it looks okay, I'll remove the fusion documentation from trunk and add a redirect.
Out of curious, why does algorithm like 'for_each' has metafunction but 'copy' doesn't? Though I need neither of them :P
Maybe you want copy_if ? Not sure about the semantics though. Is it simply: copy(filter_if<Pred>(c), dest) ? I'm not sure. Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com

2011/9/10 Joel de Guzman <joel@boost-consulting.com>
On 9/9/2011 10:30 PM, TONGARI wrote:
2011/9/9 Daniel James <dnljms@gmail.com>
On 8 September 2011 01:00, Joel de Guzman <joel@boost-consulting.com> wrote:
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)?
Sorry, I didn't realise there was an agreement. I generated the fusion documentation and uploaded it to:
http://boost-sandbox.sourceforge.net/libs/fusion/doc/html/index.html
If it looks okay, I'll remove the fusion documentation from trunk and add a redirect.
Out of curious, why does algorithm like 'for_each' has metafunction but 'copy' doesn't? Though I need neither of them :P
Maybe you want copy_if ? Not sure about the semantics though. Is it simply: copy(filter_if<Pred>(c), dest) ? I'm not sure.
No. I meant there's result_of::for_each but no result_of::copy. BTW, it's time to close https://svn.boost.org/trac/boost/ticket/5760 ?

On 9/10/2011 3:01 PM, TONGARI wrote:
2011/9/10 Joel de Guzman <joel@boost-consulting.com>
Out of curious, why does algorithm like 'for_each' has metafunction but 'copy' doesn't? Though I need neither of them :P
Maybe you want copy_if ? Not sure about the semantics though. Is it simply: copy(filter_if<Pred>(c), dest) ? I'm not sure.
No. I meant there's result_of::for_each but no result_of::copy.
Ah, ok. Well patch welcome :)
BTW, it's time to close https://svn.boost.org/trac/boost/ticket/5760 ?
Done. Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com

2011/9/10 Joel de Guzman <joel@boost-consulting.com>
On 9/10/2011 3:01 PM, TONGARI wrote:
2011/9/10 Joel de Guzman <joel@boost-consulting.com>
Out of curious, why does algorithm like 'for_each' has metafunction but 'copy' doesn't? Though I need neither of them :P
Maybe you want copy_if ? Not sure about the semantics though. Is it simply: copy(filter_if<Pred>(c), dest) ? I'm not sure.
No. I meant there's result_of::for_each but no result_of::copy.
Ah, ok. Well patch welcome :)
Patch submitted: https://svn.boost.org/trac/boost/ticket/5886

On 9/9/2011 6:04 PM, Daniel James wrote:
On 8 September 2011 01:00, Joel de Guzman <joel@boost-consulting.com> wrote:
I thought we agreed that we will no longer check in the generated docs? Why don't we start doing it as you suggested sometime ago (i.e. gen the docs regularly, place it somewhere we can link to, have a stub html that redirects to the online docs)?
Sorry, I didn't realise there was an agreement. I generated the fusion documentation and uploaded it to:
http://boost-sandbox.sourceforge.net/libs/fusion/doc/html/index.html
If it looks okay, I'll remove the fusion documentation from trunk and add a redirect.
Sounds good. Feel free to do the same for Phoenix and Spirit too. Thanks! (also, would it be possible to choose the host? Spirit has its own host and I'll prefer if the generated docs are uploaded there). Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com

On 10 September 2011 03:42, Joel de Guzman <joel@boost-consulting.com> wrote:
Sounds good. Feel free to do the same for Phoenix and Spirit too. Thanks!
(also, would it be possible to choose the host? Spirit has its own host and I'll prefer if the generated docs are uploaded there).
Yes. You'll either have to give me upload access to the host (rsync if possible), or build and upload it yourself
participants (4)
-
Akira Takahashi
-
Daniel James
-
Joel de Guzman
-
TONGARI