-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Version 0.5.2: Improved Error Handling, Fix Static Analysis Issues, CI Code Coverage #75
Conversation
This file contains 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
…as commented code by Sonar Scanner
…s Sonar Scan job in Azure Pipelines
…ipts for analysis
…ar Scan jobs in Azure Pipelines to have correct source paths in symbols
…re Pipelines and filter sources by path to Modules
…Cloud parsing error
… work as expected
… easier code separation with static analysis. Add build options to enable/disable applications and tests build. Updated README with new build options.
…of deriving from it
…d build errors in Azure Pipelines
egorodet
added
enhancement
New feature or request
infrastructure
Build, tools, automation, etc.
labels
Nov 8, 2020
… be set automatically by the extension
…mproved performance
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
egorodet
changed the title
Version 0.5: Improved Error Handling, Fix Static Analysis Issues, CI Code Coverage
Version 0.5.2: Improved Error Handling, Fix Static Analysis Issues, CI Code Coverage
Feb 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Methane Kit v0.5 Pre-Release Update 2
Methane/Exceptions.hpp
was added with common exception type defintionsMethane/Checks.hpp
was added with error checking macro definitions akaMETA_CHECK*
META_LOG
macros has been updated to make string formatting using FMT library inside of the macro using variadic argumentsMETA_CHECK*
macroses throwing specific exception types, which simplified error checking code and fixed many issues related to non-specific exception throws across Methane code basedefault
branches of allswitch
blocks to fix repeated analysis issuestd::function
usage with template arguments wherever possible to improve performancefmt::format(...)
for string formatting wherever possible project wideAppBase
class, moved from platform specific classesPoint
template class has been refactored to merge 2D and 3D implementations together and incapsulatecml::vector
instead of deriving from it to fix multiple static analysis issues.OpenCppCoverage
tool, on MacOS withllvm-profdata
and on Linux withGcov
(closed Setup code coverage results collection with Azure Pipelines and Sonar Cloud #72)