Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-11-08 Martin QuinsonFix the tesh files now that the ODPOR algo was changed...
2023-11-08 Martin QuinsonSpit a message when ODPOR is not optimal
2023-11-08 mlaurentRedondant line in insertion
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-08 Martin QuinsonFix ODPOR: overapproximate ReversibleRace (to not miss...
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-08 mlaurentAdd debug log for ODPOR + required explaining comments
2023-11-08 Martin QuinsonFix SemWai::ReversibleRace()
2023-11-07 Martin QuinsonSimply rewrap comments and reindent, no real change
2023-11-07 Martin QuinsonAdd an assert that the checker don't try to exec disabl...
2023-11-07 Martin QuinsonImprove the debug messages
2023-11-07 Martin QuinsonTell the MC transition about the semaphore capacity...
2023-11-07 Martin QuinsonMake sure that the ID of a semaphore does not change...
2023-11-07 Martin Quinsoncosmetics: this is an ID, not a ptr
2023-11-07 Arnaud GierschTry to help gcovr with option --gcov-ignore-errors.
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 mlaurentAdd some debug info
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-06 Martin Quinsonalso remove xbt/automaton which was only useful to...
2023-11-06 Martin QuinsonChange most mcmini tests to odpor reduction; the unchan...
2023-11-06 Martin QuinsonActions executed by the same actor are always dependent...
2023-11-06 Martin QuinsonODPOR: more verbose message on assertion failure
2023-11-06 Martin QuinsonThis option is used in MC, so it won't go anytime soon
2023-11-06 Martin QuinsonTroubleshooting Homebrew binaries on macOS (Thanks...
2023-11-05 Martin QuinsonAnother attempt to fix the printf issue on mac: don...
2023-11-05 Martin QuinsonThere is too much boost include to protect, disable...
2023-11-05 Martin QuinsonAvoid casting errors in printf on MacOSX
2023-11-05 Martin Quinson was for stateful MC, remove this
2023-11-05 Martin QuinsonFix gcc builds
2023-11-05 Martin QuinsonTry to survive to undefined preprocessor symbols
2023-11-05 Martin QuinsonTry to activate -Wundef on all builds
2023-11-05 Martin QuinsonModel-checking is robust now that it's stateless MC...
2023-11-05 Martin QuinsonRestaure INCLUDE(CheckCCompilerFlag) in cmake
2023-11-05 Martin Quinsonunify struct and class declarations
2023-11-05 Martin QuinsonRemove some restrictions on enable_model-checking now...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-05 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-05 Martin QuinsonAdd a cmake option to disable McMini tests, and rename...
2023-11-04 Martin QuinsonDocument all commits of this release cycle so far
2023-11-04 Martin QuinsonIgnore McMini tests from sonar analysis
2023-11-04 Augustin Degommeadd some new MPI4 unsupported partitioned communication...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-03 Martin QuinsonFix an ODR reported by ASan
2023-11-03 Martin QuinsonMerge branch 'memleak-battery' into 'master'
2023-11-03 Adrien Gougeonfix memleak in battery examples and task-storm
2023-11-02 Martin Quinsontesh: helpful message on syntax error
2023-11-02 Martin QuinsonAdd more tests from McMini
2023-11-02 Adrien Gougeonmissing static keyword
2023-11-02 Adrien Gougeonimprove chiller example. remove on_power_change signal...
2023-11-02 Adrien Gougeonbetter comments on examples
2023-11-02 Adrien Gougeonadd comment about chiller/battery plugins. Fix chiller...
2023-11-02 Martin QuinsonRemove ignored lines from tesh files, uberbumer
2023-11-02 Martin QuinsonFix MC builds
2023-11-02 Martin QuinsonFix various build errors
2023-11-02 Martin QuinsonMissing files
2023-11-02 Martin QuinsonDo not use MC_process_clock_add() for now, as it makes...
2023-11-02 Martin QuinsonAdd an example from the McMini project to test sthread...
2023-11-02 Martin QuinsonMC: more debug messages
2023-11-02 Martin QuinsonActions executed by the same actor are always dependent
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
2023-11-02 Martin QuinsonMC: display the 100 first transitions when we reach...
2023-11-01 Augustin DegommeRevert "attempt at turning docker build into performanc...
2023-11-01 Augustin Degommeattempt at turning docker build into performance regres...
2023-11-01 Martin QuinsonDo not remove smpi run dependencies from docker images
2023-10-30 Fred SuterDocument Message Queues (and the change of data structu...
2023-10-30 Fred Sutermore ignorance
2023-10-30 Fred Suterno need to cast with ActivitySet
2023-10-30 Fred Suterno need to cast with ActivitySet
2023-10-30 Fred Suteradd MessageQueue to all ActivitySet examples
2023-10-30 Martin QuinsonFix make distcheck for Fred :)
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-29 Augustin Degommesecond part of bigdft fix
2023-10-29 Augustin Degommebigdft - work around issue with ntpoly 3.0.0
2023-10-29 Augustin Degommestarpu: oops, uncomment lines [ci-skip]
2023-10-29 Augustin Degommestarpu: fix url for 1.3 [ci-skip]
2023-10-29 Augustin Degommestarpu: change URL of tarballs... Nothing new was teste...
2023-10-29 Martin QuinsonNinja verbose build is not like the Makefile ones
2023-10-29 Martin Quinsonjenkins: use ninja when available as it's a few percent...
2023-10-29 Martin QuinsonChange the way we're inserting elements in this map
2023-10-29 Martin Quinsontesh: disable the auto-valgrind option in the test...
2023-10-29 Martin Quinsontesh: rerun the command in valgrind if it segfaults
2023-10-29 Martin Quinsontesh: report when the command got signaled in addition...
2023-10-29 Martin QuinsonFix build with ns3 v3.36+
2023-10-28 Martin Quinsonproject_description: fix the RE catching the ns-3 versi...
2023-10-27 Martin QuinsonHack to make liveness work on Debian testing
2023-10-27 Fred Suterbug fix in programmatic declaration of routes with...
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-27 Martin QuinsonFix non-Linux builds
2023-10-27 Martin QuinsonMissing files, and fix make distcheck
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterrevalidate
2023-10-26 Fred Suterextend example to add message queues
2023-10-26 Fred Suterreindent
2023-10-26 Fred Suterrework MessImpl
2023-10-26 Fred Suterno size for message queue, and no 0-timeout either!
2023-10-26 Fred Sutergot issues with get_id() while debugging. Add protection
2023-10-26 Fred Suterthis line cost me a day. pimpl_ is inherited from Activ...
2023-10-26 Fred Suterhandle Mess in Activity::wait_for
2023-10-26 Fred Suterhandle Mess in display actor status
next