Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Boost for C++Builder 10.3.1 – now available!

The Boost library is now available for C++Builder and RAD Studio 10.3.1.

Boost is a very important third party C++ library, and one many of our customers request support for. It’s taken us longer than we had hoped, but I’m very glad to announce it’s available in the GetIt package manager today. You can find it by opening GetIt (Tools menu, GetIt Package Manager) and either clicking the Libraries category or searching for “Boost” in the search box.

Boost is available in three flavours:

These are just some some of the really useful libraries now available to you with C++Builder. Also supported are libraries like Boost.asio, a famous library for asynchronous network and other I/O; Boost.InterProcess for interprocess communication; Boost.lockfree for non-locking data structures; and more.

Boost and C++Builder in the Future

It’s taken us some time to release Boost for C++Builder 10.3.x, which we regret. We are very glad to have released it now, and would like to discuss our plans for the future.

Most importantly: It is our aim to support Boost day-of or close to the release date for any version. Unlike 10.3, this will happen for 10.3.2: you can expect Boost when 10.3.2 is released, and the same for 10.4 and other future versions.

You’ll notice we now support a much newer version of Boost (1.68 today) with our newer C++17 compiler for Win32. This is a great benefit to you because of the newer libraries you can use. We plan to release an upgraded Win64 compiler soon, and when we do, that too will support a newer version. At the moment, we’re unsure if this will be 1.68 or even newer, such as 1.70.  (1.70 was released just thirty days ago, and we did not want to delay releasing any further in order to merge changes forward. However, it or 1.71 are a candidate version for the future.)

We’ll also be staying up to date with Boost in future. We will be merging support forward as Boost releases new versions. Ideally, we will also be aiming to merge compatibility changes back into Boost itself. This isn’t a matter of simply providing a patch to the Boost project: it’s actually up to the maintainers of each individual library, all 127 of them, so this may take some time. During that, we’ll be merging changes forward regularly ourselves.

We hope you find Boost and its presence through GetIt a great benefit to you. Thankyou for sticking with us while it took us time to release it, and we look forward to timely and swift releases of up to date Boost versions in the future.

Exit mobile version