Log In
Log In

Next Post

  • Bringing B2-Style Test Granularity to CMake
    Link
    B2‑style granularity is added to Boost’s CMake integration by building the test executable, post‑build extracting test names via a listing flag, generating a .cmake file with individual add_test entries, and including it with TEST_INCLUDE_FILES, enabling separate reporting and selective runs.
  • Hub is here
    Link #Unordered
    During Q2 2026 Boost work is summarized: boost::container::hub accepted for Boost 1.92; Boost.Unordered added C++20 range support; Boost.MultiIndex got iterator pointers; Boost.ICL fixed for libc++ v22; Boost.Bloom, Boost.Graph and activities noted.
  • Hubs, intervals and math
    Link #Unordered
    Development of boost::container::hub as a lightweight alternative to std::hive, a conference talk on C++ mathematics, maintenance merges for Boost.Unordered and Boost.Bimap, a fix proposal for Boost.ICL, and community support activities.
  • Powering Cognitive Communications Engine for NASA with Boost
    News #Bloom
    Boost libraries were employed to provide permissive‑licensed, reliable networking and serialization for a C++11 reinforcement‑learning cognitive engine that autonomously optimizes ISS radio communications. Boost.Asio was used to handle concurrent UDP/Ethernet I/O, and Boost.Serialization was used to enable state persistence across orbital passes, facilitating successful on‑orbit testing.