请输入您要查询的百科知识:

 

词条 Boost (C++ libraries)
释义

  1. Design

  2. Associated people

  3. License

  4. See also

  5. References

  6. Further reading

  7. External links

{{Infobox software
| title =
| name = Boost
| logo = Boost.png
| logo size = 200px
| logo alt =
| logo caption = Boost logo
| screenshot =
| screenshot size =
| screenshot alt =
| caption =
| collapsible =
| author =
| developer =
| released = {{Start date and age|1999|09|01}}[1]
| discontinued =
| latest release version = 1.69.0
| latest release date = {{Start date and age|2018|12|6}}[2][3]
| latest preview version =
| latest preview date =
| status = Active
| programming language = C++
| operating system = Cross-platform
| platform =
| size =
| language =
| language count =
| language footnote =
| genre = Libraries
| license = Boost Software License
| alexa =
| website = {{URL|www.boost.org}}
| standard =
| AsOf =
}}

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It contains over eighty individual libraries.

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 the C++ Technical Report 1 and the C++11 standard.[4]

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++.{{Citation needed|date=January 2013}}

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.[5][6]

Associated people

The original founders of Boost that are still active in the community include Beman Dawes and David Abrahams. 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 {{As of|2017|lc=on}}.[7]

License

{{Infobox software license
| name = Boost Software License
| image =
| caption =
| author =
| version = 1.0
| publisher =
| date = 17 August 2003
| OSI approved = Yes
| Debian approved =
| FSF approved = Yes
| GPL compatible = Yes
| copyleft = No
| linking = Yes
| website =
}}

Boost is licensed under its own free, open-source license, known as the Boost Software License.[8] 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.[9] The license has been OSI-approved since February 2008[10][11] and is considered a free software license, compatible with the GNU General Public License, by the Free Software Foundation.[12]

See also

{{Portal|Free and open-source software}}
  • 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

References

1. ^{{cite web|url=http://www.boost.org/users/history/old_versions.html|title=Old Versions|accessdate=11 April 2017}}
2. ^{{cite web|url=https://github.com/boostorg/boost/releases|title=Boost Releases on GitHub|accessdate=16 December 2018}}
3. ^{{cite web|url=https://www.boost.org/users/history/version_1_69_0.html|title=Boost Version History|accessdate=13 December 2018}}
4. ^{{Cite web | url=http://www.open-std.org/jtc1/sc22/wg21/docs/library_technical_report.html | title=Library Technical Report | publisher=JTC1/SC22/WG21 - The C++ Standards Committee | date=2 July 2003 | accessdate=1 February 2012}}
5. ^{{Cite web|url=http://think-async.com/Asio|title=Asio web site}}
6. ^{{Cite web|url=http://boost-spirit.com/home/|title=Spirit web-site}}
7. ^{{Cite web|title=Boost Mailing Lists (A.K.A. Discussion Groups)|url=http://www.boost.org/community/groups.html|accessdate=20 Nov 2017}}
8. ^http://www.boost.org/LICENSE_1_0.txt
9. ^{{cite web |url=http://www.boost.org/users/license.html |title=Boost Software License |last=Dawes |first=Beman |access-date=2016-08-01}}
10. ^{{Cite web|url = http://thread.gmane.org/gmane.comp.lib.boost.devel/178539|title = Boost mailing list archive|date = |accessdate = |website = |publisher = |last = |first = }}
11. ^{{Cite web|url = http://opensource.org/licenses/BSL-1.0|title = Boost Software License 1.0 (BSL-1.0) {{!}} Open Source Initiative|date = |accessdate = |website = |publisher = |last = |first = }}
12. ^{{Cite web|url = https://www.gnu.org/licenses/license-list.html#boost|title = Various Licenses and Comments about Them - GNU Project - Free Software Foundation (FSF)|date = |accessdate = |website = |publisher = |last = |first = }}

Further reading

  • {{Cite book | first1 = Robert | last1 = Demming | first2 = Daniel J. | last2 = Duffy | year = 2010 | title = Introduction to the Boost C++ Libraries | volume = Volume 1 - Foundations | publisher = Datasim | isbn = 978-94-91028-01-4 | lastauthoramp = y }}
  • {{Cite book | first1 = Robert | last1 = Demming | first2 = Daniel J. | last2 = Duffy | year = 2012 | title = Introduction to the Boost C++ Libraries | volume = Volume 2 - Advanced Libraries | publisher = Datasim | isbn = 978-94-91028-02-1 | lastauthoramp = y }}
  • {{Cite book | first1 = Arindam | last1 = Mukherjee | year = 2015 | title = Learning Boost C++ Libraries | publisher = Packt | isbn = 978-1-78355-121-7}}
  • {{Cite book | first = Antony | last = Polukhin | year = 2013 | title = Boost C++ Application Development Cookbook | publisher = Packt | isbn = 978-1-84951-488-0}}
  • {{Cite book | first = Antony | last = Polukhin | year = 2017 | title = Boost C++ Application Development Cookbook | publisher = Packt | isbn = 978-1-78728-224-7 | edition = 2 }}
  • {{Cite book | first = Boris | last = Schäling | year = 2011 | title = The Boost C++ Libraries | publisher = XML Press | isbn = 978-0-9822191-9-5 }}
  • {{Cite book | first = Boris | last = Schäling | year = 2014 | title = The Boost C++ Libraries | publisher = XML Press | isbn = 978-1-937434-36-6 | edition = 2 | pages = 570 }}
  • {{Cite book | first1 = Jeremy G. | last1 = Siek | first2 = Lie-Quan | last2 = Lee | first3 = Andrew | last3 = Lumsdaine | year = 2001 | title = The Boost Graph Library: User Guide and Reference Manual | publisher = Addison-Wesley | isbn = 978-0-201-72914-6 | lastauthoramp = y }}

External links

{{Wikibooks|C++ Programming|Libraries/Boost}}
  • {{Official website}}
{{Parallel computing}}

7 : C++|C++ libraries|Data structures libraries and frameworks|Free computer libraries|Free software programmed in C++|Generic programming|Software using the Boost license

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/30 22:28:01