Log In
Log In

Next Post

  • Review of Parser library begins today
    News #Parser
    The review of Boost.Parser is scheduled to begin today and conclude on February 28. The library provides primitive parsers and combinators (e.g., Kleene star), supports both callback and non‑callback parsing, is range‑friendly, fully Unicode‑aware, delivers GCC‑style error diagnostics and optional tracing, with documentation and source on GitHub.
  • Powering Cognitive Communications Engine for NASA with Boost
    News #Serialization
    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.
  • A postgres library for Boost
    Link #Asio
    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.
  • Moving Boost forward: Asio, coroutines, and maybe even modules
    Link #Decimal
    Boost updates include coroutine-based Asio usage, a prototype for native C++20 module support with CMake integration, performance benchmarks and enhancements for Boost.MySQL, Boost.Decimal integration, and plans for a Postgres library.