- Sep 12, 2024
-
-
Andre Maroneze authored
When using symbolic links for plug-in directories (e.g. for testing external plug-ins), the '-L' flag (follow symbolic links) is necessary to avoid a syntax error in the script.
-
- Sep 11, 2024
-
-
Andre Maroneze authored
[kernel] Cabs2cil: fixes the alignement computation on packed directives. See merge request frama-c/frama-c!4746
-
Andre Maroneze authored
-
- uses the alignment of a field type instead of its size to compute the field alignement. - removes incorrect special case for flexible array members, introduced to circumvent a crash when computing their size. As we now use the alignment instead of the size, the crash no longer occurs. - merges the implementation of two similar cases (whether there are aligned field attributes or not).
-
Andre Maroneze authored
Feature/martin/test/pass all remaining args to dune See merge request frama-c/frama-c!4760
-
Andre Maroneze authored
Various libc improvements for better parsing of code seen in the wild See merge request frama-c/frama-c!4671
-
Thibault Martin authored
-
Thibault Martin authored
-
Thibault Martin authored
-
- Sep 10, 2024
-
-
Thibault Martin authored
[libc] add some C11, C23 and glibc headers/definitions See merge request frama-c/frama-c!4676
-
-
Thibault Martin authored
[cabs2cil] avoid crash in syntactically invalid code, switch with a double See merge request frama-c/frama-c!4758
-
Remi Lazarini authored
[Ivette] fix camelCase error for new hooks See merge request frama-c/frama-c!4759
-
Remi Lazarini authored
-
Andre Maroneze authored
-
Remi Lazarini authored
[Ivette] added the possibility of passing options to Graph See merge request frama-c/frama-c!4711
-
Virgile Prevosto authored
[tests] remove excessively large libc oracles to avoid conflicts See merge request frama-c/frama-c!4749
-
Remi Lazarini authored
-
Remi Lazarini authored
-
Remi Lazarini authored
[ivette] EvaForm : fix css See merge request frama-c/frama-c!4757
-
Remi Lazarini authored
-
Michele Alberti authored
[analysis-scripts] sync build.py with blug master See merge request frama-c/frama-c!4755
-
Andre Maroneze authored
[dev] remove obsolete scripts See merge request frama-c/frama-c!4722
-
- Sep 09, 2024
-
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
Remi Lazarini authored
[Ivette] add hook useFunctionFilter See merge request frama-c/frama-c!4699
-
Remi Lazarini authored
-
Remi Lazarini authored
[Ivette] Properties : add hook for menu filter + change DEFAULTS filters structure See merge request frama-c/frama-c!4736
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
Remi Lazarini authored
-
- Sep 06, 2024
-
-
Jan Rochel authored
[e-acsl] correctly handle negative integers generated by RTE Closes #1236 See merge request frama-c/frama-c!4745
-
Jan Rochel authored
[e-acsl] Logic_functions: fix arity confusion of generated functions See merge request frama-c/frama-c!4729
-
- Sep 03, 2024
-
-
Virgile Prevosto authored
Fix / clean Kernel_function.var_is_in_scope See merge request frama-c/frama-c!4735
-
-
Fix a bug where `Kernel_function.var_is_in_scope vi stmt` would return true if `stmt` was the defining statement for `vi` and the first statement of a block.
-
Jan Rochel authored
This fixes the pathological example from the previous commit by adding missing code to Gmp.Q.normalize_str that handles signs.
-