Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-11-27 Arnaud GierschAdd new entry in Release_Notes. master next
2023-11-27 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v340.
2023-11-27 Arnaud GierschRemove deprecated features for next release (3.36).
2023-11-26 Martin QuinsonKill an external dependency that was for stateful MC
2023-11-26 Martin QuinsonPost-release cleanups
2023-11-23 Martin QuinsonRelease v3.35 stable v3.35
2023-11-23 Martin QuinsonMore doc for SMPI
2023-11-23 Martin QuinsonProperly register the waiter in wait_any_for(), so...
2023-11-22 Augustin Degommechangelog update
2023-11-21 Arnaud GierschUpdate MANIFEST.in.
2023-11-21 Arnaud GierschUpdate python/clusters-multicpu to the new API.
2023-11-21 Arnaud GierschUpdate XBT_ATTRIB_DEPRECATED_v??? in comments.
2023-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-21 Martin Quinsonfurther improvement to the doxygen doc
2023-11-21 Fred Suterstrenghten the behavior of Message queues after some...
2023-11-20 Martin Quinsonf
2023-11-20 Martin QuinsonDon't use export_values() in pybind11 enums, as it...
2023-11-20 Martin Quinsontiny improvement to find-missing: document missing...
2023-11-20 Martin QuinsonMerge branch 'task-docs' into 'master'
2023-11-20 Martin QuinsonFix a bug in concurrent modif of a collection that...
2023-11-20 Martin QuinsonEnable GLIBCXX_DEBUG in maintainer mode
2023-11-20 Martin QuinsonRegenerate those files with mpi_isendrecv and mpi_isend...
2023-11-20 Adrien Gougeonfix missing doc for Tasks
2023-11-20 Martin QuinsonFix a dead store reported by infer
2023-11-19 Martin QuinsonPlug a memleak
2023-11-19 Martin QuinsonAdd what's missing to obey the deprecation warning...
2023-11-19 Martin QuinsonFix some more doc errors. There is so many of them :(
2023-11-19 Martin QuinsonKill unstandard, untested and dubious ways to use Condi...
2023-11-19 Fred Suteradd specifying handling of timeout for MessImpl (none...
2023-11-17 Augustin Degommeadd 2 tests for comm
2023-11-17 Augustin Degommeone more test for attr
2023-11-17 Augustin Degommeadd one more test
2023-11-17 Augustin Degommeadd tests for isendrecv and isendrecv_replace
2023-11-17 Augustin Degommeadd new coll tests
2023-11-17 Augustin Degommeimplement mpi_isendrecv and mpi_isendrecv_replace
2023-11-17 Augustin Degommeadd gatherv test
2023-11-17 Augustin Degommefix warning in mpich new test
2023-11-16 Augustin Degommesmpi: fix issue with message IDs. In case of persistent...
2023-11-16 Augustin Degommeadd some new pt2pt tests from mpich
2023-11-16 Martin QuinsonFix some more doc bugs
2023-11-16 Martin QuinsonDocument ActivitySet
2023-11-16 Martin QuinsonFix some doxygen errors
2023-11-16 Martin QuinsonDeprecate the bindings of a deprecated function
2023-11-16 Martin QuinsonEase the usage of cmake for SMPI programs
2023-11-16 Martin QuinsonAnother attempt at fixing the Flag2 job of jenkins
2023-11-16 Martin QuinsonJenkins::Flag2: use ninja if avail; verbose builds
2023-11-15 Martin QuinsonGive a way to add binaries to the list that shouldn...
2023-11-15 Martin Quinsonstop being a stupidly rushing boar (hopefuly)
2023-11-15 Martin QuinsonProperly pass the LD_PRELOAD as a setenv command in...
2023-11-15 Martin Quinsontesh: allow variable substitutions in setenv cmds,...
2023-11-15 Martin QuinsonRework the doc of model-check/replay, and add an exampl...
2023-11-15 Martin Quinsoncut the backtrace displayed from sthread to the sthread...
2023-11-15 Martin QuinsonVarious doc improvements
2023-11-15 Martin QuinsonFix Host::execute to use *this as a host location,...
2023-11-15 Martin Quinsontypo
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-15 Adrien Gougeonadd get_name for batteries. update dag_from_json to...
2023-11-15 Martin QuinsonDraft a release
2023-11-14 Martin QuinsonFix an ODR reported by ASan
2023-11-14 Martin QuinsonHave create_jbod() return a JbodPtr instead of Jbod...
2023-11-14 Martin QuinsonGive a way to C users to not leak activities in activityset
2023-11-14 Martin QuinsonTry to fix a compiler error seen on Flag2 job of jenkins
2023-11-13 Martin QuinsonMC: move the reversible_race logic to the Transition...
2023-11-13 Fred Sutersimplify the way Jbods are defined
2023-11-13 Martin Quinsonanother try at cleanly unlocking the mutexes before...
2023-11-13 Martin QuinsonTry to fix a failure about mutex freed too early in RMA
2023-11-13 Martin QuinsonFix clang builds
2023-11-13 Martin QuinsonNew method: MutexImpl::is_granted()
2023-11-13 Martin QuinsonMore forward declarations
2023-11-13 Martin QuinsonSanity check that mutex are empty when destroyed
2023-11-13 Martin QuinsonCheck in the right location that a mutex is provided...
2023-11-13 Martin QuinsonRename the CondVar observer as it should
2023-11-13 Martin QuinsonMove the conditionVariable observer to the right file
2023-11-13 Martin QuinsonSanity checks about the lock protecting a pthread_cond
2023-11-13 Martin QuinsonNew function s4u::Mutex::get_owner()
2023-11-13 Martin QuinsonTemplate implem of cond_timedwait in sthread
2023-11-13 Martin QuinsonAnother easy test from McMini
2023-11-13 Augustin Degommehopefully bigdft CI (work around an issue we identified...
2023-11-12 Martin QuinsonImplement pthread_cond in sthread -- too bad it's TODO...
2023-11-12 Martin QuinsonDocument all changes so far
2023-11-12 Martin QuinsonImplement pthread_barrier calls in sthread, and test...
2023-11-12 Martin QuinsonRefactorize the sthread interception of functions
2023-11-12 Martin QuinsonAdd more Mc Mini tests
2023-11-12 Martin QuinsonRevalidate the tesh files that got invalidated by a...
2023-11-12 Martin QuinsonSmall typos in comments
2023-11-12 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-12 Martin QuinsonFix tesh autotests after recent change to display the...
2023-11-12 Arnaud GierschUpdate .mailmap.
2023-11-10 mlaurentAdd debug info for reversible race construction
2023-11-09 mlaurentFix tesh with new dependencies on Mutex
2023-11-09 mlaurentRaffine reversible race calculation for MutexWait
2023-11-09 mlaurentAdd a missing independence theorem about Mutex
2023-11-09 Martin QuinsonCleanup work to make is_race_reversible() a method...
2023-11-09 mlaurentFix some tesh after changing dependence relation about...
2023-11-09 mlaurentSuppressed a bit too much of codes
2023-11-09 mlaurentClang format over some mc files
2023-11-09 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-09 mlaurentDiscard the wakeup tree when ODPOR reaches a disabled...
2023-11-08 Martin Quinsontesh: display the run command ASAP, not after its timeout
next