Boost
News
arrow_drop_down

Latest Stories

Stay up to date with Boost and the C++ ecosystem with the latest news, videos, resources, polls, and user-created content. Signed-in users may submit items to include in the feed (posts are reviewed before publication).

René Ferdinand Rivera Morell
18 hours ago
René Ferdinand Rivera Morell
Complex C++ dependency management is explained with version conflicts, ABI issues, and platform toolchain differences. Limitations of package managers are described, and a bootstrap script is presented that automates builds, configuration, and IDE setup across platforms, supporting sanitizers.
Read more…
Alan de Freitas
Apr 24th, 2026
Alan de Freitas
CUDA support is added to Boost int128 for host and device use. Device from_chars/to_chars are provided by Boost.Charconv, and Boost.Decimal will gain CUDA later. Verification is used by Boost.Safe_Numbers for safety and error check with CUDA reporting.
Read more…
Matt Borland
Apr 8th, 2026
Matt Borland
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.
Read more…
Joaquín M López Muñoz
Apr 3rd, 2026
Joaquín M López Muñoz
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.
Read more…
Mark Cooper
Mar 27th, 2026
Mark Cooper
A Boost-native PostgreSQL library, NativePG, is being developed to provide low‑level message serialization, type parsing, pipelined request composition, flexible response handlers, Asio‑based connections, auto‑batching, connection pooling, and safe SQL formatting, extending beyond libPQ.
Read more…
Rubén Pérez
Jan 30th, 2026
Rubén Pérez
The evolution of MrDocs from an unstable 2024 prototype to a stabilized 2025 MVP is described, highlighting unified configuration, consistent generators, enhanced CI, metadata improvements, and plans for reflection, plugins, and priority management.
Read more…
Alan de Freitas
Oct 29th, 2025
Alan de Freitas
Nightly Boost packages for Conan are indexed via a local-recipes-index that creates modular library recipes from Boost git refs. Custom versioning and b2 generators are added; the prototype builds on platforms, with library and dependency support planned.
Read more…
Dmitry Arkhipov
Oct 16th, 2025
Dmitry Arkhipov
Boost.DynamicBitset was modernized: configurable container, C++20 iterators, legacy code removed, constexpr functions added, tests expanded, and new ops like push_front, pop_front, find_first_off introduced, making it leaner and more maintainable.
Read more…
Gennaro Prota
Oct 15th, 2025
Gennaro Prota
In Q3 2025 Boost.Bloom work added branchless subfilters, bulk‑mode ops, and a dynamic filter prototype. Additional tasks covered CMake fixes, reviewing Boost libraries, filing site issues, moving release‑notes to the new website, and promotion on media.
Read more…
Joaquín M López Muñoz
Oct 10th, 2025
Joaquín M López Muñoz