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

14 Commits

Author SHA1 Message Date
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
Justinas V. Daugmaudis
742474824f Fix docs
Edit comment
2018-03-06 15:32:17 +02:00
Justinas V. Daugmaudis
c7c9bc3500 Example added 2018-03-06 12:35:59 +02:00
Steven Watanabe
8c09acf817 Fix example compilation. 2017-12-08 14:33:04 -07:00
Steven Watanabe
c69514060f Fix typo. Fixes #4183 2014-03-11 10:49:56 -07:00
Steven Watanabe
863c0f02ca Fix typo. Fixes #7645.
[SVN r81502]
2012-11-23 23:34:09 +00:00
Steven Watanabe
428aefd98f Clean up random_demo. Compiler workarounds don't belong in examples even when they are needed, and I suspect that these are out of date.
[SVN r68858]
2011-02-14 04:07:41 +00:00
Steven Watanabe
8c30753bf4 Sync the docs with the current library.
[SVN r68822]
2011-02-13 03:28:59 +00:00
Steven Watanabe
e580086e65 Sync gamma_distribution with C++0x. Fixes #3888.
[SVN r63247]
2010-06-22 20:22:41 +00:00
Steven Watanabe
ebe859512e Fix compile error in example
[SVN r62630]
2010-06-09 02:35:02 +00:00
Steven Watanabe
a2f27c6293 Add an example of generating a random password. Fixes #4183
[SVN r62629]
2010-06-09 02:33:40 +00:00
Steven Watanabe
ccc442d6c8 Fix inspection failures for the Random library
[SVN r60359]
2010-03-08 17:55:21 +00: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
Steven Watanabe
2248892f09 Add Quickbook/Doxygen documentation
[SVN r59910]
2010-02-25 18:13:36 +00:00