9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update copyright lines for 2024. More... 12 months ago
Move function to the right tab. More... 12 months ago
retrieve a Host's Disk by its name More... 12 months ago
allow to access to an activity in an ActivitySet More... 12 months ago
Add an assert to avoid segfaults
mquinson
as Martin Quinson
More... 12 months ago
fix bug with detached Mess + more log More... about 1 year ago
protect this template against older C++ versions as it is only used in some cases and not relevant in most cases. It would break with codes explicitely having an older C++ requirement (and with future ones it will have to be switched to invoke_result_t also, as it is deprecated .. TODO)
degomme
as Augustin Degomme
More... about 1 year ago
smpicxx, bump requirement as simgrid wants 17
degomme
as Augustin Degomme
More... about 1 year ago
ho ho ho ! remove workaround now that ntpoly3.1 is out
degomme
as Augustin Degomme
More... about 1 year ago
allow a Mess to be detached More... about 1 year ago
Allow calling SMPI_app_instance_start with a function of any prototype and argument list More... about 1 year ago
Improve a comment, and try to failfast in case our expectations are violated
mquinson
as Martin Quinson
More... about 1 year ago
Bugfix: non-recursive locks must deadlock when relocking by same actor
mquinson
as Martin Quinson
More... about 1 year ago
Fix a segfault occuring when you display all logs in a simgrid sim
mquinson
as Martin Quinson
More... about 1 year ago
Fix a segfault in chord-parallel
mquinson
as Martin Quinson
More... about 1 year ago
Fix the tesh of the chord example
mquinson
as Martin Quinson
More... about 1 year ago
Timeout on communications do not interrupt the comm anymore
mquinson
as Martin Quinson
More... about 1 year ago
Comm timeout activities are no failure detectors (anymore)
mquinson
as Martin Quinson
More... about 1 year ago
Activities cannot timeout that way, forget it
mquinson
as Martin Quinson
More... about 1 year ago
Implement the timeouts of CV with a timer, and kill the now useless TimeoutDetector class
mquinson
as Martin Quinson
More... about 1 year ago
Some refactoring around activity finish()
mquinson
as Martin Quinson
More... about 1 year ago
Merge branch 'master' of framagit.org:simgrid/simgrid
mquinson
as Martin Quinson
More... about 1 year ago
Allow multiple waiting synchros per Actor and solve some timeout issues More... about 1 year ago
Cosmetics
mquinson
as Martin Quinson
More... about 1 year ago
Move even more finish() content to the common unregister_first_simcall() function
mquinson
as Martin Quinson
More... about 1 year ago
Get some light optimizations for developers (when compiling without optim but with warnings)
mquinson
as Martin Quinson
More... about 1 year ago
Even further symmetry between finish() of activities
mquinson
as Martin Quinson
More... about 1 year ago
Handle the disconnection of an activity from a WaitAny container along with its disconnection from actors
mquinson
as Martin Quinson
More... about 1 year ago
Do not handle cases that never happen
mquinson
as Martin Quinson
More... about 1 year ago
More uniformity between the Activity::finish() functions
mquinson
as Martin Quinson
More... about 1 year ago