Boost (C++ libraries)
|
|
This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please improve this article by introducing more precise citations. (May 2011) |
|
|
This article's lead section may not adequately summarize its contents. Please consider expanding the lead to provide an accessible overview of the article's key points. (May 2011) |
![]() Boost logo |
|
| Stable release | 1.48.0 / November 15, 2011 |
|---|---|
| Type | Libraries |
| License | Boost Software License |
| Website | www.boost.org |
Boost is a set of libraries that extend the functionality of C++.
Contents |
[edit] Overview
Most of the Boost libraries are licensed under the Boost Software License, designed to allow Boost to be used with both free and proprietary software projects. Many of Boost's founders are on the C++ standards committee and several Boost libraries have been accepted for incorporation into both Technical Report 1 and the C++11 standard.[1]
The libraries are aimed at a wide range of C++ users and application domains. They range from general-purpose libraries like the smart pointer library, to operating system abstractions like Boost FileSystem, to libraries primarily aimed at other library developers and advanced C++ users, like the template metaprogramming (MPL) and domain-specific language (DSL) creation (Proto).
In order to ensure efficiency and flexibility, Boost makes extensive use of templates. Boost has been a source of extensive work and research into generic programming and metaprogramming in C++.
The current Boost release contains over 80 individual libraries, including libraries for linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, unit testing, and many others. Most Boost libraries are header based, consisting of inline functions and templates, and as such do not need to be built in advance of their use.
Some Boost libraries coexist as independent libraries.[2][3]
[edit] Associated people
Original founders of Boost still active in the community include Beman Dawes and David Abrahams. Author of several books on C++, Nicolai Josuttis contributed the Boost array library in 2001. Around 3,000 people are subscribed to the Boost mail list and dozens of them are very active as of 2011[update].[citation needed]
[edit] See also
- Standard Template Library
- List of C++ template libraries
- Perforce Jam — Boost includes a package called Boost.Build, which uses a special version of Perforce Jam called Boost.Jam
[edit] References
- ^ "Library Technical Report". JTC1/SC22/WG21 - The C++ Standards Committee. 2 July 2003. http://www.open-std.org/jtc1/sc22/wg21/docs/library_technical_report.html. Retrieved 1 February 2012.
- ^ Asio web site
- ^ Spirit web-site
[edit] Further reading
- Schäling, Boris (2011). The Boost C++ Libraries. XML Press. ISBN 978-0982219195.
- Demming, Robert & Duffy, Daniel J. (2010). Introduction to the Boost C++ Libraries - Volume 1 - Foundations. Datasim. ISBN 978-94-91028-01-4.
- Karlsson, Björn (2005). Beyond the C++ Standard Library: An Introduction to Boost. Addison-Wesley. ISBN 978-0321133540.
- Siek, Jeremy G.; Lee, Lie-Quan & Lumsdaine, Andrew (2001). The Boost Graph Library: User Guide and Reference Manual. Addison-Wesley. ISBN 978-0201729146.
[edit] External links
| The Wikibook C++ Programming has a page on the topic of |
