Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / include / simgrid / s4u /
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonNew: s4u::Comm::get_dst_data()
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-18 Arnaud GierschNo need for <void> specialization.
2020-12-17 Arnaud GierschXBT_PUBLIC for mingw on appveyor.
2020-12-17 Arnaud GierschDefine Mailbox::get_unique() returning a std::unique_ptr.
2020-12-17 Arnaud GierschMake untyped Mailbox::get functions deprecated.
2020-12-17 Arnaud GierschPrepare the deprecation of untyped Mailbox::get functions.
2020-12-17 Arnaud GierschDefine typed templates for Mailbox::get and Mailbox...
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-10 Arnaud GierschKill dead code: tracing_category is managed by AnyActivity.
2020-12-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2020-11-29 Arnaud GierschFix comment.
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschVariables captured by copy are constant and cannot...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschConst Disk*.
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-04 Martin QuinsonLet netzones know about the links created in their...
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-08-26 Martin QuinsonAdd some s4u::Link setters, and doc improvements
2020-08-11 Martin QuinsonVM: allow to chain some setters
2020-07-27 Augustin Degommewhen enable_debug is turned off, these tests were failing.
2020-07-10 Arnaud GierschRemove unused state.
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud Gierschconst++
2020-07-08 Martin QuinsonProvide a S4U function to control the SNR level of...
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud GierschMake Engine::set_config(...) static functions.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/s4u/.
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-05-14 Martin Quinsonremove the src and dst from the Link::on_communicate...
2020-05-09 Martin Quinsoncosmetics
2020-05-06 Martin Quinsonthe on_exit() of each actor is also executed when the...
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-21 Frederic Suteradd the capacicity to modify links' latency and bandwidth
2020-03-30 Frederic Suteradd Mailox_listen_from
2020-03-29 Frederic Suterthe extraction of the graph is a NetZone method
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-05 Martin Quinsonsonar cleanups: pass large objects by const reference
2020-03-04 Martin Quinsonpass large objects by const ref to please sonar
2020-03-04 Martin Quinsonuse std::function instead of pointers to functions...
2020-03-03 Martin QuinsonAllow to set configuration items without parsing the...
2020-02-14 Frederic Sutermissing override
2020-02-14 Frederic Sutermerge ExecSeq and ExecPar into Exec (simdag-style)
2020-02-11 Martin Quinsonrename Host::send_to to sendto; add sendto_async
2020-02-10 Martin QuinsonDoc++
2020-02-09 Arnaud GierschActivity::State::ERRORED is never used.
2020-02-07 Arnaud GierschDefine method test() in Activity (common to Exec and...
2020-02-06 Frederic Suteradd C interface to disks
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Arnaud GierschAdd "const" to some getters of Activities.
2020-02-05 Arnaud GierschFix potential use after free.
2020-02-05 Arnaud GierschUse const reference for parameter of type ActorCodeFactory.
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-02-04 Arnaud GierschKill duplicate definition.
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-04 Martin QuinsonFix the refcounting in this C example
2020-02-04 Frederic Suterfix refcounting issues
2020-02-02 Martin Quinsonfinish the API under the new format
2020-02-01 Martin Quinsondocument Virtual machines
2020-02-01 Martin Quinsondocument netzones
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Frederic Suterallow for chaining of add_successor
2020-01-30 Frederic Sutersimplify dependencies stuff (less accessors)
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Martin Quinsonimplement generic ActivityPtr
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Frederic Suteruse ActivityPtr
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin Quinsonstart documenting Hosts in the new way
2020-01-29 Martin QuinsonDocument disks in the new way
2020-01-29 Martin Quinsonfiddle with the doc of actors
2020-01-28 Frederic SuterMerge branch 'master' into depencencies
next