sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged boost

Just finished compiling Boost 1.61 for all popular MSVC compilers, MSVC 2008 through 2015. Since 1.60, I made a patch to enable Boost.Locale and Boost.Regex to link against static ICU, which is not supported upstream. You can download scripts, patches, etc. at the Precompiled Boost page, as always. For older releases head to the Precompiled […]

Building on Boost with ICU statically on Windows using MSVC does not link against the static ICU libraries; instead it links always against the ICU DLLs. Years after reporting this to the Boost.Locale bug tracker, and asking on the Boost users mailing list, I decided it’s time to make a step forward, as it seems, […]

Just finished compiling Boost 1.59 for all popular MSVC compilers, MSVC 2008 through 2015. You can download them at the Precompiled Boost page, as always. Keep in mind that Boost.Locale does not link against the static ICU, only shared, therefore you may need to include the ICU dlls. These binaries are untested and are only […]

UPDATE [15 Nov 2013]: For the latest binaries visit my Precompiled Boost libraries dedicated page. Build scripts and instructions are also included. These are my notes for building Boost with Boost.Python and Boost.Locale support for both Win32 and Win64 using MSVC 2010 Ultimate. If you just want to use the pre-built libraries with Boost.Python (Python) […]