|
About:
Boost was begun by members of the C++ standards committee Library Working Group to provide free peer-reviewed portable libraries to the C++ community. An additional objective is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Indeed, the explicit intent is to propose many of these libraries for inclusion in the C++ Standard Library. The Boost Graph Library, formerly known as the Generic Graph Component Library (GGCL), is a collection of graph algorithms and data structures created in the generic programming style of the Standard Template Library (STL).
Release focus: Minor bugfixes
Changes:
Python support was updated. PowerPC and PowerPC 64
problems were fixed. Bugs in makefiles, threading,
and Linux heap handling were fixed.
Author:
Lie-Quan Lee [contact developer]
Homepage:
http://www.boost.org/
Zip:
http://mesh.dl.sourceforge.net/sourceforge/boost/boost_1_31_0.zip
Changelog:
http://sourceforge.net/project/shownotes.php?release_id=214915
Mirror site:
http://boost.sourceforge.net/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.30/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 6453)
» Popularity: 2.66% (Rank 1814)

(click to enlarge graphs)
Record hits: 15,315
URL hits: 7,944
Subscribers: 114
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.33.1
|
Minor bugfixes |
07-Feb-2007 08:11 |
|
1.31.0
|
Major feature enhancements |
20-Oct-2004 09:58 |
|
1.30.2
|
Major bugfixes |
08-Oct-2003 04:40 |
|
2.1.0
|
N/A |
11-Jun-2000 18:57 |
|
2.0.1
|
N/A |
18-May-2000 04:17 |
Comments
[»]
Generic Programming and C++ Lib Standardization
by aanno - Jan 13th 2003 00:48:46
Boost.org is to C++ what Apache Jakarta is to Java: A collection of
libraries all meant to help developing applications, distributed as Open
Source. Most of the libraries are implemented in generic fashion: you
should read the source code to grap an idea how gurus use C++ templates and
the STL. Topics included are: text processing, extensions to the STL, meta
programming, threads, python bindings, and higher order programming.
[reply]
[top]
[»]
Re: Generic Programming and C++ Lib Standardization
by Ralf - Sep 23rd 2003 15:20:58
That might be very well the case. But currently (as in version 1.30.2)
there is no clean way how to install the thing.
If you search a little in some newsgroups you will find a lot of pleas for
help. So what I will do now is copy libraries to /usr/local/lib till my
compiler is satisfied.
Welcome back to the stone-age...
[reply]
[top]
[»]
Re: Generic Programming and C++ Lib Standardization
by Nightblade - Feb 5th 2004 10:25:16
> That might be very well the case. But
> currently (as in version 1.30.2) there
> is no clean way how to install the
> thing.
> If you search a little in some
> newsgroups you will find a lot of pleas
> for help. So what I will do now is copy
> libraries to /usr/local/lib till my
> compiler is satisfied.
> Welcome back to the stone-age...
On FreeBSD, it can be easily installed from /usr/ports/devel/boost. I
would expect that most major Linux distributions would have it packaged as
well.
[reply]
[top]
[»]
Re: Generic Programming and C++ Lib Standardization
by Nick Welch - May 15th 2004 02:00:18
> On FreeBSD, it can be easily installed
> from /usr/ports/devel/boost. I would
> expect that most major Linux
> distributions would have it packaged as
> well.
Yep. I think it's even included in Fedora by default now. In debian it's
a simple apt-get away, and I'm pretty sure gentoo has it in their portage
system. Running a unix-ish OS without a decent package system is what I'd
call living in the stone age. Unless you prefer to build everything by
hand, but the grandparent poster didn't seem to be the type.
[reply]
[top]
|