Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / s4u /
2023-11-27 Arnaud GierschRemove deprecated features for next release (3.36).
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-15 Martin QuinsonFix Host::execute to use *this as a host location,...
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-14 Martin QuinsonGive a way to C users to not leak activities in activityset
2023-11-13 Martin QuinsonSanity check that mutex are empty when destroyed
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 QuinsonNew function s4u::Mutex::get_owner()
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonDo not use MC_process_clock_add() for now, as it makes...
2023-11-02 Martin QuinsonMC: add an observer to sleep simcalls
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-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 Suterhandle Mess in Activity::wait_for
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 AdrienMerge branch 'master' into 'task-dispatch'
2023-10-10 Adrien Gougeonupdate doc
2023-10-02 Adrien Gougeonremove unused variable
2023-10-02 Adrien Gougeonfix all Task examples to support the new Task format...
2023-09-25 Adrien Gougeonadd possibility to dispatch tasks (work in progress)
2023-09-24 Fred Suterfurther progress towards deprecation of complex add_route
2023-09-22 Martin QuinsonMerge branch 'task-doc' into 'master'
2023-09-22 Fred SuterCan also connect a NetZone to anybody and anobody to...
2023-09-21 Fred Sutersimpler way to define routes between zones (and between...
2023-09-21 Fred SuterExplicitely create, store, and expose NetZone gateway(s)
2023-09-21 Fred Suterwe don't do AS anymore
2023-09-21 Adrien Gougeonadd doc about parallel tasks. fix some warning in plugi...
2023-09-21 AdrienMerge branch 'master' into 'photovoltaic-revamp'
2023-09-18 Martin QuinsonMerge branch 'chiller-plugin' into 'master'
2023-09-18 Martin QuinsonMerge branch 'task_dispatch' into 'master'
2023-09-14 Adrien Gougeonadd keyword horizontal scaling to doc
2023-09-14 Adrien Gougeonadd the possibility to increase the parallelism degree...
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-07-25 Martin QuinsonAlso deprecate Activity::waitany/waitall/testany
2023-07-25 Martin QuinsonDeprecate/remove Comm::wait_any and Comm::wait_any_for
2023-07-25 Martin QuinsonStop using comm-waitany in a test which contains Networ...
2023-07-25 Martin QuinsonDeprecate 2 C functions
2023-07-25 Martin QuinsonDeprecate/remove Io::waitany() and waitanyfor()
2023-07-24 Martin QuinsonKill an unused variable
2023-07-24 Martin QuinsonComm::waitallfor() is gone too
2023-07-24 Martin QuinsonDeprecate Comm::wait_all(). Remove it in python
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-07-21 Martin QuinsonC bindings of ActivitySet, along with 4 examples
2023-07-20 Martin QuinsonImplement Exec::wait_any on top of ActivitySet and...
2023-07-20 Fred SuterMerge branch 'master' into jbod
2023-07-19 Martin QuinsonAdd a add_route with s4u::Link instead of LinkInRoute
2023-07-19 Martin QuinsonAdd a add_route for hosts, without gateways
2023-07-15 Martin QuinsonMerge branch 'fix-comm-signal' into 'master'
2023-07-11 Arnaud GierschPlease Asan.
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Martin QuinsonNew example: activityset-waitallfor
2023-07-10 Adrien Gougeonupdate comm status BEFORE sending signals
2023-07-10 Martin QuinsonConvert an example to the new activity sets
2023-07-09 Martin QuinsonImplement ActivitySet
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
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' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 Arnaud GierschMisc. Sonar smells.
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-27 Arnaud GierschRemove deprecated features for next release (3.35).
2023-06-26 Martin QuinsonSince we skip a release, use XBT_ATTRIB_DEPRECATED_v338...
2023-06-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-21 Fred Suterrename enqueue_execs into enqueue_firings
2023-06-21 Fred Sutercleanups and refactoring in s4u::Task
2023-06-20 Fred SuterMove Tasks from a plugin to s4u
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentStop using default mpi_call
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
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 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-04 Fred Suterfire on_start for one-sided communication instead of...
2023-06-04 Fred Suteradd Comm::on_this_send and Comm::on_this_recv
next