Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use const reference for parameter of type ActorCodeFactory.
[simgrid.git] / src / kernel / EngineImpl.hpp
2020-02-05 Arnaud GierschUse const reference for parameter of type ActorCodeFactory.
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-14 Frederic Suterstore kernel-level objects in EngineImpl
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-09-09 Frederic Sutersimplify disk management
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-03 Frederic Suterworking implementation of storage on disks
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-16 Arnaud GierschSpurious ;
2019-03-13 Frederic Sutercomestics in src/kernel
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Frederic Sutermv link map to the engine
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin Quinsonsnake_case and cleanup some more methods of s4u::Engine
2018-04-13 Martin Quinsonmake sure that simgrid/s4u/forward.hpp is loaded from...
2018-04-08 Arnaud GierschUpdate copyright headers.
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 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2017-12-26 Martin Quinsonmove the host list into the Engine
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-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Arnaud GierschMake some protected fields private.
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic Sutercosmetics
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2016-12-23 Martin Quinsonfix clang builds by including <string> where needed
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-13 Martin Quinsonupdate function documentation and variable names in...
2016-12-13 Martin Quinsonrename the class objects and C types for the As ->...
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsonadd an EngineImpl, unused so far