~roguescholar/boost/+git/iterator:master

Last commit made on 2024-05-20
Get this branch:
git clone -b master https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

Name:
master
Repository:
lp:~roguescholar/boost/+git/iterator

Recent commits

0abef89... by Andrey Semashev <email address hidden>

Replaced macos-11 GHA image with 12, 13 and 14 since 11 is being removed.

4f72199... by Andrey Semashev <email address hidden>

Added gcc-13 CI job.

988594f... by Andrey Semashev <email address hidden>

Added clang-17 CI jobs.

3fa2242... by Andrey Semashev <email address hidden>

Added Windows jobs to GHA CI.

43dde9b... by Andrey Semashev <email address hidden>

Reduced CI job timeouts.

7968dd3... 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

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

Removed one more $ tag.

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

Removed $Date$ tags from docs.

The tags were not being updated for a long time now and were
visible in the final docs.

Reported in https://github.com/boostorg/website/issues/762.

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

Added a CMake test.

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

Removed dependency on Boost.Conversion in CMakeLists.txt.

Fixes https://github.com/boostorg/iterator/issues/81.