Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use standard __func__ instead of __FUNCTION__.
[simgrid.git] / src / kernel / activity / CommImpl.cpp
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-07-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-24 Martin QuinsonIntroduce a Mailbox::get_async() with no payload parameter
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Arnaud GierschMove signals "on_(this_)start" and methods "fire_on_...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-15 Martin QuinsonMC: Give an ID to comms to not use their pointer value...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Arnaud GierschCall CommImpl::set_iface(nullptr) as soon as the comm...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-02 Arnaud GierschThis should be fixed now.
2023-06-01 Fred Suterproperly remove the old signals and prevent MC to fire...
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-05-31 Fred Suterfiring on_this_completion breaks a lot of tests and...
2023-05-31 Fred Suter add on_this_completion signal to Activities
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschInline s4u::Comm::copy_pointer_callback which is the...
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 Arnaud GierschClear timeout detectors on finish().
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Martin QuinsonSanitize the handling of timeouts in CommImpl, ExecImpl...
2023-02-23 Martin QuinsonPrefer ActivityImpl::post() to ::finish() that should die
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Fred Sutertypo spotted by Henri during a call
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-09-09 Arnaud GierschCompletely remove detached comms when they are finished.
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Fabien ChaixMove hosts_ to private, and deal with consequences
2022-05-18 Fabien ChaixFix the addition of detached comms to maestro
2022-05-18 Fabien ChaixAdd detached isend to maestro to allow tracking in...
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-17 Augustin DegommeMerge branch 'dev-fix-get-eager-activities' into 'master'
2022-05-17 Fabien Chaixadd eager get comms to actor activities
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to 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-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-03-01 SUTER Fredericget/set for CommImpl::type
2022-02-28 Fabien Chaixapply Simgrid coding rules
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-20 SUTER Fredericremove old wait any simcall
2022-02-19 Martin QuinsonKill Simcall::COMM_WAIT
2022-02-19 Martin QuinsonKill Simcall::COMM_RECV, COMM_IRECV, COMM_SEND and...
2022-02-18 Martin QuinsonMC does not need a mc_value_ in the simcall anymore
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-13 Martin QuinsonImplement WaitAnyTransition
2022-02-11 Martin QuinsonCommWaitTransition mailbox is now valid
2022-02-09 Arnaud GierschForward all the parameters to the observer.
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-03 SUTER Fredericremove old simcall_comm_test and simcall_comm_testany
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericmake isend and irecv observable (except for irecv in...
2022-02-03 SUTER Fredericdraft CommI{send,recv}Observer
2022-02-03 SUTER Fredericmove the code of isend and irecv out of the handler...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-21 SUTER Fredericuse CommImpl::on_start instead of Link::on_communicate...
next