Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
set_maestro example: improve comments
[simgrid.git] / src /
2020-04-02 Frederic Suteroops MSG_init() does more than simgrid_init()
2020-04-02 Frederic Suterreduce dependency on msg.h
2020-04-01 Arnaud GierschUse the object copied as operand for sizeof.
2020-04-01 Loic GueganAdd WIFI decay model along with tesh tests.
2020-04-01 Frederic Suterless MSG and less process
2020-04-01 Frederic Suteradd sg_actor_list() and sg_actor_count()
2020-03-30 Frederic Suterlast call to MSG_hosts_as_dynar -> deprecate !
2020-03-30 Frederic Suteruseless stuff: do not use MSG in java bindings when...
2020-03-30 Frederic Suteradd Mailox_listen_from
2020-03-30 Frederic Suterconvert get-sender test
2020-03-30 Frederic Suterfix Comm::get_sender()
2020-03-29 Frederic Suterthe extraction of the graph is a NetZone method
2020-03-29 Frederic Sutercpp-ify and simpifly functions used by graphicator
2020-03-29 Frederic Sutercosmetics
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suternothing to do with instr ...
2020-03-27 Frederic Suterunused constant
2020-03-27 Frederic Suterno need to store a netpoint_ there
2020-03-27 Frederic Sutercosmetics
2020-03-27 Frederic Suteruse signals to trigger logging of Paje type definitions
2020-03-27 Frederic Sutersimplify: callbacks are only called is trace is enabled.
2020-03-27 Frederic Suteruse signals for instr::EntityValue display
2020-03-26 Martin QuinsonPlease PVS
2020-03-26 Frederic SuterSeparate trace file production from container management
2020-03-26 Frederic Suterplease sonar
2020-03-26 Frederic Sutercosmetics (tooooo many functions there)
2020-03-26 Frederic Suteruse signal to decouple instr from surf code
2020-03-26 Frederic SuterThis instrumentation module is a mess ...
2020-03-20 Augustin Degommefix copypaste issue
2020-03-19 Augustin Degommeadd libssh2 to exclusions to please manjaro
2020-03-16 Frederic Suteradd sg_comm_unref
2020-03-16 Frederic Suteradd sg_mailbox_put_init
2020-03-16 Frederic Suteradd sg_comm_detach with cleaning function
2020-03-12 Arnaud GierschRegister ExecImpls with ActorImpl.
2020-03-12 Arnaud GierschRename ActorImpl::comms into activities.
2020-03-11 Martin QuinsonFix link_energy plugin for wifi links
2020-03-11 Frederic Suterdeprecate a dynar based function
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-09 Arnaud GierschAlign sg_exec_wait* with sg_comm_wait*.
2020-03-09 Arnaud GierschFix more sg_comm_wait*.
2020-03-09 Arnaud GierschUse a smart pointer for RAII.
2020-03-09 Arnaud GierschMore const.
2020-03-09 Arnaud GierschContext::get_actor() has become const.
2020-03-09 Arnaud GierschPlease sonar.
2020-03-07 Frederic Suterif wait_any_for timeouts, unref remaining pending comms
2020-03-07 Frederic Sutermore sg_exec functions
2020-03-06 Frederic Sutercouple of new sg_exec_* functions
2020-03-06 Augustin DegommeFix shared seek when using something else than MPI_SEEK_SET
2020-03-06 Augustin DegommeAdd an option to alter the default hidden and poorly...
2020-03-06 Frederic Suterhandle (some) exceptions for Comm and Exec in C
2020-03-06 Frederic Suteradd C version of Actor::set_stacksize
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-05 Frederic Suteradd sg_exec_set_host
2020-03-05 Martin Quinsonsonar cleanups: pass large objects by const reference
2020-03-04 Arnaud GierschRemove unused lambda capture.
2020-03-04 Arnaud GierschSimcall again, when updating content in s4u::File:...
2020-03-04 Arnaud GierschUse a simcall for s4u::File construction and destruction.
2020-03-04 Arnaud GierschUse a simcall to retrieve mounted storages.
2020-03-04 Arnaud GierschModify object property in kernel mode.
2020-03-04 Arnaud GierschClean surf_action on IoImpl::post.
2020-03-04 Arnaud GierschDuplicate assert (taken from FileSystemDiskExt::parse_c...
2020-03-04 Frederic Suteradd sg_actor_execute_with_priority
2020-03-04 Frederic Suterintroduce sg_actor_create and use it in C examples
2020-03-04 Martin Quinsonpass large objects by const ref to please sonar
2020-03-04 Martin Quinsonuse std::function instead of pointers to functions...
2020-03-03 Martin Quinsonclose gforge bug 18137 (allow different stack sizes...
2020-03-03 Martin QuinsonAllow to set configuration items without parsing the...
2020-03-03 Martin Quinsondie verbosely when the content of a filesystem is not...
2020-03-01 Arnaud GierschKill unused member "name_".
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-28 Arnaud GierschComplete definition of exception's destructors in Excep...
2020-02-28 Arnaud GierschInline empty ctor; use default dtor.
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-27 Arnaud Giersch[sonar] The three expressions of a "for" statement...
2020-02-27 Arnaud GierschClose file after use.
2020-02-27 Arnaud GierschConst for sonar.
2020-02-27 Arnaud GierschHost is not null here (for scan-build).
2020-02-26 Arnaud Giersch[sonar] Don't modify condition variable twice in for...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-26 Arnaud Giersch[sonar] Comment unused parameter.
2020-02-26 Frederic SuterThis doesn't make sense but a segfault.
2020-02-26 Martin QuinsonAlso fire the on_connect signal for VMs
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterhandle (badly) the timeout exception in wait_for()
2020-02-25 Frederic Suteradd sg_actor_parallel_exec_init()
2020-02-25 Frederic Suteradd sg_actor_parallel_execute and rename sg_actor_self_...
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-24 Frederic Suteradd sg_comm_wait()
2020-02-24 Augustin Degommescientific notation for readability
2020-02-23 Frederic Suteradd sg_comm_test
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-21 Arnaud GierschClear simcall.timeout_cb_ after use (contribute to...
2020-02-21 Arnaud GierschEnsure that only valid simcalls are answered.
2020-02-21 Arnaud GierschCosmetics.
2020-02-20 Frederic Suteradd sg_disk_get_host()
2020-02-20 Frederic Suteradd sg_mailbox_get_async
2020-02-19 Frederic Suterextend C API for asynchronous executions
2020-02-19 Arnaud GierschAnother const.
2020-02-18 Augustin Degommeput default surf precision value to 1e-9 instead of...
next