
http://www.boost.org Boost 1.34.1, the latest version of peer-reviewed, portable C++ libraries, has been released. This is a bug fix release addressing many problems with the 1.34.0 release. It is a recommended upgrade for all users of Boost 1.34.0. For a complete list of fixes see the Boost Trac at: http://svn.boost.org/trac/boost/query?status=closed&milestone=Boost +1.34.1 Supported Compilers: New in this release is improved support for the IBM XL C/C++ compiler. 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 4.0.1 on Mac OS X. * Borland C++ 5.8.2 on Windows. * GNU C++ o 3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux o 4.1.x on Solaris o 3.4.x on Windows * HP C++ for Tru64 UNIX 7.1. * HP aC++ A.06.14. * Intel C++ 9.1 on Windows, 9.0 on Linux. * Metrowerks CodeWarrior 9.4 on Windows. * Microsoft Visual C++ 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not support the non-standard "Safe" C++ Library shipping with Visual C++ 8.0, which may result in many spurious warnings from Boost headers and other standards-conforming C++ code. To suppress these warnings, define the macro _SCL_SECURE_NO_DEPRECATE. * Sun Studio 11 on Solaris. Acknowledgements Thomas Witt managed this release. A great number of people contributed their time and expertise to make this release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams changes from various branches and Rene Rivera for general build and installation support. -- Thomas Witt witt@acm.org

Thomas Witt ha escrito:
Boost 1.34.1, the latest version of peer-reviewed, portable C++ libraries, has been released. [...]
Thomas, thank you very much for the vast amounts of work you've invested in shipping Boost 1.34.x. Being a release manager borders on the heroic! I have great hopes in the move to SVN and Beman's maintenance scheme towards achieving a painless and predictable release protocol. Best regards, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Thomas Witt wrote:
Boost 1.34.1, the latest version of peer-reviewed, portable C++ libraries, has been released. All 3 source downloads (.bz2, .gz, and .zip) seem to be empty. Am I doing something wrong?
-- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601

Richard Hadsell wrote:
Thomas Witt wrote:
Boost 1.34.1, the latest version of peer-reviewed, portable C++ libraries, has been released. All 3 source downloads (.bz2, .gz, and .zip) seem to be empty. Am I doing something wrong?
Not sure what you could be doing. I downloaded the zip last night, so I could create the 7z archive, and it worked fine. You might want to try a direct link to one of the mirrors to see if it's a problem with the auto-download. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Rene Rivera wrote:
Not sure what you could be doing. I downloaded the zip last night, so I could create the 7z archive, and it worked fine. You might want to try a direct link to one of the mirrors to see if it's a problem with the auto-download.
How do I find the mirrors? -- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601

Richard Hadsell wrote:
Rene Rivera wrote:
Not sure what you could be doing. I downloaded the zip last night, so I could create the 7z archive, and it worked fine. You might want to try a direct link to one of the mirrors to see if it's a problem with the auto-download.
How do I find the mirrors?
Well I just click on the download, and cancel the automatic DL. In the downloading page there is a direct link to the file for the particular mirror. And also there's a link which brings up a list of mirrors. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Rene Rivera wrote:
Well I just click on the download, and cancel the automatic DL. In the downloading page there is a direct link to the file for the particular mirror. Thanks. That seems to be working.
-- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601

Thomas Witt wrote:
Boost 1.34.1, the latest version of peer-reviewed, portable C++ libraries, has been released. ... * Microsoft Visual C++ 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not support the non-standard "Safe" C++ Library shipping with Visual C++ 8.0, which may result in many spurious warnings from Boost headers and other standards-conforming C++ code. To suppress these warnings, define the macro _SCL_SECURE_NO_DEPRECATE.
Is it possible to define this macro from the bjam command line? bjam --???_SCL_SECURE_NO_DEPRECATE --toolset=msvc stage Thanks, Jeff

On 26/07/07, Jeff Flinn <TriumphSprint2000@hotmail.com> wrote:
Is it possible to define this macro from the bjam command line?
bjam --???_SCL_SECURE_NO_DEPRECATE --toolset=msvc stage
I think it's --cxxflags=-D_SCL_SECURE_NO_DEPRECIATE you want. cxxflags passes whatever's after it straight to the compiler. hth, Darren
participants (6)
-
Darren Garvey
-
Jeff Flinn
-
Joaquín Mª López Muñoz
-
Rene Rivera
-
Richard Hadsell
-
Thomas Witt