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
b745740f
Commit
b745740f
authored
2 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Add CHANGELOG entry
parent
9f594123
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1247
Export targets under custom namespaces (Dune:: by default)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
with
10 additions
and
0 deletions
CHANGELOG.md
+
10
−
0
View file @
b745740f
...
...
@@ -52,12 +52,22 @@ In order to build the DUNE core modules you need at least the following software
## Build System
-
The function
`dune_add_library(<lib> ...)`
now requires to provide
`EXPORT_NAME`
or
`NO_EXPORT`
.
The exported target will be under the
`Dune::`
namespace with the provided export name.
We recommend to choose an export name with a camel title case matching your
library name (e.g.,
`Common`
,
`ISTL`
, and
`MultiDomainGrid`
will be exported as
`Dune::Common`
,
`Dune::ISTL`
, and
`Dune::MultiDomainGrid`
).
_Warning:_ Both
`<lib>`
and
`Dune::${EXPORT_NAME}`
are currently exported. Keep in mind that:
*
Libraries that _consume_
`Dune::${EXPORT_NAME}`
will only be forward compatible with Dune 2.10.
*
Libraries that _consume_
`<lib>`
will be supported until compatibility with Dune 2.10 is not required anymore.
-
Remove the
`ALLOW_CXXFLAGS_OVERWRITE`
configure option. The
`CXXFLAGS`
overload is still turned on for the JIT compiled Python modules. See the
description of the MR
https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1251
for more details on how to use this feature in the source modules and on
some new feature.
-
Remove deprecated
`add_directory_test_target`
function.
-
Do not overwrite the
`add_test`
cmake function with an error message.
...
...
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