Skip to content

Commit 1f820c0

Browse files
Merge branch 'master' into fix/issue-6625-update-relocation
2 parents 2de86f4 + d1e7aaf commit 1f820c0

43 files changed

Lines changed: 3271 additions & 81 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/tests.unit1.container_algorithms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tests.unit.modules.algorithms.container_algorithms.find_end_range
3939
tests.unit.modules.algorithms.container_algorithms.find_end_range2
4040
tests.unit.modules.algorithms.container_algorithms.find_first_of_range
4141
tests.unit.modules.algorithms.container_algorithms.find_first_of_range2
42+
tests.unit.modules.algorithms.container_algorithms.fold_range
4243
tests.unit.modules.algorithms.container_algorithms.for_loop_exception_range
4344
tests.unit.modules.algorithms.container_algorithms.for_loop_induction_range
4445
tests.unit.modules.algorithms.container_algorithms.for_loop_induction_async_range
@@ -64,4 +65,3 @@ tests.unit.modules.algorithms.container_algorithms.is_sorted_range2
6465
tests.unit.modules.algorithms.container_algorithms.is_sorted_range3
6566
tests.unit.modules.algorithms.container_algorithms.is_sorted_range_exception
6667
tests.unit.modules.algorithms.container_algorithms.is_sorted_until_range
67-
tests.unit.modules.algorithms.container_algorithms.is_sorted_until_range_exception

.circleci/tests.unit2.container_algorithms

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Distributed under the Boost Software License, Version 1.0. (See accompanying
55
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66

7+
tests.unit.modules.algorithms.container_algorithms.is_sorted_until_range_exception
78
tests.unit.modules.algorithms.container_algorithms.lexicographical_compare_range
89
tests.unit.modules.algorithms.container_algorithms.make_heap_range
910
tests.unit.modules.algorithms.container_algorithms.max_element_range

.github/workflows/windows_clang_debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: jwlawson/actions-setup-cmake@v2.1
19+
with:
20+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1921

2022
- name: Install dependencies
2123
run: |

.github/workflows/windows_clang_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: jwlawson/actions-setup-cmake@v2.1
19+
with:
20+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1921

2022
- name: Install dependencies
2123
run: |

.github/workflows/windows_debug_vs2022.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: jwlawson/actions-setup-cmake@v2.1
19+
with:
20+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1921

2022
- name: Install dependencies
2123
run: |

.github/workflows/windows_debug_vs2022_fetch_boost.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- uses: jwlawson/actions-setup-cmake@v2.1
18+
with:
19+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1820

1921
- name: Install dependencies
2022
run: |

.github/workflows/windows_debug_vs2022_fetch_hwloc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: jwlawson/actions-setup-cmake@v2.1
19+
with:
20+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1921

2022
- name: Install dependencies
2123
run: |

.github/workflows/windows_debug_vs2022_modules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: jwlawson/actions-setup-cmake@v2.1
19+
with:
20+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1921

2022
- name: Install dependencies
2123
run: |

.github/workflows/windows_debug_vs2022_tracy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: jwlawson/actions-setup-cmake@v2.1
19+
with:
20+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1921

2022
- name: Install dependencies
2123
run: |

.github/workflows/windows_release_2022.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- uses: jwlawson/actions-setup-cmake@v2.1
18+
with:
19+
github-api-token: ${{ secrets.GITHUB_TOKEN }}
1820

1921
- name: Install dependencies
2022
run: |

0 commit comments

Comments
 (0)