Skip to content
Snippets Groups Projects
  1. Feb 08, 2022
  2. Jan 10, 2022
  3. Jan 06, 2022
  4. Dec 06, 2021
  5. Nov 24, 2021
  6. Nov 04, 2021
  7. Sep 24, 2021
  8. Jul 05, 2021
  9. May 21, 2021
  10. May 17, 2021
  11. Apr 09, 2021
  12. Feb 18, 2021
  13. Feb 16, 2021
  14. Feb 10, 2021
  15. Feb 03, 2021
  16. Jan 21, 2021
  17. Jan 04, 2021
  18. Nov 26, 2020
  19. Oct 19, 2020
  20. Oct 13, 2020
  21. Sep 24, 2020
    • Andre Maroneze's avatar
      [Kernel] replace do_iterate with is_reconfigurable · 1f3fc9c6
      Andre Maroneze authored and Julien Signoles's avatar Julien Signoles committed
      Allows iterating through _all_ plugin options, while keeping same list of
      options for the GUI.
      
      Typed parameters have two extra fields:
      - visible: must be synchronized with the Cmdline.visible field;
      - reconfigurable: to be shown in the GUI's "Analyses" panel.
      
      iter_on_plugins (and fold_on_plugins) operate over all plugin options
      1f3fc9c6
  22. Sep 18, 2020
  23. Sep 10, 2020
    • Virgile Prevosto's avatar
      [kernel] add support in the AST to identify check-and-forget annotations · 3486b24d
      Virgile Prevosto authored
      this is a generalization of `check` vs. `assert` to other annotations. Not all
      annotations are relevant though. Currently, there are more annotation nodes in
      the AST that can have a flag `{ tp_only_check }` than was deemed useful in
      pub/frama-c#25, but said flag can in fact safely be ignored. Moreover, this
      commit only add this flag in the AST, but provides no further mean to set it to
      true except for the original `check` keyword (i.e. on `AAssert`). The parser
      and the behavior of the plugins that can handle the flag will be updated in
      subsequent commits
      3486b24d
  24. Jul 27, 2020
  25. Jun 16, 2020
  26. May 19, 2020
  27. May 07, 2020
  28. Apr 27, 2020
  29. Apr 22, 2020
Loading