Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factoring with an ActivityImpl::clean_action() method
[simgrid.git] / src / kernel / activity / CommImpl.hpp
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
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-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-20 Arnaud GierschMake cleanupSurf() private.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-15 Frederic Sutermake e_smx_comm_type_t be en enum class
2019-02-13 Frederic Suteradd start and copy_data methods to CommImpl
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-07-04 Martin Quinsonfinish removing simix.h from C files, and avoid the...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-24 Frederic Suterfirst step towards a CommPtr