Skip to content
Snippets Groups Projects
  1. Oct 15, 2024
  2. Oct 14, 2024
  3. Oct 04, 2024
  4. Oct 01, 2024
  5. Sep 27, 2024
  6. Sep 24, 2024
  7. Aug 26, 2024
  8. Aug 13, 2024
    • Dietrich Rothe's avatar
      feat: data validity propagation configurable via special tag · 999a7a58
      Dietrich Rothe authored and Dietrich Rothe's avatar Dietrich Rothe committed
      * most useful with StatusOutputs, where automatic propagation of
        'data invalid' status is often not wanted
      * Change default behavior of StatusOutput and StatusWithMessage.
        By default, they no longer propagate DataValidity=invalid of owning module.
        They still propage DataValidity=invalid of explicitly set for the output.
      * Adapt test of DataValidity propagation for StatusOutput
      * Adapt test of StatusMonitor to new StatusOutput behaviour
      999a7a58
    • Dietrich Rothe's avatar
      feat: negated tags · 223f843b
      Dietrich Rothe authored and Dietrich Rothe's avatar Dietrich Rothe committed
      "!sometag" is a negated tag which annihilates with "sometag"
      negated tags can be added like normal tags, and are used to remove their counterparts
      223f843b
  9. Jul 19, 2024
  10. Jul 16, 2024
  11. May 15, 2024
  12. Mar 15, 2024
  13. Jan 16, 2024
  14. Jan 15, 2024
    • Martin Christoph Hierholzer's avatar
      fix: use after free · dba39544
      Martin Christoph Hierholzer authored
      ProcessVariableProxy::removeNode() was effectively taking a reference to
      a shared pointer as an argument and is removing the same (effective)
      shared pointer from a list. This poses a problem if the reference passed
      points to the list directly and is the last shared pointer to this
      object so it gets freed, because removeNode() is accessing the object
      after removing it from the list.
      dba39544
  15. Nov 23, 2023
  16. Oct 10, 2023
  17. Oct 04, 2023
  18. Sep 26, 2023
  19. Sep 25, 2023
  20. Sep 21, 2023
  21. Sep 19, 2023
  22. Aug 18, 2023
  23. Aug 08, 2023
  24. Jul 07, 2023
  25. Jun 14, 2023
  26. Jun 13, 2023
  27. May 16, 2023
  28. May 12, 2023
Loading