Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
pub
frama-c
Commits
c76a2299
Commit
c76a2299
authored
9 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[doc] document explicit dependencies on Value-based plug-ins
parent
40103f30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Changelog_detailed.md
+16
-1
16 additions, 1 deletion
Changelog_detailed.md
with
16 additions
and
1 deletion
Changelog_detailed.md
+
16
−
1
View file @
c76a2299
...
@@ -3,6 +3,21 @@ of Frama-C. It is intended for developers only. For a summary of all changes,
...
@@ -3,6 +3,21 @@ of Frama-C. It is intended for developers only. For a summary of all changes,
please refer to Changelog.
please refer to Changelog.
*
Changes between Sodium and Magnesium
*
Changes between Sodium and Magnesium
**
Use of Value-based plug-ins:
In case your plug-in programmatically uses one of the following plug-ins
(even through Db):
Value, Metrics, Occurrence, From, Users, Constant_Propagation, Inout,
Impact, Pdg, Scope, Sparecode, Slicing
You must add the following line in your plug-in Makefile:
PLUGIN_DEPENDENCIES:=
<plug-ins
list
>
For instance, if you depend on Value, Pdg and Slicing, you must write:
PLUGIN_DEPENDENCIES:=Value Pdg Slicing
**
Callgraph Access
**
Callgraph Access
In Sodium, there were three different callgraph implementations:
In Sodium, there were three different callgraph implementations:
-
module Callgraph
-
module Callgraph
...
@@ -20,7 +35,7 @@ please refer to Changelog.
...
@@ -20,7 +35,7 @@ please refer to Changelog.
Db.Semantic_callgraph to the new API, but you have to add the following line
Db.Semantic_callgraph to the new API, but you have to add the following line
to your plug-in Makefile to get an access to the API:
to your plug-in Makefile to get an access to the API:
PLUGIN_DEPENDENCIES:=Callgraph
PLUGIN_DEPENDENCIES:=Callgraph
<possibly
other
dependencies
>
*
Changes between Oxygen and Fluorine
*
Changes between Oxygen and Fluorine
**
Removal of rooted_code_annotation
**
Removal of rooted_code_annotation
...
...
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