-
Notifications
You must be signed in to change notification settings - Fork 9
2397 make vt work with fmt 11 and integrate it if possible #2399
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
Merged
lifflander
merged 17 commits into
develop
from
2397-make-vt-work-with-fmt-11-and-integrate-it-if-possible
Apr 17, 2025
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1fcfabc
#2397: lib: upgrade fmt library to version 11.1.3
lifflander 256ce33
#2397: formatting: use the new format_as to significantly reduce comp…
lifflander b02f202
#2397: formatting: apply fix to tests for formatting
lifflander 2aaafb4
#2397: cmake: add in missing cmake for install
lifflander 28bc356
#2397: tests: fix added new line
lifflander 2117004
#2397: lib: try to turn install off
lifflander d764701
#2397: fmt: fix a bunch of cmake trying to fix installation problems
lifflander 01c6708
#2397: fmt: fix output directory for fmt headers, add format.h
lifflander 8f51be3
#2397: use master branch of vt-tv
cz4rs 2e3750d
#2397: remove redundant blank lines
cz4rs 9e8ca18
#2397: pass clang-format output via file
cz4rs 26b55f6
#2397: limit maximum length of clang-format output
cz4rs 83692fa
#2397: clang-format: ignore libraries
cz4rs 8ce0008
#2397: disable gcc-10 stringop-overflow warning for fmt code
cz4rs 377be00
#2397: remove INCLUDE_FMT_BASE macro
cz4rs c9a8c9a
#2397: use fmt 11.1.3 in cuda builds
cz4rs 7062a40
#2397: CI: use cuda 11.4.3
cz4rs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # .clang-format-ignore is available for clang-format > 18. Use this instead as | ||
| # we use clang-format 16 in CI. | ||
|
|
||
| DisableFormat: true | ||
| SortIncludes: Never |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.