~roguescholar/boost/+git/utility:feature/minstd_rand

Last commit made on 2024-04-14
Get this branch:
git clone -b feature/minstd_rand https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
feature/minstd_rand
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

12c95c4... by Peter Dimov <email address hidden>

minstd_rand has been moved to Core

e0ecf92... by Andrey Semashev <email address hidden>

Merge pull request #107 from LegalizeAdulthood/patch-1

Correct in place factory example code

bff26e4... by Richard

Correct in place factory example code

The example code as given won't work without const qualifiers on the pointer arguments.

9abd1fc... by Andrey Semashev <email address hidden>

Added Windows jobs to GHA CI.

3829fcb... by Andrey Semashev <email address hidden>

Replaced actions/checkout usage with manual download commands.

This fixes the deprecation warnings for actions/checkout@v3. actions/checkout@v4
is not functional because of the upstream bug:

https://github.com/actions/checkout/issues/1590

21d6434... by Andrey Semashev <email address hidden>

Reduced CI job timeouts.

2ac1951... by Andrey Semashev <email address hidden>

Added gcc-13 and clang-17 GHA CI jobs.

217f734... by Andrey Semashev <email address hidden>

Removed gcc-4.6 from CI as it lacks C++11 template aliases used in Boost.TypeOf.

85b5594... by Andrey Semashev <email address hidden>

Remove C++03 CI jobs, use gcc-11 libstdc++ for clang-12 through 15.

Clang 12 through 15 does not support libstdc++-13 in C++23 mode.

a95a4f6... by Andrey Semashev <email address hidden>

Fixed a link to ResultOf docs.