Skip to content
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

Port Glacier2 to C++11 #1615

Merged
merged 6 commits into from
Dec 20, 2023
Merged

Port Glacier2 to C++11 #1615

merged 6 commits into from
Dec 20, 2023

Conversation

pepone
Copy link
Member

@pepone pepone commented Dec 20, 2023

This PR brings back to main the Glacier2 C++11 port @externl did in #629

There are some minor build fixes on top of it

Copy link
Member

@externl externl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@@ -17,6 +17,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: make -j8 V=1
run: make -j8 V=1 CONFIGS="shared cpp11-shared"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be cpp98-shared cpp11-shared?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we call "cpp98-shared" simply "shared".

Copy link
Member

@externl externl Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shared was renamed to cpp98-shared.

@pepone pepone merged commit 0ae9944 into zeroc-ice:main Dec 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants