Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move hosts_ to private, and deal with consequences
[simgrid.git] / src / kernel / activity / CommImpl.cpp
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...
2021-10-20 SUTER Fredericintroduce Comm::on_start and Comm::on_completion
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-10-01 SUTER Fredericmore include cleanups
2021-09-21 Arnaud GierschAdd comment to ease future deprecation process.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-09 Bruno DonassoloRemove old fixme
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-21 SUTER Fredericprocess -> actor
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-13 Arnaud GierschNo need to duplicate variables.
2021-04-13 Arnaud GierschConst...
2021-04-12 Arnaud GierschDefine CommImpl::wait_for().
2021-04-12 Arnaud GierschMore cosmetics around namespaces.
2021-04-12 Arnaud GierschInline function.
2021-04-12 Arnaud GierschDefine CommImp::wait_any_for().
2021-04-12 Arnaud GierschDefine CommImpl::test_any().
2021-04-12 Arnaud GierschSimcall COMM_TESTANY is not blocking either. Simplify.
2021-04-12 Arnaud GierschDefine CommImpl::test().
2021-04-12 Arnaud GierschSimcall COMM_TEST is not blocking.
2021-04-12 Arnaud GierschLittle simplification.
2021-04-12 Arnaud GierschFinalize current CommImpl only once.
2021-04-12 Arnaud GierschHomogenize debug messages across ActivityImpl's finish...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-22 Arnaud GierschMake SIMIX_comm_copy_data_callback a member of CommImpl.
2021-03-11 Arnaud GierschMerge branch 'model_types_rework_part1' into 'master'
2021-03-11 Bruno DonassoloInitializing SimGrid's model in another way
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloAvoid using surf_network_model global
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-07 Arnaud GierschKill superfluous macros.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-23 Arnaud GierschDefine getter/setter for Exception::value.
2021-02-11 Arnaud GierschSonar asks for an in-class initializer.
2021-02-06 Martin QuinsonNo need to test 'not detached_' twice in the same test
2021-02-05 eazimimerge with framagit/master
2021-02-05 Martin QuinsonCommImpl: don't mix state and type, and make type_...
2021-02-04 Arnaud GierschDefine CommImpl::type_ at construction.
2021-02-04 Arnaud GierschSimplify condition.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
next