Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
partial revert of e16e0233
[simgrid.git] / include / xbt / future.hpp
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-08 Martin Quinsonshy attempt at simplifying the simcall mechanism
2019-07-02 Arnaud GierschUse std::future_error.
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-01-27 Arnaud GierschImplement xbt::Result with boost::variant.
2019-01-25 Arnaud Giersch[sonar] Don't use default capture for lambda.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-27 Martin Quinsonkill deprecated templates that don't compile in C++14
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-04-08 Arnaud GierschUpdate copyright headers.
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-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschEnum ResultStatus: valid is not a valid value. Use...
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschAdd comments to acknowledge empty functions (and please...
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-14 Arnaud GierschCosmetics: remove redundant "case" clause.
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-21 Martin QuinsonRevert "use C++11 constructs to please sonar"
2016-08-21 Martin Quinsonuse C++11 constructs to please sonar
2016-07-30 Gabriel Corona[simix] Fix some documentation
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-20 Gabriel Corona[xbt] Comment about xbt::Result
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
2016-06-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-03 Gabriel Corona[xbt] Update comment on xbt::fulfillPromise
2016-06-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-03 Gabriel Corona[xbt] Fix s/nullptr_t/std::nullptr_t/
2016-06-03 Gabriel Corona[xbt] Add missing const in Result::is_valid
2016-06-03 Gabriel Corona[xbt] Fix indentation
2016-06-03 Gabriel Corona[xbt] Fix 'control reaches end of non-void function...
2016-06-03 Gabriel CoronaUse a custom Result<T> value for simgrid::smix::kernel()
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Gabriel CoronaMove some C++ helpers in xbt/