Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Core Modules
dune-common
Commits
8ad4b11b
Commit
8ad4b11b
authored
9 months ago
by
Simon Praetorius
Committed by
Santiago Ospina De Los Ríos
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Undo some source changes unrelated to the MR
parent
4eab3363
No related branches found
No related tags found
2 merge requests
!1470
Fix wrong variable name to make target hash (2.10)
,
!1355
Provide a cmake utility dune_default_include_directories
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dune/common/simd/test/CMakeLists.txt
+0
-1
0 additions, 1 deletion
dune/common/simd/test/CMakeLists.txt
dune/common/test/CMakeLists.txt
+1
-1
1 addition, 1 deletion
dune/common/test/CMakeLists.txt
dune/common/test/concepts.cc
+0
-0
0 additions, 0 deletions
dune/common/test/concepts.cc
with
1 addition
and
2 deletions
dune/common/simd/test/CMakeLists.txt
+
0
−
1
View file @
8ad4b11b
...
...
@@ -60,7 +60,6 @@ dune_add_test(NAME standardtest
SOURCES
${
DUNE_INSTANCE_GENERATED
}
LINK_LIBRARIES dunecommon
)
# no need to install standardtest.hh, used by standardtest*.cc only
...
...
This diff is collapsed.
Click to expand it.
dune/common/test/CMakeLists.txt
+
1
−
1
View file @
8ad4b11b
...
...
@@ -82,7 +82,7 @@ dune_add_test(SOURCES concept.cc
LINK_LIBRARIES dunecommon
LABELS quick
)
dune_add_test
(
SOURCES concepts
test
.cc
dune_add_test
(
SOURCES concepts.cc
LINK_LIBRARIES dunecommon
LABELS quick
)
...
...
This diff is collapsed.
Click to expand it.
dune/common/test/concepts
test
.cc
→
dune/common/test/concepts.cc
+
0
−
0
View file @
8ad4b11b
File moved
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