Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disks do not need this
[simgrid.git] / include / simgrid / s4u /
2019-09-10 Frederic SuterDisks do not need this
2019-09-09 Frederic Sutersimplify disk management
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-03 Frederic Suterworking implementation of storage on disks
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-26 Martin QuinsonMake SG_BARRIER_SERIAL_THREAD visible from C files too
2019-07-24 Martin QuinsonHost::get_englobing_zone() returns the englobing netzone
2019-07-13 Martin QuinsonIntroduce SG_BARRIER_SERIAL_THREAD
2019-07-11 Frederic Suteradd Host::send_to and sg_send_to
2019-07-10 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-07-10 Frederic Suteruntested C interface to Condition Variables
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-09 Loic GueganWifi model interface:
2019-07-09 Martin QuinsonHide hidden symbols from doxygen
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-15 Martin Quinsonlittle tiny fix toward doc homogeneity
2019-06-14 Martin Quinsontiny doc improvements
2019-06-03 Martin QuinsonAvoid a >>unused parameter ‘host’<< error on user code
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-28 Martin QuinsonDon't pretend we can move a parallel exec
2019-05-19 Martin Quinsonmake sure that nobody can compile s4u without simgrid...
2019-05-18 Arnaud GierschReturn const& for consistency.
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Millian Poquet[doc] fix another doxygen friendliness issue
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-04-19 Arnaud GierschRemove empty functions
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-17 Arnaud GierschSmart pointer is not necessary for Actor::self.
2019-04-17 Arnaud GierschUniformize get_impl(): const attribute, and return...
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic Suterplease clang
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-03-19 Arnaud GierschDisallow direct destruction of Mailbox (make dtor private).
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-18 Arnaud GierschUnhide non-deprecated declaration.
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-06 Frederic Suterplease sonar
2019-03-05 Frederic Suterplease clang
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Martin Quinsonthose pimpl are actually never null, stop fooling sonar
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsondon't let sonar think that pimpl_ can be null
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Frederic Sutersnake case this bool
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-23 Frederic Suterplease sonar
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Frederic Sutermake destructor public
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-20 Frederic Suterdamned picky clang
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutersave a cast
2019-02-20 Frederic Sutercleanups and uniformization in Activity headers
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-09 Arnaud GierschAdd const attribute.
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Martin Quinsonnew functions: Link::is_{on,off}()
2019-02-08 Martin Quinsonallow to set a profile to links and hosts from S4U
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-02-01 Frederic Suterproperly split init and start for IO activities
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-21 Martin Quinsonfurther s/trace/profile/ cleanups
2019-01-21 Martin QuinsonDoc improvement
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin Quinsontiny doc improvement
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-07 Martin Quinsondoc: fix copy/paste error
2019-01-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
next