Boost logo

Boost :

From: Victor A. Wagner Jr. (vawjr_at_[hidden])
Date: 2004-08-21 17:48:11


I can't speak for anyone else's EMail setup, but messages from you (and you
alone) seem to be filed with "uppercase A accent circumflex blank"
in this message, it's ALL of the characters between "August 21, 2004" and
"More"
this makes messages from you quite difficult to read
At Saturday 2004-08-21 07:21, you wrote:
>Review Wizard Status Report
>
>1) Summary
>2) Review Managers Needed
>3) Review Schedule
>
>
>1) Summary
>
>The next three libraries under review extend the c++ iostreams framework
>through stream modifiers. Please be prepared to discuss these libraries in
>the coming weeks.
>
>
>2) Review Managers Needed
>
>If you would like to volunteer to be a review manager, please contact me at
>reportbase_at_yahoo.com.
>
>
>3) Review Schedule
>
>August 21, 2004                 More IO
>August 28, 2004Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â IostreamsÂ
>September 7, 2004               Output Formatters
>September 15, 2004              Mini-Review wiki algorithims
>September 17, 2004              Smart Containers
>September 27, 2004              Named Params
>October 6, 2004                 Policy Pointer
>October 16, 2004Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Wave
>October 26, 2004                Finite State Machine (FSM)
>November 4, 2004                Fixed Strings
>
>August 21, 2004         More IO
>        Author - Daryle Walker - darylew_at_[hidden]
>        Review Manager - Tom Brinkman - reportbase_at_[hidden]
>
>Â Â Â Â Â Â Â Â Download:
>Â Â Â Â Â Â Â Â http://groups.yahoo.com/group/boost/files/more_io_4.zip%c2 Â
>[or]
>Â Â Â Â Â Â Â Â http://boost-sandbox.sourceforge.net/more_io_4.zip
>
>Â Â Â Â Â Â Â Â Description:
>        Provides a multitude of I/O-oriented extensions. Â
>Some are extra
>        manipulators; variants of "std::endl", a resettingÂ
>manipulator, and a
>        configurable manipulator.  The library includes aÂ
>set of base class
>        templates for wrapping a new stream-buffer typeÂ
>around a stream class.
>Â Â Â Â Â Â Â Â
>        Changes from the last interim version (calledÂ
>"more_io_3b.zip"):
>        * split the manipulator header into several headers
>        * refined the license statements in someÂ
>already-affected files
>Â Â Â Â Â Â Â Â
>        Changes from the first formal review (calledÂ
>"more_io.zip"):
>        * refined the interface and implementation ofÂ
>array-streams and
>        stream-buffer wrappers (including a wrapping example)
>        * added the null-stream, value-stream, andÂ
>pointer-stream headers
>        * added generalizations to the new-line andÂ
>skip-line manipulators
>        * added the non-oriented 'reset' and 'form'Â
>manipulators
>        * split the manipulator header into several headers
>        * changed the license statements
>
>
>August 28, 2004Â Â Â Â Â Â Â Â Â IostreamsÂ
>        Author - Jonathan Turkanis - turkanis_at_[hidden]
>        Review Manager - Volunteer needed
>
>Â Â Â Â Â Â Â Â Web-Page:
>Â Â Â Â Â Â Â Â http://home.comcast.net/~jturkanis/iostreams
>
>Â Â Â Â Â Â Â Â Download:
>Â Â Â Â Â Â Â Â http://home.comcast.net/~jturkanis/iostreams
>
>Â Â Â Â Â Â Â Â Description:
>        The Iostreams Library serves two main purposes:
>        To allow the easy creation of standard C++ streamÂ
>and stream
>        buffer classes for new data sources and sinks.
>        To provide a convenient interface for defining i/oÂ
>filters andÂ
>        attaching them to standard streams and stream buffers.
>        The library focuses on freeing users from writingÂ
>boiler plate code
>        and allowing them instead to create highlyÂ
>reusable components.
>        In addition to providing an abstract framework theÂ
>library provides
>        a number of concrete filters, sources and sinksÂ
>which serve as example
>        applications of the library but are also usefulÂ
>in their own right.
>        These include components for accessing memory-mappedÂ
>files (based on
>        work of Craig Henderson) , for file access viaÂ
>operating system file
>        descriptors, for code conversion, for textÂ
>filtering with regular
>        expressions, for line-ending conversion and forÂ
>compression and
>        decompression in the zlib, gzip and bzip2 formats.
>
>
>September 7, 2004    Output Formatters
>        Author - Reece Dunn  - msclrhd_at_[hidden]
>        Review Manager - John Torjo - john_at_[hidden]
>
>Â Â Â Â Â Â Â Â Download:Â
>Â Â Â Â Â Â Â Â http://cvs.sourceforge.net/viewcvs.py/%c2
>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â boost-sandbox/boost-sandbox/boost/outfmt/Â
>[or]
>Â Â Â Â Â Â Â Â http://cvs.sourceforge.net/viewcvs.py/
>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â boost-sandbox/boost-sandbox/libs/outfmt/
>
>Â Â Â Â Â Â Â Â Description:
>        The I/O formatters library provides an easy andÂ
>customizable way to
>        input/output arrays, STL arrays, STL collections,Â
>sub-arrays from/to
>        STL streams. It allows you to configure how eachÂ
>element in such anÂ
>        array will be written to the stream or read fromÂ
>the stream,Â
>        while providing reasonable defaults.
>
>Â Â Â Â Â Â Â Â
>September 15, 2004      Mini-Review wiki algorithims
>        Author - Various
>        Review Manager - Tom Brinkman - reportbase_at_[hidden]
>Â Â Â Â Â Â Â Â
>        Download: to be determined     Â
>        Description: not available
>
>Â Â Â Â Â Â Â Â
>September 17, 2004Â Â Â Â Â Â Smart Containers
>        Author - Thorsten Ottosen  - nesotto_at_[hidden]
>        Review Manager - Pavol Droba - droba_at_[hidden]
>
>Â Â Â Â Â Â Â Â Download:
>        the boost sandbox: ptr_container
>
>Â Â Â Â Â Â Â Â Description:
>        The Smart Container Library consists of severalÂ
>container classes
>        that are capable of storing heap-allocated objectsÂ
>in an exception-safe
>        manner. The interface of the container classesÂ
>        effectively hides the underlying pointers so one canÂ
>        work on objects directly; this indirection is doneÂ
>to make
>        the classes safer and easier to use. The libraryÂ
>can also be customized
>        to allow, for example,  that a container doesÂ
>not rake ownership of the
>        stored objects.
>
>Â Â Â Â Â Â Â Â
>September 27, 2004      Named Params
>        Co-Authors - David Abrahams -Â
>dave_at_[hidden])Â &
>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â DanielÂ
>Wallin (dalwan01_at_[hidden])
>        Review Manager - to be determined
>
>Â Â Â Â Â Â Â Â Download:
>        Boost sandbox
>        boost/named_params.hpp [and]
>Â Â Â Â Â Â Â Â libs/utility/doc/named_params.html
>
>Â Â Â Â Â Â Â Â Description:
>        This library is an attempt to address theÂ
>problems of positional
>        parameters by associating each parameter with a keyword
>        identifier. Using this library, users can identifyÂ
>parameters by name
>        instead of just argument position, and pass themÂ
>in any order:
>Â Â Â Â Â Â Â Â
>        window* w = new_window("alert2", movable =Â
>movability, opacity = 50);
>
>
>October 6, 2004     Policy Pointer
>        Author - David Held - dheld_at_[hidden]
>        Review Manager - to be determined
>
>Â Â Â Â Â Â Â Â Download:
>        available via boost CVS
>
>Â Â Â Â Â Â Â Â Description:
>        Smart pointers are used to automate memoryÂ
>management by handling the
>        deletion of dynamically allcoated objects (andÂ
>other resources). Â
>        They assist in ensuring program correctness,Â
>exception safety, andÂ
>        memory integrity.  Policy Pointer is aÂ
>policy-based smart
>        pointer framework designed to accomodate the largeÂ
>number ofÂ
>        smart pointer designs.  Through the use of policyÂ
>classes,Â
>        virtually any smart pointer type can be constructedÂ
>        within this framework.  This library is aÂ
>Boostification ofÂ
>        the original Loki::SmartPtr typeÂ
>        with significant modifications.
>
>October 16, 2004Â Â Â Wave
>        Author - Hartmut Kaiser - hartmutkaiser_at_[hidden]
>        Review Manager - to be determined
>
>Â Â Â Â Â Â Â Â Download
>Â Â Â Â Â Â Â Â Boost-sandbox
>
>Â Â Â Â Â Â Â Â Description:
>        The Wave C++ preprocessor library is a Standards
>        conformant implementation of the mandated C99/C++Â
>        preprocessor functionality packed behind a simpleÂ
>to useÂ
>        interface, which integrates well with the well
>        known idioms of the Standard Template LibraryÂ
>(STL). It uses the
>        Spirit[4] parser construction library to implementÂ
>a C++ lexerÂ
>        with ISO/ANSI Standards conformant preprocessingÂ
>capabilities.Â
>        It exposes an iterator interface, which returnsÂ
>the currentÂ
>        preprocessed token from the input stream. ThisÂ
>preprocessedÂ
>        token is generated on the fly while iteratingÂ
>over theÂ
>        preprocessor iterator sequence (in the terminologyÂ
>of the STL these
>        iterators are forward iterators).
>
>
>October 26, 2004   Finite State Machine (FSM)
>        Author - Andreas Huber - ah2003_at_[hidden]
>        Review Manager - to be determined
>        Summary - not available
>        Download - not available
>
>Â Â Â Â Â Â Â Â
>November 4, 2004        Fixed Strings
>        Author - Reece Dunn - msclrhd_at_[hidden]
>        Review Manager - to be determined
>
>Â Â Â Â Â Â Â Â Download:
>        boosts-sandbox/boost/fixed_string [or]
>Â Â Â Â Â Â Â Â boost-sandbox/libs/fixed_string
>
>Â Â Â Â Â Â Â Â Description:
>        The fixed string library provides buffer overrunÂ
>protection for static
>        sized strings (char s[ n ]). It provides aÂ
>C-style stringÂ
>        interface for compatibility with C code (forÂ
>example, porting aÂ
>        C program to C++). There is also a std::string-styleÂ
>        interface using a class based on
>        flex_string by Andre Alexandrescu with a fewÂ
>limitations due to theÂ
>        non-resizable nature of the class.
>
>
>Tom Brinkman
>Boost Review Wizard
>reportbase_at_[hidden]
>
>_______________________________________________
>Unsubscribe & other changes:
>http://lists.boost.org/mailman/listinfo.cgi/boost

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk