Boost (C++ libraries)
Template:Short description Template:Primary sources Template:Infobox software
Boost is a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It contains 164 individual libraries (as of version 1.76).<ref>Template:Cite web</ref>
All 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.<ref>Template:Cite web</ref> Boost is used complementary with the C++ Standard Library to supplement its features. Many of Boost's founders are on the C++ standards committee, and several Boost libraries have been accepted for incorporation into the C++ Technical Report 1, the C++11 standard (e.g. smart pointers, threads, regular expressions, random number generation, rational arithmetic (ratio), tuples)<ref>Template:Cite web</ref><ref>Template:Cite web</ref> and the C++17 standard (e.g. file system API, any types, option types, variant types, and string views).<ref>Template:Cite web</ref>
The Boost community emerged around 1998, when the first version of the standard was released. It has grown continuously since then and now plays a big role in the standardization of C++. Even though there is no formal relationship between the Boost community and the standardization committee, some of the developers are active in both groups.
Design
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++.<ref>Template:Cite book</ref>
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.<ref>Template:Cite web</ref><ref>Template:Cite web</ref> Some Boost libraries, such as boost.regex, are offered as modules, as the rest of the library begins to support modules.
Associated people
The original founders of Boost that are still active in the community includes David Abrahams. An author of several books on C++, Nicolai Josuttis, contributed to the Boost array library in 2001. There are mailing lists devoted to Boost library use and library development, active Template:As of.<ref>Template:Cite web</ref>
License
Template:Infobox software license
Boost is licensed under its own free, open-source license, known as the Boost Software License.<ref>Template:Cite web</ref> It is a permissive license in the style of the BSD license and the MIT license, but without requiring attribution for redistribution in binary form.<ref>Template:Cite web</ref> The license has been OSI-approved since February 2008<ref>Template:Cite web</ref><ref>Template:Cite web</ref> and is considered a free software license, compatible with the GNU General Public License, by the Free Software Foundation.<ref name=fsf>Template:Cite web</ref>
See also
- C++ Standard Library
- Apache Portable Runtime – used by the Apache HTTP Server
- POCO C++ Libraries – another general-use C++ library
- Jakarta EE (or Java Platform, Enterprise Edition) – extended features for the Java platform
- GLib – the equivalent upon which GNOME is built
- KDE Frameworks – the equivalent upon which KDE Software Compilation is built
- List of C++ template libraries
- Software using the Boost license (category)
- Standard Template Library
References
Further reading
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book