Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deprecate a dynar based function
[simgrid.git] / src /
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...
2020-02-18 Arnaud GierschUpgrade embedded catch2 (v2.5.0 -> v2.11.1).
2020-02-18 Arnaud GierschFactorize common code.
2020-02-14 Frederic Sutermerge ExecSeq and ExecPar into Exec (simdag-style)
2020-02-13 Augustin Degomme#139 :
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 Quinsondon't use deprecated functions
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 GierschMissing include.
2020-02-10 Arnaud GierschDeprecate e_smx_state_t.
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-10 Arnaud GierschMove ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
2020-02-10 Arnaud GierschDefine ActivityImpl::set_timeout().
2020-02-10 Arnaud GierschDefine {Exec,Io}Impl::wait_for().
2020-02-09 Arnaud GierschAdd one more state to assert.
2020-02-09 Arnaud GierschImprove coverage :p
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-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-07 Arnaud GierschDeprecate unused simcall_comm_iprobe() + comments.
2020-02-06 Frederic Suteradd C interface to disks
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschCatch any kind of Exception here (revert previous change).
2020-02-06 Arnaud GierschPrefer a do-while in these cases.
next