Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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".
2020-02-06 Frederic Suteradd C interface to disks
2020-02-06 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-06 Julien EMMANUELMake docs generation compatible with Sphinx 2.x
2020-02-06 Arnaud GierschConvert surf/maxmin_bench to xbt/random too.
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud Giersch[examples/s4u-app-bittorrent] Use a different RNG for...
2020-02-06 Arnaud Giersch[examples/s4u-dht-chord] Use a different RNG for each...
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschPlug memory leak, and othre polishing.
2020-02-06 Arnaud GierschUpdate Copyright line.
2020-02-06 Arnaud GierschCatch any kind of Exception here (revert previous change).
2020-02-06 Martin QuinsonEnsure that I don't 'fix' it by accident in the future
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 GierschClose simgrid/simgrid#43 on framagit, and update ChangeLog.
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 Julien EMMANUELFix overflow of large parameters in doc
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-06 Arnaud GierschWarnings in docs (spaces and consts).
2020-02-06 Arnaud GierschAvoid needless loop.
2020-02-06 Arnaud GierschSimplify logic.
2020-02-05 Arnaud Giersch[examples/s4u-dht-chord] Handle TimeoutException which...
2020-02-05 Arnaud Giersch[examples/s4u-dht-chord] Simplify nested loops in Node...
2020-02-05 Arnaud Giersch[examples/s4u-dht-chord] Move implementation for Node...
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Julien EMMANUELFix 'TOC' image size in doc
2020-02-05 Arnaud GierschConst++.
2020-02-05 Arnaud GierschAdd "const" to some getters of Activities.
2020-02-05 Arnaud GierschFix potential use after free.
2020-02-05 Arnaud GierschUse const reference for parameter of type ActorCodeFactory.
2020-02-05 Frederic Suterfix
2020-02-05 Frederic Sutermake C version of actor-create functional
2020-02-05 Frederic Suterconvert a MSG test to a s4u-c example
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Martin Quinsonconvert two tesh to use s4u instead of using SIMIX...
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-02-04 Arnaud GierschKill duplicate definition.
2020-02-04 Martin Quinsonget my crude hack in MSG to compile on both gcc and...
2020-02-04 Martin Quinsondocker: don't build java nor MSG on unstable
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 Quinsonfix make distcheck and pip compile
2020-02-04 Martin QuinsonModern C++: prefer type aliasing with using to C-style...
2020-02-04 Martin QuinsonAdd the 2 new C examples to the doc; use sg_comm_wait_a...
2020-02-04 Martin Quinsondoc: allow to document C examples
2020-02-04 Martin Quinsonfixups in the C API
2020-02-04 Martin Quinsonnew C example on actor creation
2020-02-04 Martin Quinsonc/async-waitany: cleanups to align with cpp and py
2020-02-04 Martin Quinsonmove this first C example to the example directory...
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 Suterconvert a msg test to C-s4u (borken for now)
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-03 Frederic Suteradd more C types
2020-02-02 Arnaud GierschIntroduce XBT_ATTRIB_DEPRECATED_v330.
2020-02-02 Martin Quinsoncmake: kill an unused variable: SIMGRID_VERSION_DATE
2020-02-02 Martin Quinsondocker: update the link to the latest stable release
2020-02-02 Martin QuinsonStart the dev of 3.26
2020-02-02 Martin QuinsonMerge branch 'stable'
2020-02-02 Martin QuinsonRelease 3.25 v3.25
2020-02-02 Martin QuinsonRelease 3.25
2020-02-02 Martin Quinsonfinish the API under the new format
2020-02-02 Martin Quinsonautodoxy: Don't ignore const-ness discrepencies in...
2020-02-02 Martin Quinsonno need to link the python doc to the C++ one with...
2020-02-01 Arnaud GierschAdd suppressions for TSan.
2020-02-01 Arnaud GierschRename ASAN suppressions file.
2020-02-01 Arnaud Giersch[sonar] const++
2020-02-01 Martin Quinsondocument Virtual machines
next