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: Package Version Update -> 1.62.0 #3266

Closed
wants to merge 5 commits into from

Commits on Oct 6, 2016

  1. boost: Package Version Update -> 1.62.0

    Maintainer: @ClaymorePT
    Compile tested: Broadcom BCM2708
    Run tested: None
    
    Description:
    This package version update brings two new libraries:
    - Fiber [1]
      - Framework for userland-threads/fibers, from Oliver Kowalke.
    - QVM [2]
      - Boost QVM is a generic library for working with quaternions, vectors
        and matrices of static size with the emphasis on 2, 3 and
        4-dimensional operations needed in graphics, video games and
        simulation applications, from Emil Dotchevski.
    
    More information about the 1.62.0 release (bug fixes, etc), can be found
      here [3].
    
    [1]: http://www.boost.org/doc/libs/1_62_0/libs/fiber/
    [2]: http://www.boost.org/doc/libs/1_62_0/libs/qvm/
    [3]: http://www.boost.org/users/history/version_1_62_0.html
    
    Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
    ClaymorePT committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    bfcd67d View commit details
    Browse the repository at this point in the history
  2. Experimental Commit

    ClaymorePT committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    ca042b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. removed TARGET_LDFLAGS since it was useless

    dependencies on pthread and librt are still necessary. Boost.Build will just include them
    ClaymorePT committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    d0b14a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd789a View commit details
    Browse the repository at this point in the history
  3. some updates

    - dependencies updates
    - libbz2 support added
    ClaymorePT committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    a258839 View commit details
    Browse the repository at this point in the history