Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2020-01-31 Martin Quinsonfix tests when building lua w/o MSG
2020-01-30 Martin Quinsonfix pip builds
2020-01-30 Martin Quinsonrevalidate a python tesh after the merge of SimDAG++
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin Quinsontravis: windows needs java+MSG
2020-01-30 Martin Quinsonbe coherent on building Java/MSG on gitlab-ci, too
2020-01-30 Martin Quinsonbe coherent on Java vs. MSG on travis, circleci and...
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin Quinsonbummer
2020-01-30 Martin QuinsonJenkins: don't fail when Java/no MSG
2020-01-30 Martin Quinsonjenkins: Add MSG/NOMSG to the Flags job alternative
2020-01-30 Martin Quinsonfix make distcheck
2020-01-30 Martin Quinsonjenkins: turn Java and MSG off on non-MC builds
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 Suterplug leak and check received payload
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Frederic Sutertest dependencies with Comm too
2020-01-30 Augustin Degommeadd smpi_execute_flops_benched call
2020-01-30 Frederic Suterallow for chaining of add_successor
2020-01-30 Frederic Sutersimplify dependencies stuff (less accessors)
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Martin Quinsonimplement generic ActivityPtr
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Martin Quinsonfix a FIXME
2020-01-30 Frederic Suteruse ActivityPtr
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin QuinsonPrepare the upcoming release.
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin Quinsoncosmetics in CMakeLists.txt
2020-01-29 Martin QuinsonMC: more specific doc in the user API
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 Martin QuinsonDocument disks in the new way
2020-01-29 Martin Quinsonfiddle with the doc of actors
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.
2020-01-28 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Augustin Degommekeep quiet for valgrind tests on ci to avoid false...
next