Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / activity /
2023-11-23 Martin QuinsonProperly register the waiter in wait_any_for(), so...
2023-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-21 Fred Suterstrenghten the behavior of Message queues after some...
2023-11-19 Fred Suteradd specifying handling of timeout for MessImpl (none...
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-13 Martin QuinsonTry to fix a failure about mutex freed too early in RMA
2023-11-13 Martin QuinsonNew method: MutexImpl::is_granted()
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-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Martin QuinsonMake sure that the ID of a semaphore does not change...
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-27 Martin QuinsonHack to make liveness work on Debian testing
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterrework MessImpl
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
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-05 Fred SuterReducing the number of refcount changes for ActivityImpl
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-07-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-24 Martin QuinsonIntroduce a Mailbox::get_async() with no payload parameter
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Arnaud GierschMove signals "on_(this_)start" and methods "fire_on_...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-15 Martin QuinsonMC: Give an ID to comms to not use their pointer value...
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschAnother round of pointer-to-const for sonar.
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Arnaud GierschCall CommImpl::set_iface(nullptr) as soon as the comm...
2023-06-05 Martin QuinsonMerge branch 'odpor-clean-ups' into 'master'
2023-06-05 Martin QuinsonRemove a test that was indended to show that this branc...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-02 Arnaud GierschThis should be fixed now.
2023-06-01 Fred Suterproperly remove the old signals and prevent MC to fire...
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-05-31 Fred Suterfiring on_this_completion breaks a lot of tests and...
2023-05-31 Fred Suterforgot to fire signals
2023-05-31 Fred Suter add on_this_completion signal to Activities
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-24 Martin QuinsonSpecialize the Activity on_veto, on_suspend and on_resu...
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Martin QuinsonVarious cleanups in the Host signals
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschInline s4u::Comm::copy_pointer_callback which is the...
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-05 Arnaud GierschDon't clear flops_amount on ExecImpl::reset.
2023-02-26 Martin QuinsonKill a now useless field
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-26 Martin QuinsonFurther simplify the way host failures are detected
2023-02-25 Martin QuinsonSimplify the way Execs detect host failures
2023-02-24 Arnaud GierschClear timeout detectors on finish().
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Martin QuinsonDo not clean twice in Activity::post(), so that even...
2023-02-23 Fred Suteruniformization: call post that calls finish
2023-02-23 Martin QuinsonSanitize the handling of timeouts in CommImpl, ExecImpl...
2023-02-23 Martin QuinsonPrefer ActivityImpl::post() to ::finish() that should die
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-18 Martin Quinsonreduce the amount of header includes in headers, to...
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-01-24 Arnaud GierschUnsigned cannot be < 0.
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-05 Arnaud GierschMerge "else" branches.
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-21 Fred Suterbetter failure handling for streams
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-02 Arnaud GierschSpurious #include.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Fred Suterintroduce s4u::Io::streamto
next