Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various sonar cleanups
[simgrid.git] / src / mc / api / State.cpp
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-09 mlaurentClang format over some mc files
2023-11-09 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-09 mlaurentDiscard the wakeup tree when ODPOR reaches a disabled...
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Martin QuinsonSimply rewrap comments and reindent, no real change
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 mlaurentAdd some debug info
2023-11-06 Martin QuinsonODPOR: more verbose message on assertion failure
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 Arnaud GierschRespect coding style for boolean operators.
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-26 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-06-24 Martin Quinsonsleep sets are not an option in MC. We always need...
2023-06-07 Martin QuinsonMerge branch 'master' into 'master'
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 mlaurentUse xbt::random instead of rand and srand
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 mlaurentFix few typos and add random seed intializer
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-01 Maxwell PirtleIntroduce ODPOR integration with multiple actions
2023-05-30 Maxwell PirtleFix subtle bug in ~_E computation
2023-05-26 Maxwell PirtleFix subtle bug in Execution regeneration in DFSExplorer
2023-05-25 Maxwell PirtleKeep pointers to transitions instead of slices
2023-05-25 Maxwell PirtleFix two minor bugs in the ODPOR implementation
2023-05-23 Maxwell PirtleAdd first round of execution independence tests
2023-05-17 Maxwell PirtleAdd first "working" version of ODPOR
2023-05-16 mlaurentAdd some strategies and fix the semantics of Max/MinMatch
2023-05-16 Maxwell PirtleAdd explicit ODPOR clean-up phase to DFSExplorer
2023-05-16 Maxwell PirtleAdd ODPOR "backtracking" logic
2023-05-16 Maxwell PirtleAdd ODPOR extension computation (lines 4-6)
2023-05-16 Maxwell PirtleAdd ODPOR race detection phase rough-draft
2023-05-16 Maxwell PirtleAdd boolean check for wakeup tree initialization
2023-05-16 Maxwell PirtleAutomatically remove nodes from parents
2023-05-16 Maxwell PirtleAdd tree pruning/subtree methods to State
2023-05-16 Maxwell PirtleAdd skeleton for expansion phase of ODPOR
2023-05-12 Maxwell PirtleMove SDPOR core computation into a method
2023-05-12 Maxwell PirtleAdd initial outline of SDPOR implementation
2023-05-10 Martin QuinsonMC: Kill the now useless code State::get_recipe
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-05 Arnaud GierschMisc Sonar issues.
2023-04-27 Martin QuinsonLazily compute the recipe of a state, on need only
2023-04-27 Martin QuinsonMore automatic memory mgmt in MC
2023-04-27 Martin QuinsonMC: give each state an incoming transition too
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-14 Martin QuinsonMore defensive programing style
2023-04-11 Arnaud GierschPointer and reference should be "const" if the correspo...
2023-04-11 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-05 Maxwell PirtleIntermediate commit to prove that UDPOR functions
2023-04-04 Arnaud GierschAn integer seems good enough to handle priorities,...
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 mlaurentTry to copy penalties correctly
2023-03-31 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-31 mlaurentTemporary fixes
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-30 mlaurentRename guide as strategy and fix counter-example displa...
2023-03-30 mlaurentReplace state copy with recipe: list of transition...
2023-03-27 mlaurentNow handle random transition and multiple times transitions
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-24 Arnaud GierschDelete redundant blank lines at the start of a code...
2023-03-24 mlaurentAdd copy constructor to state, so we can backtrack...
2023-03-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonFix some easy sonar smells
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-21 mlaurentfix order of execute_next calls
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-20 mlaurentadd wait guide and mofidication for the heuristic compu...
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentBases for wait distance guide
2023-03-18 Martin QuinsonMerge branch 'master' into 'master'
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentReplace todo direct access with consider methods; guide...
2023-03-18 mlaurentBasicGuide handle next_transition if asked to
2023-03-18 mlaurentAdd GuidedState abstract class; move ActorState management
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-17 Martin QuinsonMove handle_simcall from ModelChecker to RemoteApp
2023-03-17 Martin QuinsonMerge branch 'master' into 'master'
2023-03-17 mlaurentAdd reference to parent state: only use this creation...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
2023-03-12 Martin Quinsonmove wait_for_requests() from ModelChecker to RemoteApp
next