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

Fix a bunch of smaller issues #1697

Merged
merged 6 commits into from
May 31, 2021
Merged

Fix a bunch of smaller issues #1697

merged 6 commits into from
May 31, 2021

Conversation

dominiklohmann
Copy link
Member

📔 Description

These commits don't have much to do with each other, but these are four things that I have noticed recently, none of which are changelog-worthy.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Commit-by-commit.

The Makefile for ClangBuildAnalyzer is defunct on macOS. Additionally,
this changes the CMake to use the minimal necessary include for checking
compiler flag availability.
@dominiklohmann dominiklohmann added enhancement ✨ bug Incorrect behavior labels May 29, 2021
@dominiklohmann dominiklohmann force-pushed the topic/small-fixups branch 9 times, most recently from 4260d5b to 6ecde9f Compare May 30, 2021 06:06
In absolutely unscientific experiments, this sped up build time a fair
bit. Requires CMake>=3.16, but since it doesn't really change the
compiled binary we can just make it optional depending on the actual
CMake version instead of bumping the minimum requirement.
Copy link
Member

@tobim tobim left a comment

Choose a reason for hiding this comment

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

Thanks for these quality improvements!

@dominiklohmann dominiklohmann enabled auto-merge May 31, 2021 09:33
@dominiklohmann dominiklohmann merged commit c28b8f2 into master May 31, 2021
@dominiklohmann dominiklohmann deleted the topic/small-fixups branch May 31, 2021 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants