Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'random_readwritestate' into 'master'
[simgrid.git] / src /
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.
2020-02-06 Arnaud GierschFix division by zero on 32bit systems.
2020-02-06 Frederic Suterdo not use sg_hosts_as_dynar in C++
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschSet seed only after having chosen the implementation.
2020-02-06 Arnaud GierschExclude max from range for xbt::random::uniform_real.
2020-02-06 Arnaud GierschCosmetics in xbt/random.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-06 Arnaud GierschSimplify logic.
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 Quinsonpython: fix a breakage seen on the robot building the...
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-02 Martin Quinsonno need to link the python doc to the C++ one with...
2020-02-01 Martin Quinsonfinish the doc under the new format for Host
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Augustin Degommeadd smpi_execute_flops_benched call
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Martin Quinsonfix a FIXME
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin QuinsonMC: various cleanups done while debugging something
2020-01-29 Martin QuinsonMC: when exec()ing the app, first pass any parameters...
2020-01-29 Martin Quinsonstart documenting Hosts in the new way
2020-01-29 Augustin Degommeadd some fortran bindings, useful for bigdft
2020-01-28 Arnaud GierschEmit a warning when a link's latency is smaller than...
2020-01-28 Arnaud GierschKill obsolete TODO.
next