-
Notifications
You must be signed in to change notification settings - Fork 353
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
try clang 10 #459
Conversation
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 3687 3687
=========================================
Hits 3687 3687
Continue to review full report at Codecov.
|
@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. |
@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 |
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.
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. :(
* 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
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)
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)
Add a test build to explore #458.