Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / actor /
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-08-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-08-01 Martin QuinsonEnsure that the verified application still works if...
2022-05-30 Arnaud GierschDelete unusable default constructor.
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-16 Arnaud GierschPolymorphic base class destructor should be either...
2022-03-16 Arnaud GierschInitialize all fields.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
2022-03-14 Martin QuinsonMake sure that ActorImpl::cleanup_from_kernel is called...
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonSort Actor traits alphabetically + cleanups
2022-03-13 Martin QuinsonIntroduce ActorIDTrait to split ActorImpl apart
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-13 Martin QuinsonActorImpl::join: react right away if the other actor...
2022-03-12 Martin Quinsonobey our coding conventions in ActorImpl::mailboxes...
2022-03-12 Martin QuinsonDefuse a trap on refcounting activities by adding a...
2022-03-12 Martin QuinsonMake sure that actors killed by a timer are properly...
2022-03-12 Martin QuinsonCosmetics in ActorImpl
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Martin QuinsonIntroduce a Trait to deal with autorestart matter in...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschRename popping.cpp -> simcall.cpp to better reflect...
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-06 Martin QuinsonMerge branch 'add_wait_for_to_py_comm_binding' into...
2022-03-05 Martin Quinsonkeep cool, sonar, everything's under control
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-02-28 Fabien Chaixapply Simgrid coding rules
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-28 Arnaud GierschEventually, OOP is really good.
2022-02-27 Arnaud GierschReintroduce smartptr lost with recent changes.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-27 Martin QuinsonRevert "OOP is good, too"
2022-02-25 Martin QuinsonOOP is good, too
2022-02-24 Martin QuinsonRename MutexObserver to SynchroObserver (semaphore...
2022-02-24 Martin QuinsonTry to tell sonar that the mutex_ cannot be null in...
2022-02-24 Martin QuinsonTest the dependencies of Mutex transitions
2022-02-24 Martin QuinsonMC: no need for a depends() method in Observers
2022-02-24 Arnaud GierschPlease scan-build and hopefully sonar too [ci-skip]
2022-02-23 Martin QuinsonMC: Support Mutexes in DPOR
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-18 Martin QuinsonMC does not need a mc_value_ in the simcall anymore
2022-02-18 Martin QuinsonSplit the Comm observers to their own files
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-18 Martin QuinsonCommDet: reimplement on top of transitions. Don't mess...
2022-02-18 Martin Quinsonsonar fixes
2022-02-18 Martin QuinsonGive the comm to {Send,Recv}Transition, as CommDet...
2022-02-16 Arnaud GierschDon't mix public and private data members (sonar).
2022-02-15 Arnaud GierschWe want to serialize the pointer, not the pointee!
2022-02-13 Martin QuinsonImplement WaitAnyTransition
2022-02-12 Martin QuinsonImplement TestAnyTransition
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin Quinsonimplement CommTestTransition
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonSimcallObservers don't need to be cloned anymore
2022-02-12 Martin QuinsonBetter fix for the security warning from sonar: hide...
2022-02-12 Martin QuinsonFix the security hotspots of sonar
2022-02-11 Martin QuinsonCommWaitTransition mailbox is now valid
2022-02-11 Martin QuinsonImplement the RandomTransition
2022-02-11 Martin QuinsonNo need to save the observers on the App side now that...
2022-02-11 Martin QuinsonFix builds with/without MC and with/without clang ...
2022-02-11 Martin QuinsonMC does not need the exact value of the timeout, only...
2022-02-11 Martin Quinsondon't use char* for pointers that shall be serialized...
2022-02-11 Martin QuinsonPass the depends() from the observer to the mc::Transit...
2022-02-11 Martin QuinsonBig bang in MC: app's observers are serialized, to...
2022-02-08 Arnaud GierschReduce scope for variables.
2022-02-08 SUTER Frederic[sonar] constify
2022-02-07 Martin QuinsonMC: Trade less use of executed_req for more network...
2022-02-06 SUTER Fredericenforce simcall order as before to check dependencies...
2022-02-06 SUTER Fredericfix isend/irecv to string
2022-02-05 Martin QuinsonDon't compute the dependencies locally in the checker...
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-04 SUTER Fredericcontinue to mess with MC
2022-02-04 SUTER Fredericstay with double for payload size (fix 32bit issues?
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'
next