- Jan 23, 2020
-
-
David Bühler authored
This annotation sets the maximum number of subdivisions in the evaluation of expressions at a given statement.
-
David Bühler authored
Overrides the global option -eva-subdivide-non-linear for the given functions.
-
David Bühler authored
Prerequisite for new options or annotations to configure more finely the subdivisions. In partition.ml, the subdivisions are disabled. Other files always use the default value of subdivisions.
-
David Bühler authored
This new parameter [subdivnb] is optional, and the value of the global option -eva-subdivide-non-linear is used by default.
-
David Bühler authored
The maximal number of subdivisions is a new field of the context record for the forward evaluation functions, as it is also used when calling the oracle.
-
David Bühler authored
The valuation is no longer optional, as it should always be explicitly given for efficiency reasons. The order between arguments has also been made uniform (context, then valuation, then other arguments).
-
David Bühler authored
All forward evaluation functions use the same arguments without modifying them: - the current state of the abstract domain; - the remaining fuel; - the oracle. These arguments are now gathered into a context, which will facilitate the introduction of new similar arguments. Removes the reference for the oracle.
-
- Jan 22, 2020
-
-
David Bühler authored
Update release doc for branch creation See merge request frama-c/frama-c!2502
-
David Bühler authored
-
-
- Jan 20, 2020
-
-
Andre Maroneze authored
[Eva] Fixes Eval_typ.need_cast on non-scalar types. See merge request frama-c/frama-c!2507
-
Loïc Correnson authored
[libc] Don't keep needless pragmas when cplusplus is not activated. Closes #717 See merge request frama-c/frama-c!2504
-
David Bühler authored
[Libc] fix issue with undefined extern; restore GCC test with linking See merge request frama-c/frama-c!2501
-
David Bühler authored
-
- Jan 17, 2020
-
-
Virgile Prevosto authored
Fixes #717
-
Virgile Prevosto authored
[Libc] fix spec of strncpy Closes #767 See merge request frama-c/frama-c!2477
-
François Bobot authored
[wp] remove garbage files See merge request frama-c/frama-c!2422
-
François Bobot authored
[ptests] try to print stdout/stderr when EXECNOW fails See merge request frama-c/frama-c!2335
-
-
-
-
-
-
-
Virgile Prevosto authored
Use Filepath in Specific_dir module type Closes #776 See merge request frama-c/frama-c!2494
-
Michele Alberti authored
-
- Jan 16, 2020
-
-
Michele Alberti authored
-
Michele Alberti authored
-
- Jan 15, 2020
-
-
Andre Maroneze authored
Let Kernel take care of defining __FC_ASSERT_FILE See merge request frama-c/frama-c!2497
-
Andre Maroneze authored
-
Loïc Correnson authored
Removes compilation warnings with ocaml >= 4.08 See merge request frama-c/frama-c!2498
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
David Bühler authored
Avoids a compilation warning with ocaml >= 4.08.
-
Virgile Prevosto authored
-
François Bobot authored
[ci] ajout de la config dev à CI See merge request frama-c/frama-c!2484
-
François Bobot authored
-
Virgile Prevosto authored
-
- Jan 14, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-