
Boost 1.33.0 ------------ New Libraries * Iostreams Library: Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis. * Functional/Hash Library: A TR1 hash function object that can be extended to hash user defined types, from Daniel James. * Parameter Library: Write functions that accept arguments by name: especially useful when a function has more than one argument with a useful default value, since named arguments can be passed in any order. * Pointer Container Library: Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. * Wave: Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut Kaiser. Updated Libraries * Assignment Library: Support for Pointer Container Library and new efficient functions ref_list_of() and cref_list_of() for generating anonymous ranges. * Bind Library: Bind expressions now support comparisons and negation. Example: bind(&X::name, _1) < bind(&X::name, _2). * Date-Time Library: o Added local time and time zone classes. o Added format-based Input/Output facets. o For a complete list of changes, see the library change history. * Graph Library: Introduced several new algorithms and improved existing algorithms: o Experimental Python bindings, from Doug Gregor and Indiana University. o floyd_warshall_all_pairs_shortest_paths, from Lauren Foutz and Scott Hill. o astar_search, from Kristopher Beevers and Jufeng Peng. o fruchterman_reingold_force_directed_layout, from Doug Gregor and Indiana University. o biconnected_components and articulation_points, from Jeremy Siek, Janusz Piwowarski, and Doug Gregor. o sequential_vertex_coloring has been updated, tested, and documented. o gursoy_atun_layout, from Jeremiah Willcock and Doug Gregor of Indiana University. o king_ordering, from D. Kevin McGrath of Indiana University. o cuthill_mckee ordering has been recast as an invocation of breadth_first_search and now supports graphs with multiple components. o dijkstra_shortest_paths now uses a relaxed heap as its priority queue, improving its complexity to O(V log V) and improving real-world performance for larger graphs. o read_graphviz now has a new, Spirit-based parser that works for all graph types and supports arbitrary properties on the graph, from Ron Garcia. The old, Bison-based GraphViz reader has been deprecated and will be removed in a future Boost release. write_graphviz also supports dynamic properties. o subgraph: get_property now refers to the subgraph property, not the root graph's property. o See the history for additional changes and bug fixes. * Multi-index Containers Library: o New hashed indices. o Added serialization support. o For a complete list of changes, see the library release notes. * Program Options Library: o Option descriptions are now printed with word wrapping. o Command line parser can bypass unregistered options, instead of throwing. o Removed support for "implicit" (optional) values. o New customization method 'command_line_parser::extra_style_parser'. Unlike 'additional_parser', allows the user to parse several tokens and return a vector of options, not just a single option. o Work with disabled exceptions. * Property Map Library: Introduced the dynamic properties class, which provides dynamically-typed access to a set of property maps. * Random Number Library: improved initialization for mersenne_twister, algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost by Jens Maurer. Note: All test vectors for mersenne_twisters constructed or seeded without parameters or with a single unsigned int parameter become invalid. * Range Library: Minor addition of convenience functions to iterator range like front(), back() and operator[](). * Regex Library: o Rewritten front end parser now supports (?imsx-imsx) constructs, plus lookbehind assertions and conditional expressions. o Thin wrapper classes improve integration with MFC/ATL code. o Full (optional) Unicode support via the ICU library. Refer to the regex history page for more information on these and other small changes. * Serialization Library: o DLL version. o Auto-linking. o Serialization of variants. o Improved seialization of shared pointers. * Signals Library: added slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal invocation performance from Robert Zeh. Supported Compilers Boost is tested on a wide range of compilers and platforms. Since Boost libraries rely on modern C++ features not available in all compilers, not all Boost libraries will work with every compiler. The following compilers and platforms have been extensively tested with Boost, although many other compilers and platforms will work as well. For more information, see the regression test results. * Apple GCC 3.x on Mac OS X. * Borland C++ 5.6.4 on Windows. * GNU C++ 2.95.3 (with and without STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris. * Intel C++ 8.1, 9.0 on Windows, Linux. * Metrowerks CodeWarrior 8.3, 9.4, 9.5 on Mac OS X and Windows. * Microsoft Visual C++ 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0 beta. Note: due to intermittent problems with Visual C++ 8.0 beta, and the presence of a variety of pre-release compiler builds, we are unable to guarantee compatibility until the final compiler is released. Acknowledgements Douglas Gregor managed this release. A great number of people contributed their time and expertise to make this release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who managed to keep the regression testing system working throughout the release process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Rene Rivera and Jonathan Turkanis for greatly improving the quality of this release; Rene Rivera for the new Boost web page design; and Zoltan "cad" Juhasz for the new Boost logo.

