Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
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
pub
Frama-C Website
Merge requests
!155
25.0-Manganese release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
25.0-Manganese release
release/stable-25.0-manganese
into
master
Overview
3
Commits
2
Pipelines
2
Changes
34
Merged
François Bobot
requested to merge
release/stable-25.0-manganese
into
master
2 years ago
Overview
3
Commits
2
Pipelines
2
Changes
34
Expand
0
0
Merge request reports
Compare
master
version 1
eeaa6e6d
2 years ago
master (base)
and
latest version
latest version
1399e2e4
2 commits,
2 years ago
version 1
eeaa6e6d
1 commit,
2 years ago
34 files
+
137
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
34
Search (e.g. *.vue) (Ctrl+P)
_events/framac-25.0.md
0 → 100644
+
45
−
0
Options
---
layout
:
default
date
:
"
21-06-2022"
short_title
:
Frama-C 25.0 (Manganese)
title
:
Release of Frama-C 25.0 (Manganese)
link
:
/fc-versions/manganese.html
---
Frama-C 25.0 (Manganese) is out. Download it
[
here
](
/fc-versions/manganese.html
)
.
Main changes with respect to Frama-C 24 (Chromium) include:
#### Kernel
-
The experimental AST Diff module allows to compute difference between the AST
of two projects
-
significant changes in AST types that might break existing development
#### E-ACSL
-
add support for Linux's pthread concurrency
#### EVA
-
New public API to run the analysis and access its results, intended to replace the old API in Db.Value.
-
Improved multidim domain: it is now more precise and more robust, and is able to infer simple array invariants and disjunctive struct invariants.
#### WP
-
uses Why3 1.5.0
-
new supported ACSL features : decreases clause and general measures for variant and decreases
-
new tactics: Clear for hypothesis removal and ModMask for rewriting of mask and modulos
-
removed deprecated legacy WP engine and native prover output (always use Why3)
-
fixes loop invariant order and collect more hypotheses when proving them
#### Ivette (New Frama-C GUI)
We are introducing Ivette, a new GUI for Frama-C.
In this preliminary version, only EVA and some of its derived plug-ins are supported.
Build & install instructions are in
`ivette/INSTALL.md`
from the source tarball.
To try it, simply use
`ivette`
in replacement of
`frama-c-gui`
.
Your feedback is welcome.
Have fun !
Loading