Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / mc / checker /
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-07-07 Arnaud GierschVector::at() is good enough to check bounds.
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-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschFix segfault with debug message.
2021-04-01 Martin Quinsonsnake_case some surviving camels
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-23 Arnaud GierschBlank lines.
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
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-18 Arnaud GierschModernize simcall execution_waitany_for.
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 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-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 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 a function
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-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschCache result of Api::get_maxpid() when used multiple...
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 GierschInline trivial function.
2021-03-06 Martin QuinsonMC: inline a function, kill a file
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-02 Arnaud GierschConst for methods.
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 Martin QuinsonDon't require MC dependencies when building w/o MC
2021-03-01 Martin QuinsonMissing file
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 QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-08 eazimia flag for udpor in the simgrid config
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-27 eazimiRemotePtr in get_dst_actor()
2021-01-27 eazimiRemotePtr in get_src_actor()
2021-01-27 eazimiRemotePtr in PatternCommunication class
2021-01-27 eazimino need to comm_addr_equal()
2021-01-27 eazimiRemotePtr in get_comm_waitany_raw_addr()
2021-01-27 eazimiRemotePtr in get_comm_wait_raw_addr()
2021-01-27 eazimiRemotePtr in get_pattern_comm_dst_proc()
2021-01-27 eazimiRemotePtr in get_pattern_comm_src_proc()
2021-01-27 eazimiRemotePtr in complete_comm_pattern()
2021-01-27 eazimiRemotePtr in update_comm_pattern()
2021-01-27 eazimiRemotePtr as the input parameter type in get_pattern_co...
2021-01-27 eazimiRemotePtr as the input parameter type in get_pattern_co...
2021-01-27 eazimidefusing
2021-01-26 Martin QuinsonThis was not meant to be commited, sorry
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 eazimifilenames changed
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 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschKill redundand blank lines.
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-04 Ehsan AzimicreateUdporChecker() defined
2021-01-04 Ehsan AzimiUdporChecker class introduced
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-15 Arnaud GierschPrefer range-based for loop.
2020-12-15 Arnaud GierschDrop unused parameter.
2020-12-15 Arnaud GierschTypo in function name.
2020-12-15 Arnaud GierschRedundant blank line.
2020-12-11 Martin QuinsonMerge pull request #371 from eazimi/master
2020-12-11 Ehsan AzimiCleanup!
2020-12-11 Ehsan Azimimc_api::set_checker() defined and called in Checker()
2020-12-11 Ehsan Azimicreate_checker without Session argument
2020-12-11 Ehsan AzimicreateCommunicationDeterminismChecker without Session...
2020-12-11 Ehsan Azimiconstructor without Session argument
2020-12-11 Ehsan AzimicreateSafetyChecker without Session argument
next