Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex W.
VTK
Commits
75ed96f4
Commit
75ed96f4
authored
5 years ago
by
Sujin Philip
Browse files
Options
Downloads
Patches
Plain Diff
Update MomentInvariants remote module
parent
b2c39d30
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMake/CTestCustom.cmake.in
+4
-4
4 additions, 4 deletions
CMake/CTestCustom.cmake.in
Remote/MomentInvariants.remote.cmake
+1
-1
1 addition, 1 deletion
Remote/MomentInvariants.remote.cmake
with
5 additions
and
5 deletions
CMake/CTestCustom.cmake.in
+
4
−
4
View file @
75ed96f4
...
...
@@ -82,6 +82,10 @@ if (NOT cdash_show_third_party_warnings)
# Suppress ThirdParty source code from displaying warnings.
"[Tt]hird[Pp]arty"
# Suppress Remote module source code from displaying warnings.
# Suppress modules individually as just "Remote" is a common pattern
"[Rr]emote/[Mm]oment[Ii]nvariants"
# sometimes we use system third party headers with issues
# in this case liblas
"include/liblas"
...
...
@@ -110,10 +114,6 @@ if (NOT cdash_show_third_party_warnings)
# boost uses internally. An example for you template fans is
# /source/Infovis/BoostGraphAlgorithms/Testing/Cxx/TestBoostAdapter.cxx:221:47: warning: '*((void*)(& ei)+32).__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, boost::property<boost::edge_index_t, unsigned int> >*, std::vector<boost::detail::stored_edge_property<long unsigned int, boost::property<boost::edge_index_t, unsigned int> >, std::allocator<boost::detail::stored_edge_property<long unsigned int, boost::property<boost::edge_index_t, unsigned int> > > > >::_M_current' may be used uninitialized in this function [-Wmaybe-uninitialized]
"[Bb]oost[Gg]raph.*edge_property.*may be used uninitialized"
# disable warnings for 'dfftlib' which is part of the Remote Module "MomentInvariants".
"MomentInvariants/dfftlib"
"MomentInvariants.* marked as __forceinline not inlined"
)
endif ()
...
...
This diff is collapsed.
Click to expand it.
Remote/MomentInvariants.remote.cmake
+
1
−
1
View file @
75ed96f4
...
...
@@ -5,5 +5,5 @@
vtk_fetch_module
(
MomentInvariants
"MomentInvariants filter"
GIT_REPOSITORY https://gitlab.kitware.com/vtk/MomentInvariants.git
GIT_TAG
1f4e4b925b2dbe8dfc741d556c542508299a0427
GIT_TAG
80069c5d964dfa1cf958709dc5b6b5939d3fc69c
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment