forked from apache/activemq-cpp
-
Notifications
You must be signed in to change notification settings - Fork 1
externpro 25.07.6-21-g6199435 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
16c190a
externpro 25.07.6-21-g6199435
github-actions[bot] 1f04560
dependency updates
github-actions[bot] ee0115d
add release-tag intent
github-actions[bot] e102272
externpro 25.07.6-21-g6199435 workflow updates
github-actions[bot] bead712
Update release tag and message to xpv3.9.5.3
smanders File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule .devcontainer
updated
21 files
| +79 −0 | .github/actions/cmake-build/action.yml | |
| +40 −0 | .github/actions/sync-caller-workflows/action.yml | |
| +604 −0 | .github/actions/sync-caller-workflows/sync.sh | |
| +2 −0 | .github/release-tag.yml.example | |
| +6 −6 | .github/wf-templates/xpbuild.yml | |
| +27 −2 | .github/wf-templates/xprelease.yml | |
| +16 −0 | .github/wf-templates/xptag.yml | |
| +12 −0 | .github/wf-templates/xpupdate.yml | |
| +4 −4 | .github/workflows/README.md | |
| +8 −0 | .github/workflows/build-linux.yml | |
| +4 −1 | .github/workflows/release-from-build.yml | |
| +120 −0 | .github/workflows/tag-release.yml | |
| +649 −0 | .github/workflows/update-externpro.yml | |
| +288 −0 | .windsurf/workflows/manifestUpdate.md | |
| +73 −77 | cmake/README.md | |
| +0 −182 | cmake/deps.cmake | |
| +0 −41 | cmake/deps.dot | |
| +165 −166 | cmake/deps.svg | |
| +172 −545 | cmake/pros.cmake | |
| +389 −58 | cmake/xpfunmac.cmake | |
| +84 −0 | xp.svg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| tag: xpv3.9.5.3 | ||
| message: "xpro version 3.9.5.3 tag" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,24 @@ | ||
| name: Build | ||
| name: xpBuild | ||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| on: | ||
| push: | ||
| branches: [ "dev" ] | ||
| tags: ["xpv*"] | ||
| pull_request: | ||
| branches: [ "dev" ] | ||
| branches: ["xpro"] | ||
| workflow_dispatch: | ||
| jobs: | ||
| linux: | ||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| packages: write | ||
| uses: externpro/externpro/.github/workflows/build-linux.yml@25.07.2 | ||
| uses: externpro/externpro/.github/workflows/build-linux.yml@25.07.6 | ||
| secrets: inherit | ||
| macos: | ||
| uses: externpro/externpro/.github/workflows/build-macos.yml@25.07.2 | ||
| uses: externpro/externpro/.github/workflows/build-macos.yml@25.07.6 | ||
| secrets: inherit | ||
| windows: | ||
| uses: externpro/externpro/.github/workflows/build-windows.yml@25.07.2 | ||
| uses: externpro/externpro/.github/workflows/build-windows.yml@25.07.6 | ||
| secrets: inherit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: xpTag | ||
| permissions: | ||
| contents: write | ||
| issues: write | ||
| on: | ||
| pull_request: | ||
| types: [closed] | ||
| jobs: | ||
| tag: | ||
| if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'xpro' && contains(github.event.pull_request.labels.*.name, 'release:tag') }} | ||
| uses: externpro/externpro/.github/workflows/tag-release.yml@25.07.6 | ||
| with: | ||
| merge_sha: ${{ github.event.pull_request.merge_commit_sha }} | ||
| pr_number: ${{ github.event.pull_request.number }} | ||
| secrets: | ||
| workflow_write_token: ${{ secrets.XPUPDATE_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # activemq-cpp dependencies | ||
|
|
||
| |project|license [^_l]|description [dependencies]|version|source|diff [^_d]| | ||
| |-------|-------------|--------------------------|-------|------|----------| | ||
| |<a id='activemq-cpp' />[activemq-cpp](http://activemq.apache.org/cms/)|[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html 'Apache License, Version 2.0')|ActiveMQ C++ Messaging Service (CMS) client library [deps: _apr, openssl_]| |[upstream](https://github.com/apache/activemq-cpp 'github.com/apache/activemq-cpp')| [auto]| | ||
| |<a id='apr' />[apr](http://apr.apache.org/)|[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html 'Apache License, Version 2.0')|Apache Portable Runtime project|[v1.7.6.2](https://github.com/externpro/apr/releases/tag/v1.7.6.2 'release')|[repo](https://github.com/externpro/apr 'github.com/externpro/apr') [upstream](https://github.com/apache/apr 'github.com/apache/apr')|[diff](https://github.com/externpro/apr/compare/1.7.6...v1.7.6.2 'github.com/externpro/apr/compare/1.7.6...v1.7.6.2') [patch(msw), auto(unix)]| | ||
| |<a id='openssl' />[openssl](http://www.openssl.org/)|[BSD-style](http://www.openssl.org/source/license.html 'dual OpenSSL and SSLeay License: both are BSD-style licenses')|Cryptography and SSL/TLS Toolkit [pvt deps: _nasm, yasm_]|[xpv1.1.1l.4](https://github.com/externpro/openssl/releases/tag/xpv1.1.1l.4 'release')|[repo](https://github.com/externpro/openssl 'github.com/externpro/openssl') [upstream](https://github.com/openssl/openssl 'github.com/openssl/openssl')|[diff](https://github.com/externpro/openssl/compare/OpenSSL_1_1_1l...xpv1.1.1l.4 'github.com/externpro/openssl/compare/OpenSSL_1_1_1l...xpv1.1.1l.4') [intro]| | ||
| |<a id='nasm' />[nasm](https://www.nasm.us/)|[BSD-2-Clause](https://www.nasm.us/ 'BSD 2-Clause Simplified License')|The Netwide Assembler - an 80x86 and x86-64 assembler (MSW-only)|[xpv2.14.02.4](https://github.com/externpro/nasm/releases/tag/xpv2.14.02.4 'release')|[repo](https://github.com/externpro/nasm 'github.com/externpro/nasm')|[diff](https://github.com/externpro/nasm/compare/v0...xpv2.14.02.4 'github.com/externpro/nasm/compare/v0...xpv2.14.02.4') [bin]| | ||
| |<a id='yasm' />[yasm](http://yasm.tortall.net/)|[BSD-2-Clause](https://github.com/yasm/yasm/blob/v1.3.0/COPYING 'BSD 2-Clause Simplified License')|assembler and disassembler for the Intel x86 architecture|[xpv1.3.0.3](https://github.com/externpro/yasm/releases/tag/xpv1.3.0.3 'release')|[repo](https://github.com/externpro/yasm 'github.com/externpro/yasm') [upstream](https://github.com/yasm/yasm 'github.com/yasm/yasm')|[diff](https://github.com/externpro/yasm/compare/v1.3.0...xpv1.3.0.3 'github.com/externpro/yasm/compare/v1.3.0...xpv1.3.0.3') [patch]| | ||
|
|
||
|  | ||
|
|
||
| Dependency version check: all 4 parent-manifest versions match pinned versions. | ||
|
|
||
| |diff |description| | ||
| |------|-----------| | ||
| |patch |diff modifies/patches existing cmake| | ||
| |intro |diff introduces cmake| | ||
| |auto |diff adds cmake to replace autotools/configure/make| | ||
| |native|diff adds cmake but uses existing build system| | ||
| |bin |diff adds cmake to repackage binaries built elsewhere| | ||
| |fetch |diff adds cmake and utilizes FetchContent| | ||
|
|
||
| [^_l]: see [SPDX License List](https://spdx.org/licenses/ '') for a list of commonly found licenses | ||
| [^_d]: see table above with description of diff | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran
xpupdatea little too early... I didn't have theapr xpv1.7.6.3release merged quite yet