Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cppcheck] Reduce scope for variable.
[simgrid.git] / src / s4u /
2019-08-15 Martin Quinsonnow, kernel::actor::simcall_blocking can return a value
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-10 Martin Quinsongetters don't have to be simcalls
2019-08-10 Martin Quinsonconvert simcall_process_sleep to modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
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-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-11 Frederic Suteradd a sg_actor_self_execute function
2019-07-10 Frederic Suteremptty said it is better like this. Obey!
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/30
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-14 Martin Quinsontiny doc improvements
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-04-19 Arnaud GierschRemove empty functions
2019-04-19 Frederic Suterfix GH#133
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 GierschUse the good interface.
2019-04-17 Arnaud GierschSmart pointer is not necessary for Actor::self.
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-27 Frederic Suteruse setters
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-21 Arnaud GierschUse C++ algorithms.
2019-03-21 Arnaud GierschUse xbt_malloc() and friends.
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 GierschAvoid deprecated type alias.
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsontiny doc improvement
2019-03-14 Martin QuinsonRestarting or killing maestro does not seem to be a...
2019-03-14 Frederic SuterWhat ActivityImpl child should look like IMHO
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 Arnaud GierschReferences++.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-12 Frederic Suterdon't use old fashioned simcall when you don't have to
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-08 Frederic Suterhopefully fix most issues. thx agier for spotting the...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
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().
next