forked from OPM/ResInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
Simplify field specializations #849
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
Closed
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1ecc456
#834 Add cafPdmFieldTraits.h with ADL-based pdmToVariant/pdmFromVaria…
magnesj 77e5b03
#834 Migrate cafPdmCvf types and call sites to pdmToVariant/pdmFromVa…
magnesj f02fbee
#834 Switch PdmDataValueField, PdmProxyValueField, and UI editors to …
magnesj 411b98f
#834 Update UI framework to use pdmToVariant/pdmFromVariant/pdmVarian…
magnesj 1ffbc4b
#834 Remove cafInternalPdmValueFieldSpecializations.h and update rema…
magnesj 6061217
#834 Fix duplicate logic and add vector reserve
magnesj 0b3db7c
Add unit tests for ADL field traits and include cafPdmCvf_UnitTests i…
magnesj c811102
Fix std::optional support in pdmToVariant/pdmFromVariant/pdmVariantEqual
magnesj 2554579
Delete generated XML test files after ReadWrite test completes
magnesj 596ec6f
Fixes by clang-format
magnesj fe5260e
Reduce include weight of cafPdmFieldTraits.h for faster PDM compilation
magnesj 21cb1a3
Simplify and clean up field traits after /simplify review
magnesj bfd12be
Remove redundant PdmUiFieldSpecialization specializations for PdmPoin…
magnesj 34512cd
Add PDM compile-time benchmark target
magnesj 4681de1
Add build-bench to .gitignore
magnesj 77b107f
Hook cafPdm_CompileBench into top-level CMakeLists under RESINSIGHT_I…
magnesj 5d326dc
Reduce include weight of cafIconProvider.h and cafPdmUiItem.h
magnesj 53888de
Fix build breakage from include-weight reduction in cafPdmUiItem.h
magnesj 4a4617e
Fixes by cmake-format
magnesj 2087b58
Fixes by clang-format
magnesj c7ec12f
Fix pdmFromVariant<optional<T>> to use isValid() instead of string check
magnesj 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,6 +62,7 @@ Ankh.NoLoad | |
| .vs | ||
| out | ||
| build | ||
| build-bench | ||
| CMakeSettings.json | ||
| enc_temp_folder | ||
| CMakeUserPresets.json | ||
|
|
||
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
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
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
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.
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.
1. Missing vec3d traits include
🐞 Bug≡ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools