- Jun 04, 2020
-
-
David Bühler authored
The ASTinfo component clears the buffer when the selected marker changes and no data is provided (which happens when the marker is null).
-
Allan Blanchard authored
[Libc] add some specs and constants See merge request frama-c/frama-c!2508
-
- Jun 03, 2020
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Virgile Prevosto authored
Fix/andre/machdep macro no frama c stdlib See merge request frama-c/frama-c!2659
-
Virgile Prevosto authored
[Dev] script to check known working configuration See merge request frama-c/frama-c!2658
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Michele Alberti authored
[Ivette] New requests and new ivette component AST information See merge request frama-c/frama-c!2669
-
David Bühler authored
-
François Bobot authored
[wp] try to improve wp-qualif regressions See merge request frama-c/frama-c!2684
-
- Jun 02, 2020
-
-
Michele Alberti authored
-
David Bühler authored
[analysis-scripts] do not use reserved variable name FRAMAC_CONFIG See merge request frama-c/frama-c!2677
-
Loïc Correnson authored
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Virgile Prevosto authored
-
-
Loïc Correnson authored
[Eva] Test math_builtin: fixes the filter of floating-point values. See merge request frama-c/frama-c!2685
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
David Bühler authored
Properly filters the single-precision values of function acos/asin/atan. Also filters the last digit of some double precision values. This is a workaround to avoid oracle differences due to imprecisions of the system libc (on which the Eva math builtins rely).
-
Loïc Correnson authored
-
- May 29, 2020
-
-
Michele Alberti authored
-
David Bühler authored
The request returns the text to be displayed about the selected marker, instead of structured information to be parsed by the client.
-
Andre Maroneze authored
-
Andre Maroneze authored
[Eva] New builtins for trigonometric functions acos, asin and atan See merge request frama-c/frama-c!2678
-
Michele Alberti authored
-
Michele Alberti authored
-
Michele Alberti authored
-
-
Uses a synchronized array to get the kind of each marker. Only creates the menu on function varinfos.
-
Currently provided information: - marker kind; - kernel function of statements, lvalues and expressions; - type of lvalues and expressions; - size of types; - various information about varinfos.
-
Contains, for each created marker: - the kind of the marker; - if possible, a string identifying the marker for the end-user.
-
-
-