Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::unique_ptr to manage memory.
[simgrid.git] / include / simgrid / s4u /
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
2019-01-03 Martin Quinsonpy: another example: actor-join
2019-01-03 Martin QuinsonPython: many improvements; add a new example (actor...
2018-12-31 Martin Quinsonemission does not seem to be the correct word here
2018-12-31 Martin Quinsonpython: improve the documentation
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-12-26 Martin Quinsonpython: add the docstrings
2018-12-25 Martin Quinsonhide deprecated methods from doxygen
2018-11-29 Martin QuinsonTiny doc improvement
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-21 Martin Quinsontiny doc improvement
2018-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-17 Frederic Suterback to business!
2018-11-16 Millian PoquetMerge commit 'c619e9d16'
2018-11-16 Millian Poquet[misc] fix deprecation msg for Actor::setProperty
2018-11-11 Martin Quinsondoc: say that set_receiver() adds a silly ref to the...
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-10-19 Martin QuinsonMerge branch 'fix-multi-smpi-buffer-double-free' into...
2018-10-17 Martin QuinsonSanitize the API of this_actor::parallel_execute()
2018-10-17 Martin QuinsonHide ugly things from the doc
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin Quinsonmove the DTD file from gforge to our own homepage
2018-10-12 Martin QuinsonFix documentation: I inverted 2 host model names
2018-10-11 Martin QuinsonMerge pull request #307 from Jean-Emile/v3.20-expose...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-10 Martin Quinsonwoops, I broke the build while fixing the doc
2018-10-10 Martin Quinsondocs: try to add a doxygene xample, but breathe does...
2018-10-09 Martin QuinsonAdd a link from API ref to example
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-09 Martin QuinsonImprove the doc of parallel executions
next