- Jun 20, 2022
-
-
Patrick Baudin authored
Modernize HTML headers and set utf-8 encoding See merge request frama-c/frama-c!3803
-
David Bühler authored
[ivette] Specifications folding See merge request frama-c/frama-c!3725
-
David Bühler authored
-
David Bühler authored
-
-
It uses the builtin feature of CodeMirror to do so. There is several axes of improvement, but for now it should be enough.
-
Patrick Baudin authored
[Eva] update alternative test oracles See merge request frama-c/frama-c!3815
-
- Jun 17, 2022
-
-
Patrick Baudin authored
[E-ACSL] fixes c indentation See merge request frama-c/frama-c!3814
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Valentin Perrelle authored
[Inout] Records Inout results on all function calls for Eva. See merge request frama-c/frama-c!3812
-
David Bühler authored
Eva relies on the inout plugin to ensure that a function call has not modified the values of its concrete arguments, meaning that at the end of the call, the values of formal parameters can be backward propagated to the corresponding concrete arguments. This is useful when the values of some parameters have been reduced by the call, for instance by some preconditions. To this end, Eva uses the Inout callback Record_Inout_Callbacks from Db, but this callback was only applied by Inout for functions whose body is analyzed. This commit modifies Inout to also record its result through this callback on functions interpreted by a builtin or a specification, thus allowing a precise backward propagation of the values of formal parameters to concrete arguments in all cases.
-
Patrick Baudin authored
lint some files See merge request frama-c/frama-c!3809
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Loïc Correnson authored
[Wp] remove unused manual sections See merge request frama-c/frama-c!3807
-
Patrick Baudin authored
lint some files See merge request frama-c/frama-c!3808
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Jun 16, 2022
-
-
Andre Maroneze authored
-
Patrick Baudin authored
lint some files See merge request frama-c/frama-c!3806
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Virgile Prevosto authored
[kernel] fix \result type for ghost functions See merge request frama-c/frama-c!3778
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
- Jun 15, 2022
-
-
Allan Blanchard authored
[ci] downgrade ocamlfind See merge request frama-c/frama-c!3798
-
Allan Blanchard authored
-
- Jun 14, 2022
-
-
Virgile Prevosto authored
[Kernel] avoid recursion and fix layout of debug pretty-printers See merge request frama-c/frama-c!3784
-
Patrick Baudin authored
[hdrck] avoid double slashes when concatenating paths See merge request frama-c/frama-c!3795
-
Andre Maroneze authored
-