boost icon indicating copy to clipboard operation
boost copied to clipboard

Cmake-based build of boost

Results 13 boost issues
Sort by recently updated
recently updated
newest added

After building Fiber successfully, I attempted to use it from my project and linking failed with the cryptic error, "undefined reference to vtable" in the constructor for the round_robin class....

Paul as you might or might not be aware, I'm taking on the job of getting CMake support in Boost. To this end I've posted draft version of "Requirements and...

The current version seems to be based on boost 1.66.0. Are there directions for upgrading to 1.67.0?

When CMake can't find python, the boost::python package is correctly skipped. However, the parameter library still tries [to link with it](https://github.com/boost-cmake/boost/blob/6d01c81a745c3fcee8703133c204fccaf86315ae/libs/parameter/CMakeLists.txt#L25). This causes several errors after the configuration phase such...

The tests are currently targets excluded by the default target, so they aren't built. But excluded targets are still generated, and created. This has two results: * For IDE projects...

After cmake . make `make install` give an error that it cannot find `boost/libs/beast/include`.

[build@shapdis00001 context]$ make [ 0%] Built target boost_system [ 0%] Built target boost_atomic [ 0%] Built target boost_chrono [ 0%] Built target boost_container [ 0%] Built target boost_exception [100%] Built...

The project contains a large amount of deprecated names (policy CMP0037), such as `windows/basic_handle`. This causes the VS2017 generator to fail with CMake 3.8.1 (also tested with 3.9): ``` CMake...

In looking at the Boost Build jamfile for tests in preprocessor, tti, and vmd I noticed a number of Boost Build constructs that are left out of the conversion to...

This is defined for every test, so it should be moved to usage requirements for data_time.