Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: stop reading maxpid in memory, but ask it over the network instead
[simgrid.git] / src / mc / ModelChecker.cpp
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-03-12 Martin QuinsonOne use less of the global mc_model_checker
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschFix asserts for when received size is 0 (message type...
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-03-02 Arnaud GierschMessage is retrieved as an unsigned long (according...
2023-03-02 Arnaud GierschReplace memset(..., 0, ...) with zero-initialization.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-06 Martin QuinsonMove the dot_output global into ModelChecker
2022-08-03 Martin QuinsonMove the automaton from mc::api to Liveness. An ugly...
2022-08-02 Martin Quinsonlog_state has nothing to do in RemoteApp, it belongs...
2022-08-02 Martin QuinsonKill mc::api::get_remote_app()
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-07-31 Martin Quinsonsanitize things around FINALIZE_REPLY despite my lazine...
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-10 Arnaud GierschRemove spurious "using" declarations.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-03 Martin QuinsonDisplay a nice error message when ptrace is not usable
2022-02-28 Arnaud GierschOne less global variable: session_singleton.
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-24 Arnaud GierschFix segfault when exploration trace is empty.
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...
2022-02-19 Martin QuinsonMC: move a check_deadlock from ModelChecker to Session...
2022-02-19 Martin Quinsonkill ModelChecker::simcall_is_visible()
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...
2022-02-18 Martin QuinsonHave the application execute its transition before...
2022-02-16 Arnaud GierschUse C++ std::array (sonar).
2022-02-13 Martin Quinsonbetter name
2022-02-12 Martin QuinsonImplement TestAnyTransition
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-11 Martin QuinsonMC: one simplification step
2022-02-11 Martin QuinsonInline another stupid function
2022-02-11 Martin QuinsonStart moving classes into the mc/api directory
2022-02-11 Martin QuinsonFix builds with/without MC and with/without clang ...
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-07 Martin QuinsonFast path: don't check the dependency between null...
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-19 Arnaud GierschMissing includes.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-24 Arnaud GierschPass the real pointer to the englobing MC class for...
2021-04-22 Arnaud GierschUse type aid_t for actor ids.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschZero-initialize struct to avoid valgrind warnings.
2021-04-01 Martin QuinsonActor's ID should be a long, and should be named AID
2021-03-31 Arnaud GierschPtrace returns a long int.
2021-03-30 Arnaud Giersch[mc] Politely ask the model-checked application to...
2021-03-30 Arnaud Giersch[mc] Add an option to ask a model-checked application...
2021-03-30 Arnaud Giersch[mc] Use a basic message type for answering mc::Message...
2021-03-30 Arnaud Giersch[mc] Use existing ModelChecker::shutdown() on ModelChec...
2021-03-30 Arnaud Giersch[mc] Terminate crashing applications too.
2021-03-30 Arnaud GierschRemove function calls with side effects from xbt_assert.
2021-03-20 Martin QuinsonAdd ModelChecker::finalize_app(), but don't use it...
2021-03-14 Martin QuinsonGosh I hate the formating strings when size_t comes...
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonGive an explicit name to the session singleton
2021-03-14 Martin QuinsonInline a function
2021-03-14 Martin QuinsonDont pass as a parameter something that is already...
2021-03-14 Martin QuinsonKill some use of the mc_model_checker global variable
2021-03-14 Martin QuinsonRename model_checker->get_remote_simulation() into...
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-02 Arnaud GierschReduce code duplication.
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for mc::MessageType.
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-11-26 Ehsan AzimiMerge with simgrid/master
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Gierschstd::array...
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...
2020-11-25 Arnaud GierschOnce again, use sd::array instead of C-style arrays.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-20 Arnaud GierschMisc simplifications.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const pointers.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-05-25 Martin QuinsonMC: inline a function
2020-05-10 Martin QuinsonFix MC on FreeBSD
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-06 Martin QuinsonMC: actually remove the comm channel from RemoteClientM...
next