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
aa1526b9
Commit
aa1526b9
authored
2 years ago
by
Carsten Gräser
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add changelog entry about constexpr constructors of FieldMatrix and FieldVector
parent
6f3f0d76
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1234
Make Field(Matrix|Vector) constructor from initializer_list constexpr
Pipeline
#60609
passed
2 years ago
Stage: .pre
Stage: test
Stage: downstream
Pipeline: Dune Nightly Test
#60612
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
with
2 additions
and
0 deletions
CHANGELOG.md
+
2
−
0
View file @
aa1526b9
...
...
@@ -8,6 +8,8 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
## Dependencies
In order to build the DUNE core modules you need at least the following software:
-
The construction of
`FiedlMatrix`
and
`FieldVector`
from
`std::initializer_list`
is now
`constexpr`
.
-
C++ compilers LLVM Clang >= 10 or GCC g++ >= 9
-
CMake >= 3.13
-
Optional: pkg-config to find other optional dependencies
...
...
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