Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify calls to CommImpl::isend and CommImpl::irecv
[simgrid.git] / src / kernel /
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
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-06 SUTER Frederictest and testany are non blocking simcalls
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 Quinsonpreshot sonar (dead code; equality test between double)
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 Fredericadd missing override keywords
2022-02-02 SUTER Fredericmore progress in simcalls modernization and MC cleanup
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 Clément Courageux... zero wifi rate
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-02 SUTER Fredericadd prepare() to some observers
2022-02-01 SUTER Fredericplease clang
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-30 Martin QuinsonMake sure that min<max in MC_random
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-16 Arnaud GierschPrefer std algorithms.
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-12 SUTER Fredericmake all VM signals private
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge branch 'issue95' into 'master'
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-04 Bruno DonassoloMerge branch 'issue99' into 'master'
2022-01-03 Bruno DonassoloMix XML and C++ platforms
2021-12-26 SUTER Fredericbe sure the Exec is assigned before getting its host
2021-12-24 Mael Madonfix too loose assert for changing pstate
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-22 SUTER Fredericfactor call to complete for done activities
2021-12-22 SUTER FredericActivity refactoring
2021-12-22 SUTER Fredericassociate a s4u::Comm to a kernel::activity::CommImpl...
2021-12-22 Martin QuinsonTiny simplifications now that we have a ActorImpl:...
2021-12-22 Martin QuinsonInline another function, in EngineImpl::shutdown
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-11-19 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericrename synchro logging categories (simix->ker)
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-11-10 SUTER Frederic[sonar] constify
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericremove timeout_cb only once + cosmetics
2021-11-09 SUTER Frederic[sonar] Refactor to reduce cognitive complexity
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-05 SUTER Fredericcosmetics
2021-11-04 SUTER FredericReorganize VM code
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-10-24 Martin QuinsonDo not attempt to compile raw contextes when HAVE_RAW_C...
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
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-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-06 SUTER Fredericempty out src/simix/smx_context.cpp
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-10-02 Arnaud GierschUse type 'unsigned long' [lgtm/pvs-studio].
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-30 SUTER Frederic[sonar] fix a few recently introduced smells
2021-09-29 Augustin DegommeFix high memory usage when exec events are done.
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-24 SUTER Fredericfix proxy-apps but not the new smpi faulty test
next