Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead code
[simgrid.git] / src / surf / host_ptask_L07.cpp
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-04 Martin QuinsonDo the right thing in CpuL07::onSpeedChange
2016-01-01 Martin Quinsonsome cleanups in the CPU constructor hierarchy
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-27 Martin Quinsonthis is C++
2015-12-25 Martin Quinsonrename executeParallelTask into L07Action ctor
2015-12-25 Martin Quinsongive a default value at field declaration, not everywhe...
2015-12-25 Martin Quinsonkill methods overriding super to the exact same content
2015-12-25 Martin Quinson[ptask] kill the last global: the maxmin system is...
2015-12-25 Martin Quinson[ptask] remove some static variables
2015-12-25 Martin Quinsoncosmetics and informative comments
2015-12-25 Martin QuinsonMake the energy plugin usable with ptask (but not DVFS...
2015-12-23 Martin Quinsonsimplify how cpus are plugged into hosts at creation
2015-12-23 Martin Quinsonmove createHost higher in the surf::HostModel hierarchy
2015-12-22 Martin Quinsonrename networkLinkCreatedCallbacks into Link::onCreatio...
2015-12-22 Martin QuinsonKill the surf::Host subclasses (surf::HostModel remain...
2015-12-22 Martin Quinsonpull up two more methods in the surf::Host hierarchy
2015-12-21 Martin Quinsonpush up a method in the surf::Host hierarchy
2015-12-21 Martin Quinsonkill unused code
2015-12-21 Martin Quinsoncode simplification around Host::onDestruction
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
2015-12-18 Gabriel Corona[surf] Triggers the destructed callbacks on the full...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-17 Gabriel Corona[surf] Use the pointers to simgrid::Host instead of...
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel Corona[surf] simgrid::surf::Host, add backlink and attach...
2015-12-17 Gabriel Corona[surf] Move sg_host_surfcpu_register() out of createCpu()
2015-12-17 Gabriel Corona[xbt] Type-safe Facetable levels
2015-12-15 Martin Quinsongive informative names to Host methods
2015-12-15 Gabriel Corona[surf] Fix bad cast, CpuL07::getModel() is a CpuL07Mode...
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-09 Gabriel CoronaRemove 'using namespace foo;' in headers
2015-12-04 Martin Quinsonfurther rename power to speed in surf internals
2015-12-04 Martin Quinsonevery occurence of power in surf should be renamed...
2015-12-02 Martin Quinsonno need to override stuff to the exact same content
2015-11-29 Martin Quinsonno need to override the super() method to the exact...
2015-11-29 Martin Quinsonrename some symbols around Link::isShared to make their...
2015-11-28 Martin Quinsonprotect against multiply create hosts in one location...
2015-11-28 Martin Quinsonuseless cosmetic
2015-11-28 Martin Quinsonpass netElm&CPU as parameter to the host constructor
2015-11-27 Gabriel Corona[surf] Remove power related methods from CpuL07
2015-11-25 Martin QuinsonMake HostL07 behave more like the regular Host
2015-11-25 Gabriel Corona[surf] Hardcode some of the sg_platf_host callbacks
2015-11-25 Gabriel Corona[surf] Don't free power_peak from the caller
2015-11-24 Gabriel Corona[surf] Move networkLinkCreatedCallbacks outside of...
2015-11-24 Gabriel Corona[surf] Factorize some CPU registration code in sg_host_...
2015-11-24 Gabriel Corona[surf] Change CPU initialization
2015-11-24 Gabriel Corona[surf] Move the hostCreatedCallbacks after the constructor
2015-11-22 Martin QuinsonSimplify how shareResources() is called in each models
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-11-06 Martin Quinson[L07] Don't segfault on point-to-point communications
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Gabriel Corona[mc] Use member hooks for surf_interface
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-20 Martin Quinsonless void*, more sg_host_t
2015-07-20 Martin Quinsonremove Host::communicate() (use network instead)
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin QuinsonRemove one of the many pimple: HostModel::p_cpuModel
2015-07-20 Martin Quinsonreduce a bit the amount of void* (in L07)
2015-07-20 Martin Quinsonrename HostL07Action to L07Action
2015-07-20 Martin Quinsoncode simplification
2015-07-20 Martin Quinsoncosmetics in the info message of L07 model starting up
2015-07-20 Martin Quinsoncosmetics in doxygen comments
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/