Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codefactor: malformed whitespace issues
[simgrid.git] / include / xbt / functional.hpp
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschDefine move-assignment and delete copy-assignment opera...
2019-03-12 Arnaud GierschReferences++.
2019-01-27 Arnaud GierschRemove workaround for g++ 4.8.
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-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-15 Martin Quinsonfurther remove boilerplate around std::bind
2018-08-14 Martin Quinsondo not reimplement (poorly) std::bind
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-05 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-13 Martin Quinsonsnake_case xbt/functional.hpp
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2017-12-08 Arnaud GierschPlease cppcheck (codacy).
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::xbt::Task constructor.
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-11-02 Arnaud GierschSonar: make return type of lambdas implicit.
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-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-22 Martin Quinsoncodacy
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-17 Frederic Suterleak plug
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-29 Martin Quinsontry to not upset clang with useless cleanups
2017-05-29 Martin Quinsonchop includes
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Martin QuinsonMerge pull request #167 from simgrid/smpi_execute_public
2017-05-18 Frederic Suterattempt to get rid of all const_cast (take 2)
2017-05-18 Frederic Suterattempt to get rid of all const_cast
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-07 Martin Quinsonvarious documentation improvements
2016-07-04 Gabriel Corona[xbt] Forgot to properly return the return value in...
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Gabriel CoronaReplace std::aligned_union<> which is not available...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Gabriel CoronaTask, SBO even for non trivially copyable types
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-27 Gabriel CoronaFix compilation
2016-06-27 Gabriel CoronaFix the non-constant array size problem
2016-06-27 Gabriel CoronaAdd missing include
2016-06-27 Gabriel CoronaSmall buffer optimization for Task
2016-06-27 Gabriel CoronaRemove xbt::args: use vector<string> instead
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-21 Gabriel CoronaFuture chaining
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 Gabriel Corona[xbt] Missing override in Task::operator()()
2016-06-20 Gabriel CoronaMake FutureContinuation reusable in simgrid::xbt::Task
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Create actor by passing function and arguments
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Gabriel CoronaMove some C++ helpers in xbt/