Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-xt
Commits
3bec6de1
Commit
3bec6de1
authored
3 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
Make clang-tidy work for dune-gdt
parent
f398816c
No related branches found
Branches containing commit
No related tags found
1 merge request
!94
Some more clang-tidy fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vcsetup
+1
-1
1 addition, 1 deletion
.vcsetup
cmake/modules/XtTooling.cmake
+10
-0
10 additions, 0 deletions
cmake/modules/XtTooling.cmake
with
11 additions
and
1 deletion
.vcsetup
@
194577ed
Compare
92db8869
...
194577ed
Subproject commit
92db88698cf7655caff87cc3d
7a
1
f3
f11ea5518c
Subproject commit
194577ed7
7af3
d15f11c898f00084c4b1458cd74
This diff is collapsed.
Click to expand it.
cmake/modules/XtTooling.cmake
+
10
−
0
View file @
3bec6de1
...
...
@@ -41,6 +41,16 @@ macro(ADD_TIDY)
dune_symlink_to_source_files
(
FILES .clang-tidy
)
message
(
STATUS
"adding tidy target"
)
set
(
BASE
${
PROJECT_SOURCE_DIR
}
/dune/xt/
)
file
(
GLOB_RECURSE
_files
"
${
BASE
}
/*.hh"
"
${
BASE
}
/*.h"
"
${
BASE
}
/*.cc"
"
${
BASE
}
/*.cxx"
"
${
BASE
}
/*.cpp"
"
${
BASE
}
/*.c"
)
set
(
BASE
${
PROJECT_SOURCE_DIR
}
/dune/gdt/
)
file
(
GLOB_RECURSE
_files
...
...
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