Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
[simgrid.git] / src / kernel / activity / ActivityImpl.hpp
2020-02-10 Arnaud GierschMove ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
2020-02-10 Arnaud GierschDefine ActivityImpl::set_timeout().
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutercosmetics (less SIMIX, more kernel)
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-15 Martin Quinsonsmall comments improvements around a complex code
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud Giersch[sonar] clean_action() called from destructor should...
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 Suterfactor simcall/activity binding
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
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 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-27 Frederic Sutercosmetics
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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 Frederic Sutercomestics in src/kernel
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-13 Arnaud GierschDefine ActivityImpl::get_{name,cname}.
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-06 Frederic Suterfactor suspend/resume across Activities
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Suterallow all activities to set their tracing category
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Frederic Suterfactor surf_action_ in ActivityImpl
2019-02-01 Frederic Sutercosmetics
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin QuinsonRevert "stringify, snake_case and cleanups in k::ExecImpl"
2018-07-13 Martin Quinsonstringify, snake_case and cleanups in k::ExecImpl
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
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-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2017-12-08 Arnaud GierschFix another warning.
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-13 Martin Quinsoneradicate all remaining manual refcounting on ActivityImpl
2017-06-13 Martin Quinsonrefcount should be automatic now, and initialized to 0
2017-06-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-06 Frederic Sutertry to catch some leaks
2017-06-05 Martin Quinsonmake it possible to return intrusive_ptr in simcalls
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-30 Martin Quinsonhave only one refcounting system for the activities
2017-05-30 Martin Quinsonless black magic here
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-24 Frederic Suterfirst step towards a CommPtr
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...