Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2020-02-01 Martin Quinsondocument netzones
2020-02-01 Martin Quinsondoc: fixes and document Link in the new way
2020-02-01 Martin Quinsonautodoxy: don't complain if the provided prototype...
2020-02-01 Martin Quinsonfinish the doc under the new format for Host
2020-01-31 Martin Quinsonignore MSG and friends on sonar
2020-01-31 Arnaud GierschFix test mc/mutex-handling.
2020-01-31 Arnaud GierschCosmetics: use std::vector, so that it's automatically...
2020-01-31 Augustin Degommeadd std=legacy flags for f77/f90 codes that don't compi...
2020-01-31 Martin Quinsontry to get the mpich3 tests to compile with gfortran 10
2020-01-31 Martin Quinsondocs/installing: improve the python part
2020-01-31 Martin Quinsondocument the enable_msg build-time flag
2020-01-31 Martin Quinsonlower-case -Denable_msg and improve changelog
2020-01-31 Arnaud GierschFinally disable deprecated options (Java and MSG) for...
2020-01-31 Arnaud GierschForgot a newline.
2020-01-31 Arnaud GierschCosmetics: consistently add an empty line between versions.
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-31 Arnaud GierschTrailing semicolons are not needed (codefactor.io/lintr).
2020-01-31 Arnaud GierschPlease codefactor.io/ShellCheck.
2020-01-31 Arnaud GierschEnable MSG for Coverage builds.
2020-01-31 Arnaud GierschRemove old workaround.
2020-01-31 Martin Quinsononly install the msg header if MSG was compiled in
2020-01-31 Martin QuinsonAdd some parallel tests in S4U too
next