Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / mc / remote / AppSide.cpp
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud GierschCosmetics: don't talk about ActorIDTrait if it's not...
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-09 Martin QuinsonSimplify the parameter passing while initializing the...
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-28 Arnaud GierschPut message handling in its own method (avoid nested...
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-19 Martin Quinsonkill ModelChecker::simcall_is_visible()
2022-02-18 Martin QuinsonHave the application execute its transition before...
2022-02-16 Arnaud GierschUse C++ std::array (sonar).
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin QuinsonFix MC gcc builds :(
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonBetter fix for the security warning from sonar: hide...
2022-02-11 Martin QuinsonNo need to save the observers on the App side now that...
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-07 Martin QuinsonMC: Trade less use of executed_req for more network...
2022-02-06 Martin Quinsonnardin clang (fix clang MC builds)
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-02-05 Martin QuinsonMC: isend/irecv are not blocking
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 Augustin DegommeRevert "Fix for clang 14: new check was added against...
2021-08-23 Augustin DegommeFix for clang 14: new check was added against substract...
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-01 Arnaud GierschPrefer std algorithms.
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-05-04 Arnaud GierschCosmetics.
2021-05-04 Arnaud GierschPut stdout in line buffer mode for MCed apps.
2021-05-04 Martin QuinsonMC: also flush application's stdout on backtrack
2021-04-30 Arnaud GierschMissing includes.
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 GierschImprove debug messages (code is still not functional).
2021-04-01 Martin QuinsonActor's ID should be a long, and should be named AID
2021-03-30 Arnaud Giersch[mc] Add some coverage_checkpoint() for model-checked...
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 GierschRemove function calls with side effects from xbt_assert.
2021-03-29 Arnaud GierschMove xbt_modinter.h to src/include/xbt/.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-20 Martin QuinsonAdd ModelChecker::finalize_app(), but don't use it...
2021-03-20 Martin Quinsonsome symbol renamings to make MC easier to understand...
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-06 Martin QuinsonMC: inline a function, kill a file
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-03 Arnaud GierschPointer to const.
2021-03-02 Arnaud GierschProtect against buffer overflow.
2021-03-01 Martin Quinsonremove a workaround for a bug removed in previous commit
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin QuinsonNot sure why to_string is sometimes called when there...
2021-02-28 Martin QuinsonFix build on clang
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-20 Martin Quinsonfix MC builds
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-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschMore uses of std::make_unique.
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-09 Martin QuinsonMerge branch 'master' into klement
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/mc/.
next