Changes in version 1.90.0-1 (2025-12-14) o Upgrade to Boost 1.90.0, patched as usual to comment-out diagnostic suppression messages per the request of CRAN o Minor upgrades to continuous integration Changes in version 1.87.0-1 (2024-12-17) o Upgrade to Boost 1.87.0, patched as usual to comment-out diagnostic suppression messages per the request of CRAN o Switched to Authors@R Changes in version 1.84.0-0 (2024-01-10) o Upgrade to Boost 1.84.0 o Added qvm (requested in #97) Changes in version 1.81.0-1 (2023-01-22) o Upgrade to Boost 1.81.0 (#87) o Added url (new in 1.81.0) o Converted remaining sprintf to snprintf (#90 fixing #89) o Comment-out gcc warning messages in three files Changes in version 1.78.0-0 (2021-12-15) o Incremental updates to README.md and CI setup o Upgraded to Boost 1.78.0 (#82 closing #80) o Added process (closing #78) o Added lambda2 (closing #81) Changes in version 1.75.0-0 (2021-01-11) o Removed file NAMESPACE as the package has neither R code, nor a shared library to load o The file LICENSE_1_0.txt is now included (as requested in #73) o Added new beast library (as requested in #74) o Upgraded to Boost 1.75.0 (#75) Changes in version 1.72.0-3 (2020-01-08) o Remove old Boost installation when updating via script Changes in version 1.72.0-2 (2019-12-17) o Bugfix release correction numeric/odeint/stepper/... renaming Changes in version 1.72.0-1 (2019-12-16) o Upgraded to Boost 1.72.0 (plus the few local tweaks) (#65) o Applied the standard minimal patch with required changes, as well as the newer changeset for diagnostics pragma suppression. o No longer install filesystem _explicitly_ though some files are carried in (#55) o Added mp11 (as requested in #62) o Added polygon (as requested in #63) Changes in version 1.69.0-1 (2019-01-07) o Upgraded to Boost 1.69.0 (plus the few local tweaks) o Applied the standard minimal patch with required changes, as well as the newer changeset for diagnostics pragma suppression. o Following a pre-release in December, maintainers of three packages affected by the 1.66 to 1.69 were contacted, and changes were prepared. Changes in version 1.66.0-1 (2018-02-13) o Upgraded to Boost 1.66.0 (plus the few local tweaks) o Added Boost compute (as requested in #16) Changes in version 1.65.0-1 (2017-08-24) o Upgraded to Boost 1.64 and then 1.65 installed directly from upstream source with several minor tweaks (as before) o Fourth tweak corrects a misplaced curly brace (see the Boost ublas GitHub repo and its issue #40) o Added Boost align (as requested in #32) o Added Boost sort (as requested in #35) o Added Boost multiprecision by fixing a script typo (as requested in #42) o Updated Travis CI support via newer run.sh Changes in version 1.62.0-1 (2016-11-19) o Upgraded to Boost 1.62 installed directly from upstream source o Added Boost property_tree as requested in #29 by Aydin Demircioglu o Added Boost scope_exit as requested in #30 by Kirill Mueller o Added Boost atomic which we had informally added since 1.58.0 Changes in version 1.60.0-2 (2016-05-07) o Added Boost bimap via GH pull request #24 by Jim Hester o Added Boost icl via GH pull request #27 by Jay Hesselbert o Added Boost flyweight as requested in GH ticket #26 Changes in version 1.60.0-1 (2015-12-28) o Upgraded to Boost 1.60 installed directly from upstream source o Added Boost phoenix as discussed in GH ticket #19 Changes in version 1.58.0-1 (2015-05-21) o Upgraded to Boost 1.58 installed directly from upstream source o Added Boost multiprecision as requested in GH ticket #12 based on rcpp-devel request by Jordi Molins Coronado Changes in version 1.55.0-3 (2015-01-05) o Added Boost graph requested in GH ticket #9 by Dirk for RcppStreams Changes in version 1.55.0-2 (2015-01-04) o Added Boost fusion requested in GH ticket #7 by Dirk for RcppStreams Changes in version 1.55.0-1 (2014-12-21) o Upgraded to Boost 1.55 once again from the Debian tarball o Added Boost geometry requested in GH ticket #5 by 'teramonagi' Changes in version 1.54.0-5 (2014-11-10) o Added Boost circular_buffer requested by Ben Goodrich for rstan Changes in version 1.54.0-4 (2014-08-29) o Added Boost any requested by Greg Jeffries for his nabor package Changes in version 1.54.0-3 (2014-08-04) o Added Boost heap library which will be needed by the next version of RcppMLPACK Changes in version 1.54.0-2 (2014-04-14) o Bug fix to lexical_cast.hpp which now uses the test for INT128 which the rest of Boost uses, consistent with Boost 1.55 too. Changes in version 1.54.0-1 (2014-04-08) o Upgraded to Boost 1.54.0 o Adjust build script local/script/CreateBoost.sh accordingly o Renamed generation_runge_kutta_cash_karp54_classic.hpp to generation_runge_kutta_cash_karp54_cl.hpp to remain within 100-character limit for tar; also adjust corresponding #include in numeric/odeint/stepper/generation.hpp Changes in version 1.51.0-4 (2014-01-02) o Rewritten main package creation script to no longer scan for what bigmemory and synchronicity use, but rather explicitly copy over an (equivalent) list of explicitly-enumerated Boost libraries o Repository moved from R-Forge to GitHub, scripts and layout adjusted accordingly o Besides the implicitly expanded coverage by including the complete libraries, we also expanded from math/doc/html/dist.html to all of math. Changes in version 1.51.0-3 (2013-10-19) o Expanded Boost coverage by adding Boost packages spirit, foreach, algorithm, iostreams. Changes in version 1.51.0-2 (2013-07-29) o Expanded Boost coverage by adding Boost packages random and unordered. Changes in version 1.51.0-1 (2013-05-29) o Expanded Boost coverage by adding Boost packages foreach, statistical distributions, and iostreams. This addresses, respectively, R-Forge issue tickets 2527, 2533 and 2768. o The package can now also be used to compile CRAN package ExactNumCI and rcppbugs. Changes in version 1.51.0-0 (2013-01-31) o First CRAN upload o The package can be used to build bigmemory and RcppBDT as it already contains significant portions of Boost libraries algorithm, bind, concept, config, container, date_time, detail, exceptions, filesystem, functional, interprocess, intrusive, iterator, math, mpl, numeric, preprocessor, random, range, smart_ptr, type_traits, unordered.