2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 16:32:16 +00:00

7 Commits

Author SHA1 Message Date
Matt Borland
ee39122450 Reduce build requirements, and ensure they are enforced in testing 2025-06-16 13:08:13 -04:00
René Ferdinand Rivera Morell
dcaee178a6 Add support for modular build structure. (#107)
* Make the library modular usable.

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add missing NO_LIB usage requirements.

* Update library dependencies.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Update copyright dates.

* Move inter-lib dependencies to a project variable and into the build targets.

* Switch to /boost/test//included target for header only mode of Boost.Test.

* Adjust doc build to avoid boost-root references.

* Update build deps.

* Change Boost Test build refs to work with both old and modular test lib targets.

* Change math dep real target math/tr1.

* Allow deprecated Node version

* Drop MSVC 14.0 support

---------

Co-authored-by: Matt Borland <matt@mattborland.com>
2024-08-19 17:13:10 -04:00
Matt Borland
5b1a710bda Fix missing sources and macro redefinition 2024-04-08 10:10:27 +02:00
Matt Borland
2e3b6676b5 Rewrite build jamfile to require C++11 2024-04-08 08:58:39 +02:00
JeffGarland
362a9bf1e7 remove dependence on now empty boost_system library 2020-07-06 14:08:04 -07:00
Steven Watanabe
dac48f62a8 Use system_error in random_device. Fixes #8245. 2014-03-13 15:20:35 -07:00
Steven Watanabe
bc73588c7e Rearrange the componenents in libs/random and create a library for random_device. Fixes #3672
[SVN r60199]
2010-03-05 19:12:45 +00:00