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

try clang 10 #459

Merged
merged 10 commits into from
May 21, 2020
Merged

try clang 10 #459

merged 10 commits into from
May 21, 2020

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented May 7, 2020

Add a test build to explore #458.

@phlptp phlptp added the bug label May 7, 2020
@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #459 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #459   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         3687      3687           
=========================================
  Hits          3687      3687           
Impacted Files Coverage Δ
include/CLI/App.hpp 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c439562...ec3659f. Read the comment docs.

@phlptp phlptp requested a review from henryiii May 14, 2020 12:23
@phlptp phlptp mentioned this pull request May 14, 2020
@phlptp phlptp marked this pull request as ready for review May 14, 2020 12:26
@phlptp
Copy link
Collaborator Author

phlptp commented May 14, 2020

@henryiii I added a clang-10 test to the azure_pipelines. the silkeh/clang10 docker doesn't seem to work right for clang10 so I used a builder image from one of our dockerhub repos, If you want that changed let me know. The clang 10 build didn't seem to test the issue so may not be that important right now.

@phlptp
Copy link
Collaborator Author

phlptp commented May 21, 2020

@henryiii whenever you get back into CLI11 this can be reviewed. I think the code changes are good, but let me know what you want to do with the Azure testing changes

Copy link
Collaborator

@henryiii henryiii left a comment

Choose a reason for hiding this comment

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

Using the builder is fine, I think. Looks fine to me!

I'm starting to get back to non-ventilator projects, though I have been asked to do one more major change. :(

@henryiii henryiii merged commit 747544d into CLIUtils:master May 21, 2020
@henryiii henryiii deleted the cpp20_test branch May 21, 2020 14:05
@henryiii henryiii added the patch Can target the last released version label Jun 2, 2020
henryiii pushed a commit that referenced this pull request Jun 2, 2020
* try clang 10

* use helics-builder clang 10 image

* try new image

* try again

* try different flag addition

* try adding cpp20 to visual studio check

* try with the latest flag enabled for visual studio 2019

* try the correct c++ flag

* remove use of std::result_of

* format files
@henryiii henryiii added this to the v1.9.1 milestone Jun 2, 2020
nksanthosh added a commit to EOSIO/eos that referenced this pull request Aug 3, 2020
This CLI11 update from v1.9.0 to v1.9.1 provides the following improvements: 
- Support relative inclusion [#475](CLIUtils/CLI11#475)
- Fix cases where spaces in paths could break CMake support [#471](CLIUtils/CLI11#471)
- Fix an issue with string conversion [#421](CLIUtils/CLI11#421)
- Cross-compiling improvement for Conan.io [#430](CLIUtils/CLI11#430)
- Fix option group default propagation [#450](CLIUtils/CLI11#450)
- Fix for C++20 [#459](CLIUtils/CLI11#459)
- Support compiling with RTTI off [#461](CLIUtils/CLI11#461)
@nksanthosh nksanthosh mentioned this pull request Aug 3, 2020
7 tasks
dimas1185 pushed a commit to EOSIO/eos that referenced this pull request Aug 4, 2020
This CLI11 update from v1.9.0 to v1.9.1 provides the following improvements: 
- Support relative inclusion [#475](CLIUtils/CLI11#475)
- Fix cases where spaces in paths could break CMake support [#471](CLIUtils/CLI11#471)
- Fix an issue with string conversion [#421](CLIUtils/CLI11#421)
- Cross-compiling improvement for Conan.io [#430](CLIUtils/CLI11#430)
- Fix option group default propagation [#450](CLIUtils/CLI11#450)
- Fix for C++20 [#459](CLIUtils/CLI11#459)
- Support compiling with RTTI off [#461](CLIUtils/CLI11#461)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug patch Can target the last released version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants