Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests whether the file could be opened and removes the temporary file at the end
[simgrid.git] / src / s4u /
2020-04-01 Frederic Suteradd sg_actor_list() and sg_actor_count()
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-26 Frederic SuterThis instrumentation module is a mess ...
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-11 Frederic Suterdeprecate a dynar based function
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-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 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 GierschUse a simcall to retrieve mounted storages.
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 QuinsonAllow to set configuration items without parsing the...
2020-02-26 Frederic SuterThis doesn't make sense but a segfault.
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-23 Frederic Suteradd sg_comm_test
2020-02-22 Arnaud Giersch[sonar] Const again.
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-14 Frederic Sutermerge ExecSeq and ExecPar into Exec (simdag-style)
2020-02-13 Martin Quinsonadd sg_actor_is_daemon()
2020-02-13 Martin Quinsonwe don't use doxygen's groups anymore
2020-02-12 Arnaud GierschAllow to call test() on canceled activities.
2020-02-12 Arnaud Giersch[sonar] Add const.
2020-02-11 Frederic SuterC version of async-waitall
2020-02-11 Martin Quinsonrename Host::send_to to sendto; add sendto_async
2020-02-10 Frederic Suteradd sg_actor_sleep_until
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-09 Arnaud GierschAdd one more state to assert.
2020-02-09 Frederic Suterdo not enforce a specific order
2020-02-09 Frederic Sutersimgrid_get_all_hosts was redundant with existing sg_ho...
2020-02-08 Frederic Suteradd sg_actor_exit and sg_actor_on_exit
2020-02-07 Arnaud GierschDefine method test() in Activity (common to Exec and...
2020-02-07 Arnaud GierschModernize simcall_io_test().
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-07 Frederic SuterDeprecate host_get_mounted_storage_list
2020-02-07 Frederic Suterintroduce simgrid_get_all_hosts
2020-02-07 Frederic Suterintroduce sg_host_disks
2020-02-06 Frederic Suteradd C interface to disks
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Arnaud GierschConst++.
2020-02-05 Arnaud GierschAdd "const" to some getters of Activities.
2020-02-05 Arnaud GierschUse const reference for parameter of type ActorCodeFactory.
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin QuinsonAdd the 2 new C examples to the doc; use sg_comm_wait_a...
2020-02-04 Martin Quinsonfixups in the C API
2020-02-04 Martin Quinsonno dynar in the new C interface (+cleanups in CMakeLists)
2020-02-04 Martin QuinsonFix the refcounting in this C example
2020-02-04 Frederic Suterfix refcounting issues
2020-02-03 Frederic SuterC interface to Comm::wait_any_for
2020-02-03 Frederic Suteradd a few functions to Mailbox C API
2020-02-02 Martin Quinsonfinish the API under the new format
2020-02-01 Martin Quinsonfinish the doc under the new format for Host
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin Quinsonstart documenting Hosts in the new way
2020-01-28 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic Suterdeal with dependencies for Io too
2020-01-27 Frederic Suterrelease dependencies when test completes an activity too
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Frederic SuterImprove handling of dependencies, debug and example
2020-01-24 Frederic Sutercleanups
2020-01-24 Frederic Suterworking version
2020-01-24 Frederic Suterstart working on adding dependencies between activities
2020-01-15 Frederic SuterSeems to works now
2020-01-14 Frederic Suterplug leak
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-10 Martin QuinsonKill a meaningless function: this_actor::resume()
next