- Mar 30, 2023
-
-
-
-
-
Allan Blanchard authored
[ACSL] Type var of polymorphic inductives are not in scope in cases anymore See merge request frama-c/frama-c!4143
-
- Mar 29, 2023
-
-
Virgile Prevosto authored
-
Maxime Jacquemin authored
[Ivette] Improves editor scrolling in SourceCode and ASTview. See merge request frama-c/frama-c!4138
-
- Mar 28, 2023
-
-
David Bühler authored
[ivette] refactor useSyncArray See merge request frama-c/frama-c!4127
-
-
-
David Bühler authored
[Dive] Rewrites the conversion of graphs to json. See merge request frama-c/frama-c!4130
-
Valentin Perrelle authored
-
Valentin Perrelle authored
-
David Bühler authored
[Eva] Fixes the registered cvalue initial state for functions. See merge request frama-c/frama-c!4139
-
David Bühler authored
On calls to Frama_C_show_each directives, the current cvalue state was added as initial state of the current function instead of Frama_C_show_each. As there is no need to register initial states of such directives anyway, this commit simply removes this erroneous registration.
-
Allan Blanchard authored
[doc] add Landmarks profiling instructions for external plug-ins See merge request frama-c/frama-c!4128
-
Allan Blanchard authored
add headache config for default dune workspace file See merge request frama-c/frama-c!4129
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Mar 27, 2023
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[gui] remove GTK2 support Closes #1166 See merge request frama-c/frama-c!4111
-
Patrick Baudin authored
fixes menhir warnings See merge request frama-c/frama-c!4125
-
Loïc Correnson authored
[wp] fix internal doc of smoke-tests See merge request frama-c/frama-c!4137
-
David Bühler authored
Scroll to center selected element, but only if it is not already visible.
-
David Bühler authored
-
Allan Blanchard authored
-
Loïc Correnson authored
-
Loïc Correnson authored
[Ivette] ASTview: adds a contextual menu entry 'copy to clipboard'. See merge request frama-c/frama-c!4135
-
- Mar 24, 2023
-
-
David Bühler authored
-
David Bühler authored
-
Loïc Correnson authored
[server] Marker attributes: the position is an option, as it can be unknown. See merge request frama-c/frama-c!4133
-
David Bühler authored
Fixes a bug of the SourceCode component where the view is empty on markers with unknown position, for instance on type markers. Now, when selecting a type marker, the view displays the top of the current function, which is not perfect, but better.
-
- Mar 23, 2023
-
-
Andre Maroneze authored
[ivette] fix synchro in useSyncArray See merge request frama-c/frama-c!4126
-
Loïc Correnson authored
[Ivette] Dome sidebar: makes section headers sticky. See merge request frama-c/frama-c!4131
-
Loïc Correnson authored
[Ivette] Improves function filtering in the left sidebar See merge request frama-c/frama-c!4132
-
Allan Blanchard authored
-
Virgile Prevosto authored
-
David Bühler authored
If the selected function does not satisfy the current filter, do not display it.
-
David Bühler authored
Adds filters for intern or extern functions. Adds the possibility to see only undefined functions or functions unreached by the Eva analysis.
-
David Bühler authored
Also uses Kernel_function.is_in_libc.
-
David Bühler authored
-