This is an older version of Boost and was released in 2013. The current version is 1.88.0.
Platform | File | SHA256 Hash | |
---|---|---|---|
Unix | boost-1.30.2.tar.bz2 | db77da8ad2b2489222ddc57be3d784bc5d2df2cf48d5f4a89e2085663ea0d0e3 db77da8ad2....663ea0d0e3 db77d....0d0e3 | |
boost-1.30.2.tar.gz | c8661c69c3120e86233f467ddb5285a1daec07842616d283d23b2a1eae1948db c8661c69c3....1eae1948db c8661....948db | ||
Windows | boost-1.30.2.zip | 567ee4e192c0e40c683ccbb96871e556b71da5d084e62a99c7e79b31da5c2178 567ee4e192....31da5c2178 567ee....c2178 |
Version 1.30.2
August 19th, 2003 12:00 GMT
- Boost Consulting is now hosting Boost CVS mirrors - see our download page.
- Backported changes to the config system, to better handle new compiler releases.
- Bugs in regression reporting in subproject tests were fixed.
- Tests are now run in the context of the user's PATH environment settings
- msvc-stlport and intel-win32-stlport toolsets now build static libraries with multithreading enabled, to be compatible with the STLPort builds.
-
intel-win32 toolset now handles
wchar_t
correctly when intel is installed over msvc6. - Backported fixes from the main trunk which prevent errors building the Boost.Test library in its default configuration.
- Backported portability improvements for checked_delete.
- Locale support for metrowerks (requiring a statically-linked runtime) is more uniformly handled.
-
Backported conversion/lexical_cast's
wchar_t
fixes from the main trunk. -
intel-linux-tools: added rt to FINDLIBS in order to make
the
clock_gettime()
function available (backport of a patch in CVS HEAD). - regression/compiler_status.cpp: backported fixes in error log links generation.