Template:Short description Template:Primary sources {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other
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>{{#invoke:citation/CS1|citation |CitationClass=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>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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, thread, regex, random, ratio, tuple)<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and the C++17 standard (e.g. filesystem, any, optional, variant, string_view).<ref>{{#invoke:citation/CS1|citation |CitationClass=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.
DesignEdit
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>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Associated peopleEdit
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>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
LicenseEdit
Template:Infobox software license
Boost is licensed under its own free, open-source license, known as the Boost Software License.<ref>{{#invoke:citation/CS1|citation |CitationClass=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>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The license has been OSI-approved since February 2008<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and is considered a free software license, compatible with the GNU General Public License, by the Free Software Foundation.<ref name=fsf>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
See alsoEdit
- Apache Portable Runtime – used by the Apache HTTP Server
- 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
ReferencesEdit
Further readingEdit
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book