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
3eaacb22
Commit
3eaacb22
authored
2 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Add a changelog entry
parent
a9cb8e74
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1207
Remove add_dune_all_flags from dune_add_test
Pipeline
#76999
waiting for manual action
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
with
5 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
3eaacb22
...
...
@@ -23,6 +23,11 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
`LABEL`
property to all tests created with
`dune_add_tests`
in that module. This
allows to run these tests with
`ctest -L <module>`
.
-
Change the behavior of
`dune_add_test`
: Do not add all package flags automatically. This new behavior
can be controlled by the new Dune policy
`DP_TEST_ADD_ALL_FLAGS`
. The
`dune_add_test`
macro is also
extended by the new option
`NO_ADD_ALL_FLAGS`
to deactivate the
`add_dune_all_flags`
call when the policy
is set to
`OLD`
.
## C++: Changelog
-
Add preprocessor macro
`DUNE_FORCE_INLINE`
as a portable attribute to force inlining of functions (if supported).
...
...
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