stringtranslate.com

Boost (C++ libraries)

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).[3]

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.[4] 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)[5][6] and the C++17 standard (e.g. filesystem, any, optional, variant, string_view).[7]

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++.[8]

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.[9][10]

personas asociadas

Los fundadores originales de Boost que todavía están activos en la comunidad incluyen a David Abrahams . Nicolai Josuttis, autor de varios libros sobre C++, contribuyó a la biblioteca de matrices Boost en 2001. Hay listas de correo dedicadas al uso y desarrollo de la biblioteca Boost, activas a partir de 2023 . [11]

Licencia

Boost tiene su propia licencia gratuita de código abierto , conocida como Licencia de software Boost. [13] Es una licencia permisiva al estilo de la licencia BSD y la licencia MIT , pero sin requerir atribución para su redistribución en forma binaria . [14] La licencia ha sido aprobada por OSI desde febrero de 2008 [15] [16] y es considerada una licencia de software libre , compatible con la Licencia Pública General GNU , por la Free Software Foundation . [12]

Ver también

Referencias

  1. ^ "Versiones anteriores" . Consultado el 11 de abril de 2017 .
  2. ^ Error: no se puede mostrar la referencia correctamente. Consulte la documentación para obtener más detalles.
  3. ^ "Lista de bibliotecas Boost".
  4. ^ "Impulsar la licencia de software". www.boost.org . Consultado el 6 de enero de 2022 .
  5. ^ "Informe técnico de la biblioteca". JTC1/SC22/WG21 - El Comité de Estándares de C++. 2 de julio de 2003 . Consultado el 1 de febrero de 2012 .
  6. ^ "Una API de subprocesamiento para C++".
  7. ^ "Sitio StackOverflow.com".
  8. ^ Abraham, David; Gurtovoy, Aleksey (10 de diciembre de 2004). Metaprogramación de plantillas de C++: conceptos, herramientas y técnicas de Boost y más allá . Educación Pearson. pag. 408.
  9. ^ "Sitio web de Asia".
  10. ^ "Sitio web de espíritu".
  11. ^ "Impulsar las listas de correo (también conocidos como grupos de discusión)" . Consultado el 28 de abril de 2020 .
  12. ^ abcd "Varias licencias y comentarios sobre ellas - Proyecto GNU - Free Software Foundation (FSF)".
  13. ^ "Licencia de software Boost - Versión 1.0" (TXT) . 17 de agosto de 2003 . Consultado el 22 de diciembre de 2023 .
  14. ^ Dawes, Beman. "Impulsar la licencia de software" . Consultado el 1 de agosto de 2016 .
  15. ^ "Impulsar el archivo de la lista de correo". Archivado desde el original el 7 de noviembre de 2016.
  16. ^ "Licencia de software Boost 1.0 (BSL-1.0) | Iniciativa de código abierto". 5 de febrero de 2008.

Otras lecturas

enlaces externos