- Mar 05, 2021
-
-
Allan Blanchard authored
[libc] ensure bool, true and false are not macros when in C++ mode See merge request frama-c/frama-c!3093
-
Allan Blanchard authored
[makefile] fixes ocamlfind warning about missing -thread See merge request frama-c/frama-c!3092
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Mar 03, 2021
-
-
Andre Maroneze authored
[kernel] Removed deprecated ACSL extension registration API See merge request frama-c/frama-c!3087
-
- Mar 01, 2021
-
-
Andre Maroneze authored
[Eva] Changes the type and registration of builtins See merge request frama-c/frama-c!3077
-
Allan Blanchard authored
-
Allan Blanchard authored
[wp] testing new cfg Closes pub/frama-c#49 and #259 See merge request frama-c/frama-c!3057
-
Allan Blanchard authored
-
- Feb 26, 2021
-
-
Loïc Correnson authored
Supports nullable pointers in context See merge request frama-c/frama-c!3078
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Feb 25, 2021
-
-
Basile Desloges authored
[eacsl] Fix use of E-ACSL with `-no-frama-c-stdlib` See merge request frama-c/frama-c!3083
-
Basile Desloges authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Allan Blanchard authored
Resolve "[wp] partial inits" Closes #1029 See merge request frama-c/frama-c!3085
-
- Feb 24, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Basile Desloges authored
If the Frama-C libc is used, then include `__fc_alloc_axiomatic.h`, otherwise redeclare the axiomatics from this file. In the redeclared axiomatics, use `SIZE_MAX` instead of `__FC_SIZE_MAX` in E-ACSL specification since the Frama-C libc will not be available to define this constant.
-
Basile Desloges authored
-
Basile Desloges authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Julien Signoles authored
[eacsl] Update changelog See merge request frama-c/frama-c!3082
-
Basile Desloges authored
-
- Feb 23, 2021
-
-
Basile Desloges authored
[eacsl] Fix `__e_acsl_globals_clean()` Closes e-acsl#145 See merge request frama-c/frama-c!3068
-
Basile Desloges authored
-
Basile Desloges authored
The `__eacsl_globals_clean()` global function is only created if there are globals variables. A `return;` statement is added at the end of the function to satisfy Frama-C invariants.
-
Basile Desloges authored
[eacsl] Look for Frama-C in more places in wrapper script See merge request frama-c/frama-c!3064
-
Basile Desloges authored
The `e-acsl-gcc.sh` only looked for the Frama-C executable in the `$PATH`. This commit updates the search for Frama-C to be able to detect the binary if installed in a folder not added to the path, or if running the script from the development sources.
-
Loïc Correnson authored
-