Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / api.cpp
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-06 Martin QuinsonMove mc:api::get_remote_heap_bytes() to RemoteProcess
2022-08-06 Martin QuinsonConvert simgrid::mc::snapshot_equal() into Snapshot...
2022-08-04 Martin Quinsononly 3 more functions to go in mc::api
2022-08-04 Martin QuinsonKill another mc::api function
2022-08-04 Martin QuinsonKill 2 more functions from mc::api
2022-08-03 Martin QuinsonMove the automaton from mc::api to Liveness. An ugly...
2022-08-02 Martin QuinsonSanitize MC finalization process and inline a function
2022-08-02 Martin QuinsonKill another function of mc::api
2022-08-02 Martin QuinsonConvert Api::get_maxpid() into RemoteApp::get_maxpid()
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-07-22 Martin QuinsonAnother attempt at PRELOADing mmalloc (WIP)
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonSplit mmalloc in a separate library
2022-07-13 Martin Quinsonmc::api: Inline a useless function
2022-07-11 Arnaud GierschFor sonar...
2022-07-10 Martin QuinsonMC: allow to pass env variables to the verified application
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 Arnaud GierschConst pointer.
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::State).
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::Model...
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-09 Martin QuinsonRename mc::CheckerAlgorithm to mc::ExplorationAlgorithm...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 Arnaud GierschKill unused function.
2022-02-28 Arnaud GierschOne less global variable: session_singleton.
2022-02-28 Martin Quinsonkill some bits of mc::api::
2022-02-24 Arnaud GierschEnsure that MC session and checker are deleted.
2022-02-24 Arnaud GierschFree xbt_automaton on Api::s_close.
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...
2022-02-19 Martin QuinsonMove another function of mc::api, to Transition
2022-02-19 Martin QuinsonKill two more unused functions in mc::api
2022-02-19 Martin QuinsonMC: move a check_deadlock from ModelChecker to Session...
2022-02-19 Martin QuinsonEmpty a bit mc::api namespace
2022-02-18 Martin QuinsonMC: no need to read the remote request directly
2022-02-17 Martin QuinsonCommDet shall become an extension of the SafetyChecker
2022-02-13 Martin QuinsonSonar fixes
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonFix more sonar things
2022-02-11 Martin QuinsonInline another stupid function
2022-02-11 Martin QuinsonInline another useless function in MC and a define...
2022-02-11 Martin QuinsonInline a function of mc::api
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
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 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 QuinsonMC: Inline and simplify a function
2022-02-07 Martin QuinsonMC: kill an unused function
2022-02-06 SUTER Frederickill unused function
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 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-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-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-19 Arnaud Giersch[pvs-studio] No need to assign variable the same value.
2021-06-22 Arnaud GierschMake field 'mc::ActorState::times_considered' private.
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-04-30 Arnaud GierschMissing includes.
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
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 GierschMake mc::Api::get_actor_name return a const&.
2021-04-01 Arnaud GierschFIXME++
2021-04-01 Arnaud GierschRender mc::Api::get_actor_name() public.
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-30 Arnaud Giersch[mc] Don't retrieve actor hostname again if it's alread...
2021-03-30 Arnaud Giersch[mc] Fix mc::Api::get_actor_host_name.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-14 Martin QuinsonMove the logic of Api::get_maxpid() to RemoteProcess...
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 QuinsonKill some use of the mc_model_checker global variable
next