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

feat: enable /Wall with MSVC #167

Merged
merged 11 commits into from
Sep 22, 2023
Merged

feat: enable /Wall with MSVC #167

merged 11 commits into from
Sep 22, 2023

Conversation

nfrechette
Copy link
Owner

No description provided.

@nfrechette nfrechette self-assigned this Sep 19, 2023
@commit-lint
Copy link

commit-lint bot commented Sep 19, 2023

Features

  • add wrapper header for catch2.h (23a9b20)
  • enable /Wall with MSVC (2363df3)

Bug Fixes

  • add explicit static casts (af9e81e)
  • use correct constant format for __m128 with MSVC (2974963)
  • scalar: remove incorrect coercion to double (8c06f3c)
  • add explicit static casts (a3150e4)
  • explicitly add/delete constructors and assignment operators (ce28378)
  • suppress volatile access warning with MSVC (4b12a12)
  • quat: avoid static cast warning due to MSVC alias (a3f936c)
  • disable /Wall for benchmarks (b2916f5)
  • mask: avoid signed/unsigned warning (8adca9d)

Contributors

nfrechette

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 12 Code Smells

0.0% 0.0% Coverage
3.4% 3.4% Duplication

warning The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@nfrechette nfrechette merged commit 07d19a3 into develop Sep 22, 2023
133 checks passed
@nfrechette nfrechette deleted the feat/enable-wall-msvc branch September 22, 2023 03:31
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.

1 participant