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
18d6cd4e
Commit
18d6cd4e
authored
5 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Improve the changelog entry
parent
baa8d6c5
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!1470
Fix wrong variable name to make target hash (2.10)
,
!1355
Provide a cmake utility dune_default_include_directories
Pipeline
#74634
passed
5 months ago
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Pipeline: Dune Nightly Test
#74648
Pipeline: Dune Nightly Test
#74647
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
with
1 addition
and
1 deletion
CHANGELOG.md
+
1
−
1
View file @
18d6cd4e
...
...
@@ -9,7 +9,7 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
-
Change the way include directories are set in dune projects. OLD behavior: use
`include_directories`
in
`dune_project`
to
globally
set include dirs for
all targets
. NEW behavior: Provide a utility
in
`dune_project`
to set include dirs for
the current project
. NEW behavior: Provide a utility
`dune_default_include_directories`
to set include dirs on targets manually. Which behavior to
activate can be decided in each module by using the new dune policy
`DP_DEFAULT_INCLUDE_DIRS`
, which can be set
to
`OLD`
or
`NEW`
correspondingly.
...
...
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