Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-02-23 Frederic Suteradd sg_comm_test
2020-02-23 Frederic Suterupdate
2020-02-23 Frederic Suterconvert host-on-off-recv
2020-02-23 Martin QuinsonFindSimGrid: adapt to the move of SIMGRID_VERSION_...
2020-02-23 Martin Quinsondocker: remove java from stable image
2020-02-23 Martin Quinsondocument some recent (and ongoing) changes
2020-02-23 Arnaud GierschSplit sonar.issue.ignore.multicriteria.c10.resourceKey.
2020-02-22 Arnaud GierschUpdate ignore list after file move.
2020-02-22 Arnaud GierschUse the right free function.
2020-02-22 Arnaud GierschKill unused variable.
2020-02-22 Arnaud Giersch[sonar] Const again.
2020-02-21 Arnaud GierschXBT_ATTRIB_UNUSED for unused parameters.
2020-02-21 Arnaud GierschPrefer xbt::random.
2020-02-21 Frederic SuterBUMMER
2020-02-21 Frederic Sutertry to fix paths
2020-02-21 Frederic Suterthis was no simdag
2020-02-21 Arnaud GierschClose simgrid/simgrid#48.
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-21 Frederic Suterconvert host-on-off test to s4u
2020-02-21 Frederic Suterconvert energy-vm
2020-02-20 Frederic Suterconvert cloud-migration
2020-02-20 Frederic Sutermore documented examples
2020-02-20 Frederic Suterkill this file
2020-02-20 Frederic Suterconvert io-file-remote
2020-02-20 Frederic Suteradd sg_disk_get_host()
2020-02-20 Frederic Suterenergy-pstate -> exec-dvfs
2020-02-20 Frederic Suterconvert and simplify app-chainsend in C
2020-02-20 Frederic Suteradd sg_mailbox_get_async
2020-02-20 Frederic Suterfix attribute
2020-02-19 Frederic Suterconvert cloud capping
2020-02-19 Frederic Suterextend C API for asynchronous executions
2020-02-19 Frederic Suterconvert plugin-hostload
2020-02-19 Frederic Sutera couple more C examples
2020-02-19 Arnaud Giersch[sonar] Ignore rule S1133 for C code too.
2020-02-19 Arnaud GierschFix attributes for variables.
2020-02-19 Arnaud GierschAnother const.
2020-02-19 Frederic Suterdocument C examples related to actors
2020-02-18 Arnaud GierschWorkaround for errors given by Asan (certainly false...
2020-02-18 Arnaud GierschFix build.
2020-02-18 Arnaud GierschMerge activity-test-wait into activity-lifecycle.
2020-02-18 Arnaud GierschSplit sources for activity-lifecycle.
2020-02-18 Arnaud GierschDefine a special test_case for failing tests.
2020-02-18 Arnaud GierschConvert activity-test-wait to catch2.
2020-02-18 Arnaud GierschConvert activity-lifecycle to catch2.
2020-02-18 Arnaud GierschUpgrade embedded catch2 (v2.5.0 -> v2.11.1).
2020-02-18 Arnaud GierschFactorize common code.
2020-02-14 Arnaud GierschClosed bug.
2020-02-14 Frederic Sutermissing override
2020-02-14 Frederic Sutermerge ExecSeq and ExecPar into Exec (simdag-style)
2020-02-14 Frederic Suterconvert cloud simple
2020-02-13 Augustin Degomme#139 :
2020-02-13 Martin Quinsondocument the actor-{daemon,join,kill} C examples
2020-02-13 Martin QuinsonMake sure that the doc of the sg_actor functions land...
2020-02-13 Martin Quinsonadd sg_actor_is_daemon()
2020-02-13 Martin Quinsonwe don't use doxygen's groups anymore
2020-02-13 Arnaud GierschUpdate tests.
2020-02-12 Frederic Suterignore binaries for new C examples
2020-02-12 Frederic Suterconvert msg/energy-consumption to c/energy-exec
2020-02-12 Frederic Suterplease intel compiler
2020-02-12 Arnaud GierschUpdate MANIFEST.in, .gitignore.
2020-02-12 Arnaud GierschAdd activity-test-wait testing test() and wait_for...
2020-02-12 Arnaud GierschAllow to call test() on canceled activities.
2020-02-12 Arnaud Giersch[sonar] Add const.
2020-02-12 Frederic Suterthis test has been converted
2020-02-11 Frederic SuterC version of async-waitall
2020-02-11 Frederic Suteradd actor-exiting in C
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 Martin QuinsonDoc++
2020-02-10 Frederic Sutertwo more conversions
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 GierschTodo-- (done since v3.25)
2020-02-09 Arnaud GierschActivity::State::ERRORED is never used.
2020-02-09 Arnaud GierschAdd one more state to assert.
2020-02-09 Arnaud GierschImprove coverage :p
2020-02-09 Frederic Suterfix refcount issue
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 Suterbummer. fix clang
2020-02-08 Frederic Suteradd sg_actor_exit and sg_actor_on_exit
2020-02-07 Frederic Suterconvert more exemples from MSG to S4U-C
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 SuterStart to get rid of storage examples in MSG
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 Arnaud GierschFix dist.
2020-02-06 Arnaud GierschAdd "explicit".
next