-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c85df5a
commit e0420ac
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2024-01-09 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Release 1.84.0-0 | ||
|
||
2023-12-15 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Pre-Release 1.84.0-0 | ||
|
@@ -10,7 +14,7 @@ | |
patch sets from CRAN demands on file path length and diagnostics | ||
* local/patches/bh_1.84.0-0.diagnostics-two.patch: Added | ||
|
||
* local/scripts/CreateBoost.sh: Update for 1.84.0, added url | ||
* local/scripts/CreateBoost.sh: Update for 1.84.0, added qvm | ||
|
||
2023-01-17 Dirk Eddelbuettel <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: BH | |
Type: Package | ||
Title: Boost C++ Header Files | ||
Version: 1.84.0-0 | ||
Date: 2023-12-15 | ||
Date: 2024-01-09 | ||
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Description: Boost provides free peer-reviewed portable C++ source | ||
|
@@ -12,15 +12,15 @@ Description: Boost provides free peer-reviewed portable C++ source | |
for template use among CRAN packages. By placing these libraries in | ||
this package, we offer a more efficient distribution system for CRAN | ||
as replication of this code in the sources of other packages is | ||
avoided. As of release 1.81.0-0, the following Boost libraries are | ||
avoided. As of release 1.84.0-0, the following Boost libraries are | ||
included: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'beast' | ||
'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' | ||
'container' 'date_time' 'detail' 'dynamic_bitset' 'exception' | ||
'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' | ||
'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' | ||
'iterator' 'lambda2' 'math' 'move' 'mp11' 'mpl' 'multiprecision' | ||
'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'process' | ||
'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' | ||
'propery_tree' 'qvm' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' | ||
'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'url' 'utility' | ||
'uuid'. | ||
License: BSL-1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters