Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Use std::function.
[simgrid.git] / src / s4u /
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsonsonar: pass large parameters as const; don't name unuse...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Frederic Sutersnake case this bool
2019-03-01 Frederic Suterremove useless simcall for IO too and use better casts
2019-03-01 Frederic SuterThe creation of the pimpl needs no simcall
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-27 Arnaud GierschRemove dead code after returrn statement.
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Frederic Sutersource is sender's host. One field is enough
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-23 Frederic SuterSIMIX_mutex_{un}ref become MutexImpl::{un}ref
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-22 Frederic Suterdumb me.
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-22 Arnaud GierschThrow exception when comm was canceled.
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suterfix some issues with Cancel
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 Frederic Sutermove a function to a righter place
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-18 Frederic SuterSIMIX_io_finish becomes IoImp::finish
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
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-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-13 Arnaud GierschUse get_cname() instead of name_.c_str().
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart
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-12 Frederic Sutera bug notified on July 28, 2014 is finally solved \o/
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic SuterSIMIX_process_killall becomes ActorImp::kill_all
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-09 Arnaud GierschAdd const attribute.
2019-02-08 Frederic Suterbetter chaining
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Frederic Suternamespace and method chaining for Io activities
2019-02-08 Martin Quinsonfix misleading doc!
2019-02-08 Martin Quinsonnew functions: Link::is_{on,off}()
2019-02-08 Frederic Suterchange_host -> set_host
2019-02-08 Martin Quinsonallow to set a profile to links and hosts from S4U
2019-02-06 Arnaud GierschAssert that there is no memory leak (help scan-build).
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Frederic SuterSIMIX_process_change_host becomes ActorImpl::change_host
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud Giersch[codacy/cppcheck] Reduce scope for variables.
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-03 Frederic SuterEngine is in charge of platform creation, not SIMIX...
2019-02-03 Frederic Sutermove code to the right place
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-24 Arnaud Giersch[sonar] Anonymize unused parameters.
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-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-11 Martin QuinsonFix signess that bother Qt Creator
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
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-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
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-12 Martin Quinsonfix clang build
2018-11-11 Martin Quinsontiny factorizations and doc improvements
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-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-11 Martin Quinsonimprove the doc of the host plugin API
2018-10-11 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
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-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-09 JeDExpose Host Load for Java API through JNI
2018-10-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-10-01 Martin QuinsonMerge pull request #303 from mpoquet/s4u-semaphore
2018-10-01 Millian Poquet[s4u] implement semaphore as direct SIMIX wrapper
2018-09-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-09-26 Martin QuinsonAllow to chain calls to activity::Comm functions
2018-09-24 Martin QuinsonMerge pull request #299 from mpoquet/example/s4u-barrier
next