- Feb 21, 2024
-
-
- Feb 16, 2024
-
-
Virgile Prevosto authored
[Kernel] allow parsing of enums with attributes See merge request frama-c/frama-c!4487
-
Allan Blanchard authored
Allows to compile and execute in bytecode without WP See merge request frama-c/frama-c!4408
-
- Feb 14, 2024
-
-
Loïc Correnson authored
Resolve "Statement associé à une identified_property" Closes #569 See merge request frama-c/frama-c!4457
-
Loïc Correnson authored
[Ivette] Fixes Studia search mode, which can accept any marker. See merge request frama-c/frama-c!4491
-
Thibault Martin authored
-
- Feb 13, 2024
-
-
Allan Blanchard authored
[wp] Tactics of the TIP See merge request frama-c/frama-c!4424
-
- Feb 09, 2024
-
-
David Bühler authored
-
- Feb 08, 2024
-
-
Loïc Correnson authored
Ivette : modification of the structure of FieldState See merge request frama-c/frama-c!4488
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Remi Lazarini authored
-
Remi Lazarini authored
-
Remi Lazarini authored
-
Loïc Correnson authored
-
Thibault Martin authored
[Kernel] support limited version of 'weak' function attribute See merge request frama-c/frama-c!4088
-
This attribute is used by some STM32 compilers to allow function definitions to be overridden by other function definitions. Mergecil does not (easily) allow removing a previous existing definition to override with a new one (undoing the former), but we can detect it and ask the user to change the order of sources in the command line. In practice, this is sufficient for some case studies.
-
-
-
Loïc Correnson authored
clean SVG files See merge request frama-c/frama-c!4431
-
Loïc Correnson authored
Ivette : Refacto button fold/unfold ASTview.tsx See merge request frama-c/frama-c!4445
-
Remi Lazarini authored
-
- Feb 06, 2024
-
-
Andre Maroneze authored
This syntax is authorized by GCC/Clang and used in some libraries, such as glib. For now, we simply discard these attributes with a warning, since the examples found so far are currently useless for Frama-C (e.g. 'deprecated').
-
Andre Maroneze authored
-
- Feb 05, 2024
-
-
Allan Blanchard authored
Merge fixes from Nickel See merge request frama-c/frama-c!4482
-
Loïc Correnson authored
-
Allan Blanchard authored
[opam] bump minimal zarith version to 1.9 See merge request frama-c/frama-c!4486
-
Allan Blanchard authored
[dev] allow spaces in file names See merge request frama-c/frama-c!4472
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
-
Loïc Correnson authored
-
Loïc Correnson authored
Ivette : Field, label html en Label JSX See merge request frama-c/frama-c!4479
-
Andre Maroneze authored
[Lexer] Handling unsupported types See merge request frama-c/frama-c!4478
-
Loïc Correnson authored
Handling GMP overflow in `power_int_positive_int` Closes #414 See merge request frama-c/frama-c!4464
-
Loïc Correnson authored
[wp] fix prover selection See merge request frama-c/frama-c!4484
-
Andre Maroneze authored
-
Now, the lexer will produce a nice error message for _Decimal32, _Decimal64, __int128 and __uint128_t.
-