- Feb 03, 2025
-
-
-
-
David Bühler authored
[kernel] Indicates message truncation, and only truncate messages on terminal. Closes #1244 See merge request frama-c/frama-c!4911
-
David Bühler authored
-
David Bühler authored
(Messages emitted via Log.printf are never truncated.)
-
David Bühler authored
Rich_text: do not silently truncate buffers, but export function [truncate]. Log: uses [Rich_text.truncate] on messages printed on terminal, and prefix truncated messages to indicate the truncation.
-
- Feb 01, 2025
-
-
Allan Blanchard authored
[ci] Change scale of coverage See merge request frama-c/frama-c!4917
-
- Jan 31, 2025
-
-
Basile Desloges authored
Keep 4 decimal digits for the coverage to better see changes in the mountain of code.
-
Andre Maroneze authored
[Kernel] ignore unsupported attributes to avoid warnings See merge request frama-c/frama-c!4869
-
Thibault Martin authored
Feature/martin/kernel/use record for types See merge request frama-c/frama-c!4842
-
Thibault Martin authored
-
Thibault Martin authored
-
Thibault Martin authored
Add a record with 2 fields : tnode and tattr
-
David Bühler authored
[Eva] Replaces environment variable FRAMA_C_MEMORY_FOOTPRINT by an Eva parameter -eva-cache-size See merge request frama-c/frama-c!4874
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
The new parameter is -eva-cache-size.
-
Andre Maroneze authored
-
- Jan 30, 2025
-
-
David Bühler authored
-
David Bühler authored
Also take a Hptmap_sig.cache_type argument instead of ~name and ~temporary. This is consistent with all other cached functions in hptmap.
-
Tristan Le Gall authored
[alias] take into account global variable definitions See merge request frama-c/frama-c!4727
-
Loïc Correnson authored
[lib] fix Json printer for N. See merge request frama-c/frama-c!4904
-
Loïc Correnson authored
-
Allan Blanchard authored
-
- Jan 29, 2025
-
-
Basile Desloges authored
[kernel] Fix typing of types in builtins Closes #1482 See merge request frama-c/frama-c!4902
-
Basile Desloges authored
-
Basile Desloges authored
The builtins `__builtin_types_compatible_p` and `__builtin_va_arg` need a type as argument. Frama-C converts them to an expression to be able to type the builtin call. This commit change the conversion in `cparser.mly` from a sizeof on the type to a cast with a marker indicating from which builtin the argument is coming from. This allows `cabs2cil` to type this expression differently than a regular cast or sizeof.
-
Allan Blanchard authored
-
- Jan 28, 2025
-
-
Basile Desloges authored
-
Andre Maroneze authored
[Dev] add Cram tests to 'make default-tests' and generalize nix cram testing See merge request frama-c/frama-c!4897
-
Allan Blanchard authored
[scripts] Remove unexisting git hashes in git-replace.sh See merge request frama-c/frama-c!4885
-
Allan Blanchard authored
[doc] Fix few odoc warnings See merge request frama-c/frama-c!4889
-
- Jan 27, 2025
-
-
Remi Lazarini authored
[Ivette] added doc Callgraph + added color in markdown iconTag + added markdown ledTag See merge request frama-c/frama-c!4873
-
-
-
David Bühler authored
-
-
-
-
Allan Blanchard authored
[nix] update commit See merge request frama-c/frama-c!4894
-