Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old fixme
[simgrid.git] / src / kernel / activity / CommImpl.cpp
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...
2021-01-23 Martin QuinsonCamel_case a forgotten function
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] The conditional expressions of the 'if' statement...
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-03-12 Arnaud GierschRename ActorImpl::comms into activities.
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-21 Arnaud GierschClear simcall.timeout_cb_ after use (contribute to...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Arnaud GierschMake field 'Context::iwannadie' private.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonsmall logic simplification
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsontransparent cleanups around simcalls mechanism
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-07-04 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Arnaud GierschJust keep the same exception_ptr (no copy).
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-06-27 Arnaud GierschCorrectly terminate a Comm which is failing immediately.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-04-13 Frederic Suterplease sonar: replace void* by unsigned char* for raw...
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
next