Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / mc /
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonDFS MC: Restore from system states even if we have...
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-09 Arnaud GierschUse forwarding references with std::forward (sonar).
2023-05-09 Arnaud GierschUse a std::vector as an underlying container for backtr...
2023-05-05 Arnaud GierschMisc Sonar issues.
2023-05-03 Martin QuinsonOne use less of get_recipe() that will soon die
2023-05-03 Martin QuinsonFactorize more code between DFSExplo and LivenessExplo...
2023-05-02 Arnaud GierschDefine each identifier in a dedicated statement (sonar).
2023-04-27 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-27 Martin QuinsonLazily compute the recipe of a state, on need only
2023-04-27 Martin QuinsonMore automatic memory mgmt in MC
2023-04-27 Martin QuinsonMC: give each state an incoming transition too
2023-04-27 Martin QuinsonFix comment [no-ci]
2023-04-27 Arnaud GierschFix comment.
2023-04-27 Arnaud GierschThere is no need to declare the default constructors...
2023-04-27 Arnaud GierschFix build error: exception specification of explicitly
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-17 Martin Quinsonsonar fixes
2023-04-15 Martin QuinsonMake sure that we never have a 0 transition at the...
2023-04-15 Martin QuinsonAlso send the disabled transitions over: UDPOR needs it
2023-04-15 Martin QuinsonMore informative message on system error
2023-04-14 Martin QuinsonMore defensive programing style
2023-04-13 Martin QuinsonTrust the config system to check that only valid values...
2023-04-12 Arnaud GierschInline Exploration::system_error.
2023-04-12 Arnaud GierschRemove useless specialized exceptions from simgrid...
2023-04-12 Arnaud GierschUse an exception on Exploration::system_exit().
2023-04-12 Arnaud GierschSonar...
2023-04-11 Arnaud GierschAssignment operators should return non-"const" referenc...
2023-04-11 Arnaud GierschMark functions as "const" (sonar).
2023-04-11 Arnaud GierschUse std::string (sonar).
2023-04-11 Arnaud GierschMisc sonar issues.
2023-04-11 Arnaud GierschReduce scope for variables (sonar).
2023-04-11 Arnaud GierschPointer and reference should be "const" if the correspo...
2023-04-11 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-10 Arnaud GierschLess low-level operations to manage receive buffer.
2023-04-07 Martin QuinsonPlease don't fix this error reported by clang-static...
2023-04-06 Martin QuinsonMC: Reap all zombie childs to avoid them to accumulate
2023-04-06 Maxwell PirtleRename `remove()` method on `Unfolding`
2023-04-06 Maxwell PirtleMake use of the sets `G` and `U` with `Unfolding`
2023-04-06 Maxwell PirtleFix bug with immediate conflict detection
2023-04-05 Martin QuinsonImprove the logging level of that message that is relat...
2023-04-05 Arnaud GierschExamine all opened_states_ to find the best candidate.
2023-04-05 Arnaud GierschRename MC_NEED_PTRACE -> SIMGRID_MC_NEED_PTRACE for...
2023-04-05 Arnaud GierschCentralize definitions for the name of environment...
2023-04-05 Arnaud GierschSonar smells; remove redundant mentions of std::shared_...
2023-04-05 Maxwell PirtleFix conflict detection between configs + history
2023-04-05 Maxwell PirtleFix dynamic_cast<> typo for computation for CommRecv
2023-04-05 Maxwell PirtleClarify that the issuer for a CommWait() action is...
2023-04-05 Maxwell PirtleAdd first round of debug logging to UDPOR
2023-04-05 Maxwell PirtleIntermediate commit to prove that UDPOR functions
2023-04-05 Maxwell PirtleFill in implementation of CommWait before large changes
2023-04-05 Maxwell PirtleAdd extension set computations without type casts
2023-04-05 Maxwell PirtleAdd first steps for ex(C) for CommWait
2023-04-05 Maxwell PirtleMove state stack management to member on UnfoldingChecker
2023-04-05 Maxwell PirtleAdd comment on state restoration in UnfoldingChecker
2023-04-05 Maxwell PirtleTrack the current sequence of states with UDPOR
2023-04-05 Maxwell PirtleReplace switch statement with map of handlers
2023-04-05 Maxwell PirtleAdd skeleton implementation for ex(C) for CommSend
2023-04-05 Maxwell PirtleAdd skeleton implementations to ExtensionSetCalculator
2023-04-05 Maxwell PirtleAdd ExtensionSetCalculator files
2023-04-05 Maxwell PirtleAdd test case for tracking latest events/transitions
2023-04-05 Maxwell PirtleAdd dependency between same actor for tests
2023-04-05 Maxwell PirtleBegin tracking latest events for each actor
2023-04-05 Martin QuinsonMake strsignal(SIGSEGV) return the same string across...
2023-04-04 Martin QuinsonUse the fast SOCK_SEQPACKET where available
2023-04-04 Martin QuinsonMake the MC protocol work on top of STREAM sockets
2023-04-04 Arnaud GierschUse a multiset to handle opened states, and ensures...
2023-04-04 Arnaud GierschAn integer seems good enough to handle priorities,...
2023-04-03 Martin QuinsonDon't die at compilation when activating stateless...
2023-04-03 Arnaud GierschRevert "Treat ECONNRESET like a normal connection close."
2023-04-03 Arnaud GierschTreat ECONNRESET like a normal connection close.
2023-04-02 Martin QuinsonDon't use ucontextes on Apple hosts
2023-04-02 Martin QuinsonCast a printf parameter to please MacOS X
2023-04-02 Martin QuinsonDisable MC stateful API when not running in MC
2023-04-02 Martin QuinsonMC stateful API is only needed when stateful MC is...
2023-04-02 Martin QuinsonDon't use CLOEXEC
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-04-01 Martin QuinsonDon't qwack when the default empty string is passed...
2023-04-01 Martin QuinsonFix an initialization race around the AppSide
2023-04-01 Martin QuinsonOnly compile stateless MC when libevent is found
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonFix non-MC builds when MC-only dependencies are missing
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonTry to please the ultramodern clang running on FreeBSD...
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-30 mlaurentRename guide as strategy and fix counter-example displa...
2023-03-30 mlaurentReplace state copy with recipe: list of transition...
2023-03-28 mlaurentChange opened states for a priority queue
2023-03-27 mlaurentAbide by both compiler warnings
2023-03-27 mlaurentNow handle random transition and multiple times transitions
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-26 Martin QuinsonImplement reforks by forking the application, to save...
2023-03-25 Martin Quinsonmemset 0 the memory that is sent over the network
2023-03-25 Martin QuinsonMC protocol: rename INITIAL_ADDRESSES msg to NEED_MEMINFO
2023-03-25 Martin QuinsonActually, now that the appside is not ptraced, there...
2023-03-25 Martin QuinsonInvert another logic error: we need ptrace when we...
next