Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add s4u-cloud-simple to the list of examples
[simgrid.git] / src / kernel / activity /
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Suterplease sonar, pass parameters to lambda
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-04-19 Arnaud GierschRemove empty functions
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschCosmetics.
2019-04-17 Arnaud Giersch[sonar] clean_action() called from destructor should...
2019-04-16 Arnaud GierschDon't make exception on timeout.
2019-04-13 Frederic Suterplease sonar: replace void* by unsigned char* for raw...
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Sutersimplify
2019-04-05 Frederic Suterfactor simcall/activity binding
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-03 Frederic Sutermake more sense
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic Suterrework terminaison of IoImpl
2019-04-02 Frederic Suterrework terminaison of SleepImpl
2019-04-02 Frederic SuterDONE is not an expected state for Raw activities
2019-04-02 Frederic Suterfactor cancel across activities
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Frederic Suterfactor get_remaining across acitvities
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-01 Arnaud GierschReally detach detached sends.
2019-03-29 Frederic Sutermore uniformity in kernel
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 Sutercosmetics
2019-03-27 Frederic Suteruse setters
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-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic Suterrework SleepImpl (and save a cast)
2019-03-14 Frederic Suterlet base class dtor deal with surf action
2019-03-14 Frederic SuterWhat ActivityImpl child should look like IMHO
2019-03-13 Arnaud GierschUse std::unordered_map + save an indirection.
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-06 Frederic Suterplease sonar
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-27 Frederic Suterfix (#220) ?
2019-02-25 Arnaud GierschKill now unused functions SIMIX_mutex_{un}ref.
2019-02-25 Frederic Suterpriority and bound of MSG tasks can only be set BEFORE...
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-23 Frederic Suterdont call HANDLER
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Arnaud GierschThis is a CommImpl*.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschSimcall waitany really takes a dynar of ActivityImpl*.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-20 Arnaud GierschCosmetics: adjust method names in debug messages.
2019-02-20 Arnaud GierschMake cleanupSurf() private.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic SuterSIMIX_io_finish becomes IoImp::finish
2019-02-18 Frederic Suteradd a StorageFailureException
2019-02-18 Frederic Suter_SIMIX_cond_wait becomes ConditionVariable::wait
2019-02-18 Frederic SuterSIMIX_synchro_wait becomes RawImpl::start
2019-02-18 Arnaud GierschAvoid some casts and copies of CommImplPtr.
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-15 Arnaud GierschCosmetics (and please scan-build about potential null...
2019-02-15 Arnaud GierschUnsigned cannot become negative.
2019-02-15 Arnaud GierschMore std::string parameters.
2019-02-15 Frederic Suterfix build
2019-02-15 Frederic Sutermake e_smx_comm_type_t be en enum class
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-13 Arnaud GierschUse get_cname() instead of name_.c_str().
2019-02-13 Arnaud GierschDefine ActivityImpl::get_{name,cname}.
2019-02-13 Frederic Suteradd start and copy_data methods to CommImpl
next