Why is the EXE download about the same size as the ZIP? Shouldn't it be considerably smaller? Like it was when I did the 1.32.0 EXE. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

On Aug 12, 2005, at 1:03 AM, Rene Rivera wrote:
Why is the EXE download about the same size as the ZIP? Shouldn't it be considerably smaller? Like it was when I did the 1.32.0 EXE.
Which program did you use to create the exe? I used the first one I found that allowed me to set the icon :) Doug

Douglas Gregor wrote:
On Aug 12, 2005, at 1:03 AM, Rene Rivera wrote:
Why is the EXE download about the same size as the ZIP? Shouldn't it be considerably smaller? Like it was when I did the 1.32.0 EXE.
Which program did you use to create the exe? I used the first one I found that allowed me to set the icon :)
http://7-zip.org/ With maximum solid compression. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

On Aug 12, 2005, at 9:35 AM, Rene Rivera wrote:
On Aug 12, 2005, at 1:03 AM, Rene Rivera wrote:
Why is the EXE download about the same size as the ZIP? Shouldn't it be considerably smaller? Like it was when I did the 1.32.0 EXE.
With maximum solid compression.
Okay, there's a new .exe up there that's only 10MB. Thanks for pointing this out! Doug

I know the original plan was to hope that RC2 could become the release. I don't think that happened, but do you know what code changes there were in the release?

On Aug 12, 2005, at 12:12 PM, Thomas Matelich wrote:
I know the original plan was to hope that RC2 could become the release. I don't think that happened, but do you know what code changes there were in the release?
We fixed the is_abstract collision between the type traits and serialization libraries. There were no other code changes. Doug

On Aug 12, 2005, at 2:31 PM, Gennadiy Rozental wrote:
Considering that Boost.Test was almost completely reworked for this release, I should've put at least some notice on main page. Unfortunately I forgot ;(.
It's too late for the announcements that have gone out on various mailing lists, but you should fix it in CVS (main trunk) and on the web site (be sure to validate the XHTML!). Doug

On Aug 12, 2005, at 3:07 PM, Gennadiy Rozental wrote:
It's too late for the announcements that have gone out on various mailing lists, but you should fix it in CVS (main trunk) and on the web site (be sure to validate the XHTML!).
Is there procedure description for website update? (where validate, how to upload etc)
Not that I know of. You can click on the "W3C XHTML 1.0" button at the bottom of your updated index.htm to see if it validates. To upload it, you want to copy it to the boost/htdocs folder on Sourceforge (log in through shell1.sourceforge.net). Make sure to see the file with group-write permissions! Or, just check it into CVS once it's validated and I'll move it onto the web site. Doug

Douglas Gregor wrote:
On Aug 12, 2005, at 3:07 PM, Gennadiy Rozental wrote:
It's too late for the announcements that have gone out on various mailing lists, but you should fix it in CVS (main trunk) and on the web site (be sure to validate the XHTML!).
Is there procedure description for website update? (where validate, how to upload etc)
Not that I know of.
There is... http://www.boost.org/more/updating_the_website.html -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

"Gennadiy Rozental" <gennadiy.rozental@thomson.com> writes:
It's too late for the announcements that have gone out on various mailing lists, but you should fix it in CVS (main trunk) and on the web site (be sure to validate the XHTML!).
Is there procedure description for website update? (where validate, how to upload etc)
http://www.boost.org/more/updating_the_website.html -- Dave Abrahams Boost Consulting www.boost-consulting.com

On 8/12/05 1:33 AM, "Doug Gregor" <doug.gregor@gmail.com> wrote:
Boost 1.33.0 ------------ [SNIP] Acknowledgements
Douglas Gregor managed this release. [TRUNCATE]
Did you send this on the Announcement mailing-list? -- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT hotmail DOT com
participants (8)
-
Daryle Walker
-
David Abrahams
-
Doug Gregor
-
Douglas Gregor
-
Gennadiy Rozental
-
Jonathan Turkanis
-
Rene Rivera
-
Thomas Matelich