93 | | * '''Depends on:''' None |
94 | | * '''Fulfill review criteria checked by :''' ??? '''At:''' |
95 | | * Missing criteria |
96 | | * C1 |
97 | | * '''Pre-reviewed by :''' ??? '''people''' |
98 | | * '''Review Manager:''' Needed |
99 | | * '''Expected review date:''' ??? |
| 93 | * '''Depends on:''' Ratio, TypeTraits, ... |
| 94 | * '''Fulfill review criteria checked by :''' ??? '''At:''' |
| 95 | * Missing criteria |
| 96 | * C1 |
| 97 | * '''Pre-reviewed by :''' ??? '''people''' |
| 98 | * '''Review Manager:''' Anthony Williams |
| 99 | * '''Review Result:''' Pending |
493 | | --------------------------------------------------------------------------------------------------- |
494 | | == Boost.Msm == |
495 | | * '''Author(s):''' Christophe Henry |
496 | | * '''Version:''' 1.10 |
497 | | * '''State:''' [http://lists.boost.org/Archives/boost/2010/01/160812.php Accepted] |
498 | | * '''Review Manager:''' Dave Abrahams |
499 | | * '''Review dates:''' November 23, 2009 - December 13, 2009 |
500 | | * '''Accepted date:''' ??? |
501 | | * '''Expected completion date:''' ??? |
502 | | * '''Included in trunk date:''' ??? |
503 | | * '''Expected release date:''' ??? |
504 | | * '''Last upload:''' |
505 | | * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=Msm1.10.zip&directory=Msm&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault][http://svn.boost.org/svn/boost/sandbox/msm Boost Sandbox] |
506 | | * '''Categories:''' [#DataStructures Data Structures] |
507 | | * '''Description:''' Msm is a framework which enables you to build a Finite State Machine in a straightforward, descriptive and easy-to-use manner . It requires minimal effort to generate a working program from an UML state machine diagram. This work was inspired by the state machine described in the book of David Abrahams and Aleksey Gurtovoy “C++ Template Metaprogramming” and adds most of what UML Designers are expecting from an UML State Machine framework(entry/exit actions, guards, composite states, orthogonal zones, history...). |
508 | | |
509 | | --------------------------------------------------------------------------------------------------- |
510 | | == Boost.Polygon == |
511 | | * '''Author(s):''' Simonson, Lucanus J |
512 | | * '''Version:''' v0.1 |
513 | | * '''State:''' [http://lists.boost.org/boost-announce/2009/11/0239.php Accepted] |
514 | | * '''Review Manager:''' Fernando Cacciola |
515 | | * '''Review dates:''' August 24, 2009 - September 2, 2009 |
516 | | * '''Accepted date:''' ??? |
517 | | * '''Expected completion date:''' ??? |
518 | | * '''Included in trunk date:''' ??? |
519 | | * '''Expected release date:''' ??? |
520 | | * '''Last upload:''' |
521 | | * '''Last upload:''' 2009 February 17 |
522 | | * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/gtl Boost Sanbox] |
523 | | * '''Categories:''' [#MathAndNumerics Math And Numerics] |
524 | | * '''Description:''' The boost polygon library provides algorithms focused on manipulating planar polygon geometry data. Specific algorithms provided are the polygon set operations (intersection, union, difference, disjoint-union) and related algorithms such as polygon connectivity graph extraction, offsetting and map-overlay. An example of the disjoint-union (XOR) of figure a and figure b is shown below in figure c. These so-called Boolean algorithms are of significant interest in GIS (Geospatial Information Systems), VLSI CAD as well al other fields of CAD, and many more application areas, and providing them is the primary focus of this library. The polygon library is not intended to cover all of computational geometry in its scope, and provides a set of capabilities for working with coordinates, points, intervals and rectangles that are needed to support implementing and interacting with polygon data structures and algorithms. Specifically, 3d and non-Cartesian/non-planar geometry is outside of the scope of the polygon library. |
525 | | |