Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize CPU model for VMs in init_HL13
[simgrid.git] / src / mc /
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 QuinsonRemoteProcess: cache the addresses of maxpid, actors...
2021-03-14 Martin QuinsonMove the logic retrieving the actor info in the App...
2021-03-14 Martin QuinsonMove the logic of Api::get_maxpid() to RemoteProcess...
2021-03-14 Martin QuinsonMC: lazily load the dwarf information
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 Quinsoncosmetics
2021-03-14 Martin QuinsonThe checker has the session and don't need the API...
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 a file that was almost empty
2021-03-14 Martin QuinsonKill some use of the mc_model_checker global variable
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-14 Martin QuinsonRename model_checker->get_remote_simulation() into...
2021-03-13 Martin QuinsonMC: cosmetics
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-13 Martin QuinsonMC: simplify initialization and kill api::set_checker()
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Martin Quinsongetraw is only useful when dealing with boost intrusive...
2021-03-13 Arnaud GierschAdd parameter timeout to mc::ConditionWaitSimcall and...
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Arnaud GierschConst attributes in SimcallObserver.
2021-03-13 Martin Quinsoninline simcall_check_dependency() now that it's called...
2021-03-13 Martin QuinsonMC: check dependency between 2 given requests only...
2021-03-13 Martin Quinsonrequest_depend_asymmetric(r1,r2) now tests when r1...
2021-03-13 Martin QuinsonSort comm_* simcalls alphabetically
2021-03-13 Martin Quinsoninline a function
2021-03-13 Martin QuinsonBoth request cannot be of the same type here
2021-03-13 Martin QuinsonOnly 4 simcalls are considered by indep theorems for now
2021-03-13 Martin QuinsonMC: cosmetics and tiny code simplifications
2021-03-12 Martin QuinsonMC: simix::unmarshal should NEVER be called automatically
2021-03-12 Martin Quinsoncosmetics
2021-03-11 Martin Quinsons4u_synchro were renamed to activity in 2015, as far...
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschMore error messages.
2021-03-10 Arnaud GierschPrefer xbt_assert here.
2021-03-09 Arnaud GierschMerge oberver classes MutexTrylockSimcall and MutexLock...
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
2021-03-09 Arnaud GierschMove check from checker side to app. side.
2021-03-09 Martin QuinsonSplit the {TEST,WAIT}ANY translation away from MC_state...
2021-03-09 Martin QuinsonPrepare to split the {TEST,WAIT}ANY translation away...
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschDon't adjust variable name each time Api::get_maxpid...
2021-03-08 Arnaud GierschCache result of Api::get_maxpid() when used multiple...
2021-03-08 Arnaud GierschTypo.
2021-03-08 Arnaud GierschUseless braces.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
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-07 Arnaud GierschZero-initialize struct to avoid valgrind warnings.
2021-03-07 Arnaud GierschInline trivial function.
2021-03-06 Martin QuinsonMC: untangle dependencies
2021-03-06 Martin QuinsonMC: more symmetry between WAITANY and TESTANY in dependency
2021-03-06 Martin QuinsonMC: untangle the dependency code a tiny bit
2021-03-06 Martin QuinsonMC: inline a function, kill a file
2021-03-05 Martin Quinsonsimgrid-mc also needs debugging symbols, so let's hint...
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-04 Martin QuinsonSimplify mc::api a bit
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud GierschMake SimcallInspector::dot_label and to_string pure...
2021-03-03 Arnaud GierschFix mem leak.
2021-03-03 Arnaud GierschPointer to const.
2021-03-02 Arnaud GierschRename mc_base.h -> .hpp (it's C++ only anyway).
2021-03-02 Arnaud GierschConst for methods.
2021-03-02 Arnaud GierschCosmetic rename.
2021-03-02 Arnaud GierschAuto + std::make_unique.
2021-03-02 Arnaud GierschReduce code duplication.
2021-03-02 Arnaud GierschProtect against buffer overflow.
2021-03-02 Arnaud GierschMake Transition::textual a std::string.
2021-03-02 Arnaud GierschType bool for boolean values.
2021-03-02 Arnaud GierschRemove some useless nested code blocks.
2021-03-02 Arnaud GierschUsing C++ strings.
2021-03-01 Arnaud GierschUse xbt::string for MC hostnames.
2021-03-01 Arnaud GierschKill useless function.
2021-03-01 Arnaud GierschUse defined type alias.
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
2021-03-01 Arnaud GierschA few less global variables.
2021-03-01 Martin QuinsonDon't require MC dependencies when building w/o MC
2021-03-01 Martin QuinsonMissing file
2021-03-01 Martin Quinsonremove a workaround for a bug removed in previous commit
2021-03-01 Martin QuinsonSet the textual representation of a transition before...
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 QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin QuinsonFix build on clang
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-19 Arnaud GierschRedundant cast.
2021-02-19 Arnaud GierschTypedef.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-08 eazimia flag for udpor in the simgrid config
2021-02-08 eazimidictation corrected
next