Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost: Bump to version 1.79.0 #419

Merged
merged 6 commits into from
Apr 28, 2022

Commits on Apr 28, 2022

  1. boost: fix compilation error under SPARC

    Missing braces.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb authored and breakings committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1f32100 View commit details
    Browse the repository at this point in the history
  2. boost: Bump to version 1.77.0

    This commit updates boost to version 1.77.0
    More info about Boost 1.77.0 can be found at the usual place [1].
    
    There are two new libraries in this version:
    * Describe [2]: A C++14 reflection library, from Peter Dimov. Provides
    macros for describing enumerators and struct/class members, and
    primitives for querying this information.
    * Lambda2 [3]: A C++14, dependency-free, single header lambda library, from
    Peter Dimov. Allows simple function objects to be constructed via
    expressions such as:
    _1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'.
    
    [1]: https://www.boost.org/users/history/version_1_77_0.html
    [2]: https://www.boost.org/libs/describe/
    [3]: https://www.boost.org/libs/lambda2/
    
    Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
    ClaymorePT authored and breakings committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6c140ea View commit details
    Browse the repository at this point in the history
  3. boost: Fixes Boost.Math build for arm_xscale

    This commit adds a new patch which fixes build issue with Boost.Math.
    Issue is described in upstream PR boostorg/math#684 [1]
    
    [1]: boostorg/math#684
    
    Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
    ClaymorePT authored and breakings committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8d59f26 View commit details
    Browse the repository at this point in the history
  4. boost: Bump to version 1.78.0

    This commit updates boost to version 1.78.0
    More info about Boost 1.78.0 can be found at the usual place [1].
    
    No new libraries have been added.
    
    [1]: https://www.boost.org/users/history/version_1_78_0.html
    
    Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
    ClaymorePT authored and breakings committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9d2e923 View commit details
    Browse the repository at this point in the history
  5. boost: fix libboost_context for mips64

    There was an upstream patch that changes mips1 to mips.
    
    Signed-off-by: Rosen Penev <rosenp@gmail.com>
    neheb authored and breakings committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1a30266 View commit details
    Browse the repository at this point in the history
  6. boost: Updates package to version 1.79.0

    This commit updates boost to version 1.79.0
    
    There are no new libraries in this version
    
    More info about Boost 1.79.0 can be found at the usual place [1].
    
    Note: This package update includes a fix merged to Boost.JSON in [2]
    which did not make into this version.
    
    [1]: https://www.boost.org/users/history/version_1_79_0.html
    [2]: boostorg/json#692
    
    Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
    ClaymorePT authored and breakings committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    11b1fcd View commit details
    Browse the repository at this point in the history