Skip to content

Changes

#3018 (Jun 16, 2024, 3:52:15 AM)

  1. ns3 v3.42 requires C++20 — Martin Quinson / detail

#3016 (Jun 14, 2024, 4:04:28 AM)

  1. [MC] Add a missing case for reversible race — Mathieu Laurent / detail

#3014 (Jun 12, 2024, 3:54:02 AM)

  1. [MC] Fix the reporting of correct execution by the BFS explorer — Mathieu Laurent / detail
  2. [MC] Add usefull info about a necessary fix when combining with BFS — Mathieu Laurent / detail
  3. [MC] Allow critical transition exploration with crashing application — Mathieu Laurent / detail

#3010 (Jun 8, 2024, 4:38:13 AM)

  1. fixes in jbod plugin — suter / detail
  2. revalidate tesh file — suter / detail
  3. make NetZoneImpl extendable — suter / detail
  4. add a function to retrieve all the NetZones in a platform (including the root zone) — suter / detail

#3007 (Jun 5, 2024, 4:31:53 AM)

  1. Move some doc from the .cpp file to the .hpp file so that doxygen finds it — Martin Quinson / detail

#2995 (May 24, 2024, 3:53:32 AM)

  1. Move code outside of the header file — Mathieu Laurent / detail
  2. Add debug info to DPOR algorithm — Mathieu Laurent / detail
  3. Add boolean information about correction of the state — Mathieu Laurent / detail
  4. Add pretty printer for ODPOR executions — Mathieu Laurent / detail
  5. Add a critical transition explorer to the SimGrid MC — Mathieu Laurent / detail
  6. Add the possibility to deactivate critical transition finder — Mathieu Laurent / detail
  7. Set verbosity down when looking for critical transition — Mathieu Laurent / detail
  8. Set deadlock test verbosity to low while looking for Gamma — Mathieu Laurent / detail
  9. Enhance logging of critical exploration — Mathieu Laurent / detail
  10. Revalidate tesh with critical transition exploration — Mathieu Laurent / detail
  11. Add critical transition files — Mathieu Laurent / detail
  12. Fix missing files after last MC update — Mathieu Laurent / detail
  13. Add no-location on verbose output because it's paltform dependent — Mathieu Laurent / detail
  14. Reindent, no real change — Martin Quinson / detail
  15. multiline log channels' description break our scripts — Martin Quinson / detail

#2994 (May 23, 2024, 3:52:19 AM)

  1. Give the MC a way to ask the app to not report deadlocks — Martin Quinson / detail
  2. Make sure this MC code compiles when MC is enabled, bummer — Martin Quinson / detail
  3. Revert "Give the MC a way to ask the app to not report deadlocks" (and its fixup) — Martin Quinson / detail
  4. Specify the expected app verbosity in each CheckerSide::check_deadlock() — Martin Quinson / detail

#2989 (May 18, 2024, 4:27:22 AM)

  1. Don't have the deprecated cmake option enable-maintainer-mode polute old trees for too long — Martin Quinson / detail
  2. Disable McMini tests when MC is disabled — Martin Quinson / detail

#2985 (May 14, 2024, 4:49:36 AM)

  1. refactor all things related to detached to Activity — suter / detail
  2. refactor all things related to detached to ActivityImpl — suter / detail
  3. add getter on detached_ — suter / detail
  4. Enabling detach() for Exec — suter / detail
  5. extend exec-async with a detached exec case — suter / detail
  6. Enabling detach() for I/O — suter / detail
  7. extend io-async with a detached read case — suter / detail

#2983 (May 12, 2024, 3:51:49 AM)

  1. properly update position — suter / detail
  2. release dependencies if no wait*() is called on a detached Comm with dependencies — suter / detail
  3. Have to keep piface alive while releasing dependencies — suter / detail
  4. Disable another MC test when MC is disabled — Martin Quinson / detail

#2977 (May 4, 2024, 3:55:33 AM)

  1. Rename something to make its intend clear — Martin Quinson / detail
  2. Give implementation files to MC strategies — Martin Quinson / detail

#2972 (Apr 29, 2024, 4:22:06 AM)

  1. Improving ability to track task instances in runtime — Martin Quinson / detail
  2. Added docs — Martin Quinson / detail
  3. Added the on_this_instance_completion cb — Martin Quinson / detail