Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused function TRACE_surf_action().
[simgrid.git] / src / surf / ptask_L07.hpp
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-27 Frederic Suterfinish to plug ptaskL07 leak
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Sutervain attempt to chase last leak in ptaskL07
2017-03-21 Frederic Suterplug (massive) leak with ptaskL07
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2016-12-05 Martin Quinsondon't really use netCards in the network model. Keep...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-10-02 Martin Quinsonrename next_occuring_event_isIdempotent() into nextOccu...
2016-10-02 Martin Quinsoncosmetics: rename object fields
2016-10-02 Martin Quinsonrename next_occuring_event() into nextOccuringEvent()
2016-08-12 Frederic Suterdynar to std::vector for pstates
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-03-20 Martin Quinsonget a better name for the speedPerPstate attribute...
2016-03-20 Martin Quinsonremove speedTrace from the CPU constructor
2016-03-20 Martin Quinsonremove StateTrace from the CPU constructor
2016-03-08 Martin Quinsonremove bw and lat traces from the Link constructor
2016-03-08 Martin Quinsonremove the state trace from the Link constructor
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-25 Martin QuinsonImplem? I meant Impl, as in pimpl. Sorry for the noise
2016-02-24 Martin QuinsonLet's call sg::surf::host a HostImplem
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-24 Martin QuinsonIn <host> and <link>, attributes availability and state...
2016-02-24 Martin Quinsonsimplify a bit the CPU creation API
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-10 Martin QuinsonRename the ptask files. There is no Host07 class anymore