Boost.Algorithms Review Begins today

The review period for the proposed Boost.Algorithms library, by Marshall Clow, begins today (September 22) and runs through Oct 1. I'm pleased to act as review manager. ,----[ Important Notes ] | - Please do not post your review or discussion as a reply to this | message. | - Please begin your review's subject line with "[Review:Algorithms]" | - Please feel free to note any individual issues in the GitHub issue | tracker and make reference to them from your review. | - Please see below for *further* important notes `---- You can find the library at https://github.com/mclow/Boost.Algorithm. If you don't want to use Git, you can get a .zip or tarball snapshot at https://github.com/mclow/Boost.Algorithm/archives/master Description =========== The Boost Algorithms library is a work in progress; it is not meant to be a complete set of general purpose algorithms for C++ programming; but rather a small collection of useful algorithms, and a structure for adding more over time. The algorithms here fall into three basic categories: 1. Searching - Boyer-Moore Search - Boyer-Moore-Horspool Search - Knuth-Morris-Pratt search 2. Sequence properties - Tests to see if a sequence is ordered - Tests for the elements of a sequence 3. Miscellaneous - Constrain a value between two 'boundaries' (minmax) Potential Interactions with Existing Boost Libraries ==================================================== This submission potentially interacts with all of the following existing Boost libraries: * foreach - http://boost.org/libs/foreach * minmax - http://boost.org/libs/algorithm/minmax * range - http://boost.org/libs/range * string_algo - http://boost.org/libs/algorithm/string_algo Reviewers should consider these potential interactions. What to include in Review Comments ================================== - Keep your criticism constructive. Constructive criticism usually comes with specific suggestions for improvement. - If you identify problems along the way, please note if they are minor, serious, or showstoppers. - Please *do* vote on whether the library should be accepted. Everyone who takes the time to look at the library is qualified to vote, and every vote is valuable. - Other questions you might want to answer in your review: * What is your evaluation of the design? * What is your evaluation of the implementation? * What is your evaluation of the documentation? * What is your evaluation of the potential usefulness of the library? * Did you try to use the library? With what compiler? Did you have any problems? * How much effort did you put into your evaluation? A glance? A quick reading? In-depth study? * Are you knowledgeable about the problem domain? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Le 23/09/11 06:21, Dave Abrahams a écrit :
The review period for the proposed Boost.Algorithms library, by Marshall Clow, begins today (September 22) and runs through Oct 1. I'm pleased to act as review manager.
,----[ Important Notes ] | - Please do not post your review or discussion as a reply to this | message. | - Please begin your review's subject line with "[Review:Algorithms]" | - Please feel free to note any individual issues in the GitHub issue | tracker and make reference to them from your review. | - Please see below for *further* important notes `----
You can find the library at https://github.com/mclow/Boost.Algorithm. If you don't want to use Git, you can get a .zip or tarball snapshot at https://github.com/mclow/Boost.Algorithm/archives/master
Hi, I don't find the html or pdf documentation. Could you give a direct link? Best, Vicente

On Sep 22, 2011, at 11:30 PM, Vicente J. Botet Escriba wrote:
Le 23/09/11 06:21, Dave Abrahams a écrit :
The review period for the proposed Boost.Algorithms library, by Marshall Clow, begins today (September 22) and runs through Oct 1. I'm pleased to act as review manager.
,----[ Important Notes ] | - Please do not post your review or discussion as a reply to this | message. | - Please begin your review's subject line with "[Review:Algorithms]" | - Please feel free to note any individual issues in the GitHub issue | tracker and make reference to them from your review. | - Please see below for *further* important notes `----
You can find the library at https://github.com/mclow/Boost.Algorithm. If you don't want to use Git, you can get a .zip or tarball snapshot at https://github.com/mclow/Boost.Algorithm/archives/master
Hi,
I don't find the html or pdf documentation. Could you give a direct link?
You can also get an archive with prebuilt HTML docs here http://dl.dropbox.com/u/11048326/Boost.Algorithm-010.zip -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki

2011/9/23 Marshall Clow <mclow.lists@gmail.com>
On Sep 22, 2011, at 11:30 PM, Vicente J. Botet Escriba wrote:
Le 23/09/11 06:21, Dave Abrahams a écrit :
The review period for the proposed Boost.Algorithms library, by Marshall Clow, begins today (September 22) and runs through Oct 1. I'm pleased to act as review manager.
,----[ Important Notes ] | - Please do not post your review or discussion as a reply to this | message. | - Please begin your review's subject line with "[Review:Algorithms]" | - Please feel free to note any individual issues in the GitHub issue | tracker and make reference to them from your review. | - Please see below for *further* important notes `----
You can find the library at https://github.com/mclow/Boost.Algorithm. If you don't want to use Git, you can get a .zip or tarball snapshot at https://github.com/mclow/Boost.Algorithm/archives/master
Hi,
I don't find the html or pdf documentation. Could you give a direct link?
You can also get an archive with prebuilt HTML docs here http://dl.dropbox.com/u/11048326/Boost.Algorithm-010.zip
Let me do you a favor: I uploaded the docs to my free web space for now http://jamboree.zzl.org/boost_algorithm/

on Fri Sep 23 2011, TONGARI <tongari95-AT-gmail.com> wrote:
2011/9/23 Marshall Clow <mclow.lists@gmail.com>
Let me do you a favor: I uploaded the docs to my free web space for now http://jamboree.zzl.org/boost_algorithm/
Marshall, I suggest that you link to these docs from the GitHub page. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

On Sep 23, 2011, at 4:33 PM, Dave Abrahams wrote:
on Fri Sep 23 2011, TONGARI <tongari95-AT-gmail.com> wrote:
2011/9/23 Marshall Clow <mclow.lists@gmail.com>
Let me do you a favor: I uploaded the docs to my free web space for now http://jamboree.zzl.org/boost_algorithm/
Marshall, I suggest that you link to these docs from the GitHub page.
Done. Thanks! -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
participants (4)
-
Dave Abrahams
-
Marshall Clow
-
TONGARI
-
Vicente J. Botet Escriba