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

Conversation

breakings
Copy link
Contributor

No description provided.

neheb and others added 6 commits April 28, 2022 13:24
Missing braces.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
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>
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>
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>
There was an upstream patch that changes mips1 to mips.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
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>
@Beginner-Go Beginner-Go merged commit fc75771 into coolsnowwolf:master Apr 28, 2022
github-actions bot added a commit to HAN767/lede-packages that referenced this pull request Apr 28, 2022
* https://github.com/coolsnowwolf/packages:
  django: bump to version 4.0.4
  Jinja2: change maintainer to Šimon Bořek
  Flask: change maintainer to Šimon Bořek
  php8: update to 8.1.5
  passh: updated per OpenWrt's common practice
  sexpect: updated per OpenWrt's common practice
  tintin: add new package (coolsnowwolf#418)
  boost: Bump to version 1.79.0 (coolsnowwolf#419)
github-actions bot added a commit to swirly0p/lean-packages that referenced this pull request Apr 29, 2022
* https://github.com/coolsnowwolf/packages:
  django: bump to version 4.0.4
  Jinja2: change maintainer to Šimon Bořek
  Flask: change maintainer to Šimon Bořek
  php8: update to 8.1.5
  passh: updated per OpenWrt's common practice
  sexpect: updated per OpenWrt's common practice
  tintin: add new package (coolsnowwolf#418)
  boost: Bump to version 1.79.0 (coolsnowwolf#419)
@breakings breakings deleted the boost_1.79.0 branch April 29, 2022 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants