Skip to content

Commit e45bca2

Browse files
authored
BUG/ENH: Fix Backwards Pipeline Compatibility and Add Testing (#1476)
* Error Message Readability * Backwards compatibility updates * Complete 6.6 Backwards Compatibility Test and Documentation * Update ExtractVertexGeometry conversion * Add testing for all 6.5 default pipelines (except synthetics)
1 parent 3fed742 commit e45bca2

File tree

99 files changed

+2962
-725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2962
-725
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ set(SIMPLNX_HDRS
516516
${SIMPLNX_SOURCE_DIR}/Pipeline/Pipeline.hpp
517517
${SIMPLNX_SOURCE_DIR}/Pipeline/PipelineFilter.hpp
518518
${SIMPLNX_SOURCE_DIR}/Pipeline/PlaceholderFilter.hpp
519-
519+
${SIMPLNX_SOURCE_DIR}/Pipeline/LegacySimplFilterUuid.hpp
520520
${SIMPLNX_SOURCE_DIR}/Pipeline/Messaging/AbstractPipelineMessage.hpp
521521
${SIMPLNX_SOURCE_DIR}/Pipeline/Messaging/FilterPreflightMessage.hpp
522522
${SIMPLNX_SOURCE_DIR}/Pipeline/Messaging/NodeAddedMessage.hpp

0 commit comments

Comments
 (0)