Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / include / simgrid / kernel / future.hpp
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-02 Arnaud Giersch[sonar] Use "std::make_shared" to construct "std::share...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-17 Arnaud GierschTypos.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-02-28 Arnaud GierschMake capture list explicit.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-18 Frederic Suterobjectify simix timers.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-06 Augustin Degommefix gcc 9 warnings. Have to check if the std::move...
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-16 Martin Quinsonsnake_case xbt/future.hpp
2018-06-16 Martin Quinsonsnake_case xbt/future.hpp
2018-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-04-26 Arnaud GierschFix more Doxygen warnings.
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 GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2017-12-07 Arnaud GierschAnother "explicit" forgotten with previous commits.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::kernel::Future constru...
2017-12-07 Arnaud GierschAdd explicit keyword to one-parameter constructors.
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-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 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschChange some struct to class.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Arnaud GierschReturn what was apparently intended.
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Martin Quinsonremove some explicit keywords that I barely understand
2017-05-23 Martin Quinsoncosmetics to please codacy
2017-05-23 Martin Quinsonhunt down some more short negation forms
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-01 Gabriel Corona[kernel] FutureState.exception_ = nullptr
2016-07-30 Gabriel Corona[simix] Fix some documentation
2016-07-05 Gabriel CoronaXBT_PUBLIC on FutureBase::schedule() method
2016-07-05 Gabriel Corona[simix] Execute future callbacks in the main loop
2016-06-29 Gabriel CoronaUse std::{true,false}_type in is_future
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-21 Gabriel CoronaFuture chaining
2016-06-20 Martin Quinsonsmall improvments advised by sonar
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 Gabriel Corona[simix] .wait() and .is_ready() on simix::Future
2016-06-20 Gabriel CoronaMake FutureContinuation reusable in simgrid::xbt::Task
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Gabriel Corona[simix] Add a `run_blocking` simcall and simix::kernelSync