Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the CondVar observer as it should
[simgrid.git] / src /
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-12 Martin QuinsonImplement pthread_cond in sthread -- too bad it's TODO...
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 QuinsonSmall typos in comments
2023-11-12 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-10 mlaurentAdd debug info for reversible race construction
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 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 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 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 QuinsonActions executed by the same actor are always dependent...
2023-11-06 Martin QuinsonODPOR: more verbose message on assertion failure
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 QuinsonFix gcc builds
2023-11-05 Martin QuinsonTry to survive to undefined preprocessor symbols
2023-11-05 Martin Quinsonunify struct and class declarations
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-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-02 Adrien Gougeonimprove chiller example. remove on_power_change signal...
2023-11-02 Martin QuinsonFix MC builds
2023-11-02 Martin QuinsonFix various build errors
2023-11-02 Martin QuinsonDo not use MC_process_clock_add() for now, as it makes...
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-10-30 Fred Suterno need to cast with ActivitySet
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-29 Martin QuinsonChange the way we're inserting elements in this map
2023-10-29 Martin QuinsonFix build with ns3 v3.36+
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-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterreindent
2023-10-26 Fred Suterrework MessImpl
2023-10-26 Fred Sutergot issues with get_id() while debugging. Add protection
2023-10-26 Fred Suterhandle Mess in Activity::wait_for
2023-10-26 Fred Suterhandle Mess in display actor status
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-10-25 Martin Quinsonsthread: implement recursive mutexes (test broken so...
2023-10-25 Martin Quinsonsthread: pthread_mutex_trylock shall return 0 on success
2023-10-25 Martin Quinsonsthread: do not intercept valgrind nor /bin/sh, and...
2023-10-25 Martin Quinsonsthread/ObjectAccess: bug fix + report when more than...
2023-10-24 Martin QuinsonInstructive error message
2023-10-24 Martin Quinsonsthread object tracker: allow recursive object accesses
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
2023-10-24 Martin QuinsonDocument a variable
2023-10-24 Martin QuinsonTypo + cosmetics in portability helpers
2023-10-23 Martin Quinsonsthread_access: also take the function name in the...
2023-10-23 Martin QuinsonCorrectly check the params of Sendrecv for buffer being...
2023-10-23 Martin QuinsonFix a bug found by MBI: Buffers of MPI_Sendrecv() must...
2023-10-21 Martin QuinsonFix the dependency of barrier from the same actor ...
2023-10-17 Augustin DegommeSMPI - delay allocation of mailboxes to save some memor...
2023-10-12 Fred Suter enable use of IO streams with Ptask model
2023-10-11 Martin QuinsonMerge branch 'task-dispatch' into 'master'
2023-10-10 Augustin Degommeapparently, deque is faster than list in our usecases
2023-10-10 AdrienMerge branch 'master' into 'task-dispatch'
2023-10-10 Adrien Gougeonupdate doc
2023-10-09 Adrien Gougeonadd possibility for a battery to be a simple connector...
2023-10-06 Fred SuterUse Ptr to store disks of a HostImpl, do not care about...
2023-10-05 Fred SuterReducing the number of refcount changes for ActivityImpl
2023-10-02 Adrien Gougeonremove unused variable
2023-10-02 Adrien Gougeonfix all Task examples to support the new Task format...
2023-09-28 Adrien Gougeonadd battery-chiller-solar example.
2023-09-27 Fred Sutersimplify and remove silly debug
2023-09-26 Fred Suterprefer returning a NetZone than a pair of NetPoints...
2023-09-25 Adrien Gougeonadd possibility to dispatch tasks (work in progress)
next