Skip to content
Snippets Groups Projects
Commit 72f7dce1 authored by David Bühler's avatar David Bühler
Browse files

Retroactively updates the Changelog for Ivette.

parent 2b1dbe9f
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ Open Source Release <next-release> ...@@ -22,6 +22,7 @@ Open Source Release <next-release>
Open Source Release 29.0 (Copper) Open Source Release 29.0 (Copper)
############################################################################### ###############################################################################
- Ivette [2024-05-03] Fix performance issues on large codebases.
- Kernel [2024-04-30] new warning category too-large-array, allowing to - Kernel [2024-04-30] new warning category too-large-array, allowing to
use array > SIZE_MAX by changing its status (default is error). use array > SIZE_MAX by changing its status (default is error).
- Eva [2024-04-26] Improve builtins memcpy, memmove and memset when - Eva [2024-04-26] Improve builtins memcpy, memmove and memset when
...@@ -40,6 +41,9 @@ o Kernel [2024-04-17] Remove deprecated funcs Extlib.string_{pre,suf}fix ...@@ -40,6 +41,9 @@ o Kernel [2024-04-17] Remove deprecated funcs Extlib.string_{pre,suf}fix
\base_addr. \base_addr.
-* Eva [2024-04-10] Fix a crash when running successive analyses using -* Eva [2024-04-10] Fix a crash when running successive analyses using
the -eva-domains-function parameter. the -eva-domains-function parameter.
- Ivette [2024-04-09] New notifications at the bottom-right of the main
window. Some components are highlighted in the bottom bar when
they are updated but are not currently visible.
- Kernel [2024-04-04] Avoid ambiguous pretty-printing when C labels match - Kernel [2024-04-04] Avoid ambiguous pretty-printing when C labels match
the name of an ACSL built-in label (fix #@1359) the name of an ACSL built-in label (fix #@1359)
-! Kernel [2024-04-02] Systematically abort when a function is redeclared -! Kernel [2024-04-02] Systematically abort when a function is redeclared
...@@ -52,9 +56,21 @@ o Kernel [2024-04-02] Annotations.{fold,iter}_behaviors now pass full ...@@ -52,9 +56,21 @@ o Kernel [2024-04-02] Annotations.{fold,iter}_behaviors now pass full
- Eva [2024-03-29] Reduce pointer values according to ACSL predicate - Eva [2024-03-29] Reduce pointer values according to ACSL predicate
valid_string and valid_read_string. valid_string and valid_read_string.
o! Kernel [2024-03-29] Refactor current location handling mechanism o! Kernel [2024-03-29] Refactor current location handling mechanism
o Ivette [2024-03-29] Upgrade to node 20 and electron 28. Use vite instead
of webpack. Upgrade many dependencies.
- Ivette [2024-03-28] In the Eva values table, show values before/after
statements with annotation, as values can be reduced after them.
- Ivette [2024-03-26] Add feedback when the user requests the evaluation
of a custom term.
- Kernel [2024-03-26] Introduce \plugin:: prefix for ACSL extensions, - Kernel [2024-03-26] Introduce \plugin:: prefix for ACSL extensions,
unknown extensions can be safely ignored when the plug-in that unknown extensions can be safely ignored when the plug-in that
handles them is not available handles them is not available
- Ivette [2024-03-20] Add shortcut to select next/previous tab.
- Ivette [2024-03-14] Complete redesign of the main view. Components and
views can be selected in the left sidebar (the right sidebar has
been removed). The top bar contains tabs of the currently selected
views. Components can be docked in the bottom bar, to be shown or
hidden on a simple click.
-* Variadic [2024-03-07] Make sure that generated functions have fresh names -* Variadic [2024-03-07] Make sure that generated functions have fresh names
o! Kernel [2024-03-07] More coherent naming of functions determining if a o! Kernel [2024-03-07] More coherent naming of functions determining if a
symbol is a Frama-C built-in. symbol is a Frama-C built-in.
...@@ -71,6 +87,8 @@ o! Kernel [2024-01-29] Db is now mostly empty, the only remaining value is ...@@ -71,6 +87,8 @@ o! Kernel [2024-01-29] Db is now mostly empty, the only remaining value is
Db.Main.extend which is deprecated and replaced by Db.Main.extend which is deprecated and replaced by
Boot.Main.extend. Features related to asynchronous interactions Boot.Main.extend. Features related to asynchronous interactions
are now handled in module Async are now handled in module Async
- Ivette [2023-11-24] Global variables and types are listed in the sidebar.
Global variables can be filtered according to some criteria.
############################################################################### ###############################################################################
Open Source Release 28.1 (Nickel) Open Source Release 28.1 (Nickel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment