Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the selection of the next transition to execute to mc::State
[simgrid.git] / src / mc /
2022-02-07 Martin QuinsonMove the selection of the next transition to execute...
2022-02-07 Martin QuinsonMake Liveness and CommDet more similar to Safety
2022-02-07 Martin QuinsonMC: inline a function
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-07 Martin QuinsonLet's use bool for booleans
2022-02-07 Martin QuinsonMC: Inline and simplify a function
2022-02-07 Martin QuinsonMC: kill an unused function
2022-02-06 SUTER Frederickill unused function
2022-02-06 Martin Quinsonnardin clang (fix clang MC builds)
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 QuinsonMC: Kill now unused fields
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-04 SUTER Fredericoopsie
2022-02-04 SUTER Fredericcontinue to mess with MC
2022-02-03 SUTER Fredericremove old simcall_comm_test and simcall_comm_testany
2022-02-03 SUTER Fredericsimcall translation is now useless
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericmore progress in simcalls modernization and MC cleanup
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-13 SUTER Fredericforgot to build MC
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschRemove last bits of Lua bindings.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-22 Martin QuinsonMC: chop chop chop
2021-12-22 Martin Quinsonmc: inline a function
2021-12-22 Martin Quinsonmc: Kill dead code
2021-10-27 Arnaud Giersch[mc_dwarf] Continue with a warning on error.
2021-10-26 Arnaud GierschComplete error message.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-19 Arnaud GierschMissing includes.
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
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-07-19 Arnaud Giersch[pvs-studio] Protect from self assignment.
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-19 Arnaud Giersch[pvs-studio] Simplify boolean expressions.
2021-07-19 Arnaud Giersch[pvs-studio] No need to assign variable the same value.
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-06-25 Arnaud GierschTwo more const methods spotted by sonar.
2021-06-24 Arnaud GierschUse std::unique_ptr and remove explicit destructor.
2021-06-24 Arnaud GierschPass the real pointer to the englobing MC class for...
2021-06-22 Arnaud GierschMake field 'mc::ActorState::times_considered' private.
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-22 Augustin Degommehelp latest fedora with mc
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
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-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-21 SUTER Fredericmigrate actors_to_run and actors_that_ran to EngineImpl
2021-05-12 Arnaud GierschChecking access before open is useless (fix race condit...
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
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 GierschResize(0) is redundant.
2021-04-30 Arnaud GierschMissing includes.
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-22 Arnaud GierschUse std::string::rfind to match string prefix.
2021-04-22 Arnaud GierschUse type aid_t for actor ids.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-07 Arnaud GierschReplace void* used for RemoteProcess pointers.
2021-04-07 Arnaud GierschUse a RemotePtr<> for RemoteProcess::heap_address.
2021-04-07 Arnaud GierschStop using void* for xbt_mheap_t.
2021-04-06 Arnaud GierschUse a Remote<> for remote smpi::Request.
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 GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-02 Arnaud GierschMake mc::Api::get_actor_name return a const&.
2021-04-01 Arnaud GierschImprove debug messages (code is still not functional).
2021-04-01 Arnaud GierschFIXME++
2021-04-01 Arnaud GierschFix segfault with debug message.
2021-04-01 Arnaud GierschRender mc::Api::get_actor_name() public.
2021-04-01 Arnaud GierschZero-initialize struct to avoid valgrind warnings.
2021-04-01 Martin Quinsonsnake_case some surviving camels
2021-04-01 Martin QuinsonActor's ID should be a long, and should be named AID
2021-03-31 Arnaud GierschSave a reinterpret_cast.
2021-03-31 Arnaud GierschPtrace returns a long int.
2021-03-30 Arnaud Giersch[mc] Add some coverage_checkpoint() for model-checked...
2021-03-30 Arnaud Giersch[mc] Politely ask the model-checked application to...
next