Skip to content

Commit d6470c1

Browse files
authored
Merge pull request #6 from externpro/xpupdate-25.07.17-3-ga5a7aaf-23869711567-1
externpro 25.07.17-3-ga5a7aaf
2 parents 1962f9b + 02d02db commit d6470c1

9 files changed

Lines changed: 31 additions & 12 deletions

File tree

.devcontainer

Submodule .devcontainer updated 76 files

.github/release-tag.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"message": "xpro version 1.15.3.5 tag",
3+
"tag": "xpv1.15.3.5"
4+
}

.github/release-tag.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/xpbuild.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ jobs:
1414
contents: read
1515
pull-requests: write
1616
packages: write
17-
uses: externpro/externpro/.github/workflows/build-linux.yml@25.07.6
18-
secrets: inherit
17+
uses: externpro/externpro/.github/workflows/build-linux.yml@25.07.17
18+
secrets:
19+
automation_token: ${{ secrets.GHCR_TOKEN }}
20+
with: {}
1921
macos:
20-
uses: externpro/externpro/.github/workflows/build-macos.yml@25.07.6
22+
uses: externpro/externpro/.github/workflows/build-macos.yml@25.07.17
2123
secrets: inherit
24+
with: {}
2225
windows:
23-
uses: externpro/externpro/.github/workflows/build-windows.yml@25.07.6
26+
uses: externpro/externpro/.github/workflows/build-windows.yml@25.07.17
2427
secrets: inherit
28+
with: {}

.github/workflows/xpinit.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: xpInit externpro
2+
permissions:
3+
contents: write
4+
pull-requests: write
5+
packages: write
6+
on:
7+
workflow_dispatch:
8+
jobs:
9+
init:
10+
uses: externpro/externpro/.github/workflows/init-externpro.yml@main
11+
secrets:
12+
automation_token: ${{ secrets.XPRO_TOKEN }}

.github/workflows/xprelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Upload build artifacts as release assets
3535
release-from-build:
3636
if: github.event_name == 'workflow_dispatch'
37-
uses: externpro/externpro/.github/workflows/release-from-build.yml@25.07.6
37+
uses: externpro/externpro/.github/workflows/release-from-build.yml@25.07.17
3838
with:
3939
workflow_run_url: ${{ github.event.inputs.workflow_run_url }}
4040
permissions:

.github/workflows/xptag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
jobs:
99
tag:
1010
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'xpro' && contains(github.event.pull_request.labels.*.name, 'release:tag') }}
11-
uses: externpro/externpro/.github/workflows/tag-release.yml@25.07.6
11+
uses: externpro/externpro/.github/workflows/tag-release.yml@25.07.17
1212
with:
1313
merge_sha: ${{ github.event.pull_request.merge_commit_sha }}
1414
pr_number: ${{ github.event.pull_request.number }}
1515
secrets:
16-
workflow_write_token: ${{ secrets.XPUPDATE_TOKEN }}
16+
automation_token: ${{ secrets.XPRO_TOKEN }}

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": [
44
".devcontainer/cmake/presets/xpLinuxNinja.json",
55
".devcontainer/cmake/presets/xpDarwinNinja.json",
6-
".devcontainer/cmake/presets/xpWindowsVs2022.json"
6+
".devcontainer/cmake/presets/xpMswVs2022.json",
7+
".devcontainer/cmake/presets/xpMswVs2026.json"
78
]
89
}

xprodeps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
|project|license [^_l]|description [dependencies]|version|source|diff [^_d]|
44
|-------|-------------|--------------------------|-------|------|----------|
55
|<a id='spdlog' />[spdlog](https://github.com/gabime/spdlog/wiki)|[MIT](https://github.com/gabime/spdlog?tab=License-1-ov-file 'MIT License')|Fast C++ logging library [deps: _fmt_]| |[upstream](https://github.com/gabime/spdlog 'github.com/gabime/spdlog')| [patch]|
6-
|<a id='fmt' />[fmt](https://fmt.dev/)|[MIT](https://github.com/fmtlib/fmt?tab=MIT-1-ov-file#readme 'MIT License')|A modern formatting library|[xpv11.2.0.15](https://github.com/externpro/fmt/releases/tag/xpv11.2.0.15 'release')|[repo](https://github.com/externpro/fmt 'github.com/externpro/fmt') [upstream](https://github.com/fmtlib/fmt 'github.com/fmtlib/fmt')|[diff](https://github.com/externpro/fmt/compare/11.2.0...xpv11.2.0.15 'github.com/externpro/fmt/compare/11.2.0...xpv11.2.0.15') [patch]|
6+
|<a id='fmt' />[fmt](https://fmt.dev/)|[MIT](https://github.com/fmtlib/fmt?tab=MIT-1-ov-file#readme 'MIT License')|A modern formatting library|[xpv12.1.0.1](https://github.com/externpro/fmt/releases/tag/xpv12.1.0.1 'release')|[repo](https://github.com/externpro/fmt 'github.com/externpro/fmt') [upstream](https://github.com/fmtlib/fmt 'github.com/fmtlib/fmt')|[diff](https://github.com/externpro/fmt/compare/12.1.0...xpv12.1.0.1 'github.com/externpro/fmt/compare/12.1.0...xpv12.1.0.1') [patch]|
77

88
![deps](xprodeps.svg 'dependencies')
99

0 commit comments

Comments
 (0)