- Dec 17, 2021
-
-
David Bühler authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
# Conflicts: # ivette/package.json # ivette/src/dome/main/dome.ts # ivette/src/dome/main/menubar.ts # ivette/yarn.lock
-
Loïc Correnson authored
-
Loïc Correnson authored
Failing due to non-context aware native modules
-
Loïc Correnson authored
-
- Dec 16, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Dec 14, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Dec 13, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Dec 10, 2021
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Patrick Baudin authored
-
- Dec 09, 2021
-
-
Valentin Perrelle authored
[Variadic] Export Variadic.Options through the API See merge request frama-c/frama-c!3490
-
Valentin Perrelle authored
-
Maxime Jacquemin authored
[ivette] Improves values request and adds contextual menu to the values table. See merge request frama-c/frama-c!3454
-
Maxime Jacquemin authored
[ivette] Fixes global settings, and fixes some states on view changes. See merge request frama-c/frama-c!3443
-
Maxime Jacquemin authored
[ivette] Source code: selects the marker at the position of a left click. See merge request frama-c/frama-c!3424
-
-
Just some minor rewritting.
-
-
-
-
-
Adds a few comments.
-
The evaluation [v_before] is now mandatory in the getValues output. The getValues request now returns a record for each evaluation, containing: - the resulting value as a string; - the alarms emitted by the evaluation; - the variables pointed to by the value, if any. This list is also computed when the result is an offsetmap (for struct and arrays). Removes request [getPointedLvalues].
-
-
-
-
-
-
-
- Uses an event handler on "mousedown" instead of completely replacing the default behavior on a mouse click. - Avoids changing the cursor position because of the selection change due to a mouse click.
-
-