Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename mc::Checker to mc::Exploration as it defines an exploration algo
[simgrid.git] / src / mc / checker / SafetyChecker.cpp
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...
2022-02-19 Martin QuinsonMove another function of mc::api, to Transition
2022-02-19 Martin QuinsonMC: move a check_deadlock from ModelChecker to Session...
2022-02-19 Martin QuinsonEmpty a bit mc::api namespace
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-16 Arnaud GierschBlank lines (codefactor.io).
2022-02-13 Martin QuinsonImplement WaitAnyTransition
2022-02-12 Martin QuinsonImplement TestAnyTransition
2022-02-12 Augustin Degommefix build
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-02-11 Martin QuinsonMake sure that the last stack element is set when an...
2022-02-11 Martin QuinsonInline another stupid function
2022-02-11 Martin QuinsonStop copying transitions around since that would shorte...
2022-02-11 Martin QuinsonStart moving classes into the mc/api directory
2022-02-11 Martin QuinsonInline a function of mc::api
2022-02-11 Martin QuinsonPrepare to debug the depends
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-07 Martin QuinsonUnify the way we count expended states between checkers
2022-02-07 Martin QuinsonDefine and use a Transition::to_cstring()
2022-02-07 Martin QuinsonMove Transition::execute() to State::execute_next()
2022-02-07 Martin QuinsonMake State::transition_ private
2022-02-07 Martin QuinsonMove the selection of the next transition to execute...
2022-02-07 Martin QuinsonAutomatize the computation of executed_transitions_
2022-02-07 Martin QuinsonMove request_execute and request_to_string from api...
2022-02-07 Martin QuinsonKill a now unused parameter
2022-02-07 Martin QuinsonMC: Trade less use of executed_req for more network...
2022-02-07 Martin QuinsonMC: simplification: this function shall return a boolean
2022-02-06 Martin QuinsonMC: rely less on executed_req_ and more on observers
2022-02-05 Martin QuinsonWhat about not testing the dependencies of transitions...
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-02-05 Martin QuinsonMC: isend/irecv are not blocking
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2021-07-15 Martin QuinsonMC: warn the users when reaching max-depth with DPOR
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[mc] Enable finalize_app() in SafetyChecker.
2021-04-01 Arnaud GierschFix segfault with debug message.
2021-04-01 Martin Quinsonsnake_case some surviving camels
2021-03-20 Martin QuinsonAdd ModelChecker::finalize_app(), but don't use it...
2021-03-18 Martin QuinsonReorder the headers to ensure that ours are actually...
2021-03-14 Martin QuinsonGive an explicit name to the session singleton
2021-03-14 Martin QuinsonRemove more uses of the session global
2021-03-14 Martin QuinsonThe checker has the session and don't need the API...
2021-03-14 Martin QuinsonKill a file that was almost empty
2021-03-14 Martin QuinsonThe checker now have a reference to the session
2021-03-14 Martin QuinsonA checker don't need the mc::api to find itself
2021-03-09 Arnaud GierschMove check from checker side to app. side.
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Martin QuinsonThat was a nasty optimization :-/
2021-03-08 Martin QuinsonMC dependency: do the easy test before the harder one
2021-03-08 Martin QuinsonUse less of state->internal_req_ and more of state...
2021-03-06 Martin QuinsonMC: inline a function, kill a file
2021-03-04 Martin QuinsonSimplify mc::api a bit
2021-03-01 Arnaud GierschKill useless function.
2021-03-01 Arnaud GierschUse defined type alias.
2021-03-01 Martin QuinsonSet the textual representation of a transition before...
2021-02-28 Martin QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-25 eazimimc_api renamed to Api
2021-01-25 eazimisimcall_check_dependency() defined and implemented
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Martin QuinsonMerge pull request #371 from eazimi/master
2020-12-11 Ehsan AzimiCleanup!
2020-12-11 Ehsan AzimicreateSafetyChecker without Session argument
2020-12-11 Ehsan Azimiconstructor without Session argument
2020-12-11 Ehsan AzimiSession instance removed from Checker class
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Ehsan AzimiPull from simgrid/master and a subsequent merge with...
2020-12-08 Ehsan AzimiA Pull from simgrid/master and a subsequent merge
2020-12-04 Ehsan Azimipull from simgrid/master and a subsequent merge with...
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Ehsan Azimimc_api::s_initialize() renamed to mc_api::session_initi...
2020-12-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2020-12-01 Martin QuinsonMerge pull request #369 from eazimi/master
2020-12-01 Ehsan Azimimc_api::mc_dump_record_path() renamed to mc_api::dump_r...
2020-11-30 Ehsan Azimimore cleanups
2020-11-30 Ehsan Azimimcapi::s_restore_initial_state() renamed to mcapi:...
2020-11-30 Ehsan AzimiA little bit clean up, mc_api::s_log_state() renamed...
2020-11-30 Ehsan Azimimc_api::restore_state() is defined, it is used in Safet...
2020-11-27 Ehsan AzimiIntroduce mc::mc_api (pull request 1 -- #349)
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Ehsan Azimicall APIs from facade layer
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Ehsan AzimiMerge with simgrid/master
2020-11-26 Ehsan Azimiconflict with simgrid/master resolved
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud Giersch[pvs] Expression 'req' is always true.
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
next