Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
routing: rename all fields, and less void*
[simgrid.git] / src / surf / sg_platf.cpp
2016-02-14 Martin Quinsonrouting: rename all fields, and less void*
2016-02-14 Martin Quinsoncleanups in the API and fields of NetCard
2016-02-14 Martin QuinsonThe code deal with <ASroute> in the exact same way...
2016-02-12 Martin QuinsonRouting: kill some dupplicated code
2016-02-12 Martin Quinsonrename the fields of AS for clarity sake
2016-02-11 Martin Quinsoninitialize field As::p_linkUpDownList at declaration...
2016-02-11 Martin Quinsoncode simplification around simgrid::surf::NetCardImpl
2016-02-11 Martin Quinsonremove parsing cruft from forward.h, move it to platf.h
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Martin QuinsonInline another function about the parsing of clusters
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 Martin Quinsoncosmetics: inline a parsing function to unclutter the...
2016-02-07 Martin QuinsonKill some more atof
2016-02-07 Martin Quinsonfix a potential security hazard
2016-02-07 Martin QuinsonNice error message when creating a process on non-exist...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-20 degommefix potential segfault happening when only -trace is...
2016-01-14 Gabriel CoronaRemove sg_platf_*_add_cb, use the signal<T> directly
2016-01-14 Gabriel CoronaUse signals for platform callbacks
2016-01-13 Martin Quinsonsome simple cleanups in the routing code
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-13 Gabriel CoronaMove the signals from simgrid::surf::Host to simgrid...
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-23 Martin Quinsoncosmetics in Storage
2015-12-23 Martin Quinsonsimplify how cpus are plugged into hosts at creation
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
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] Add backlinks from Cpu to surf::Host
2015-12-17 Gabriel Corona[surf] Move sg_host_surfcpu_register() out of createCpu()
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-04 Martin QuinsonRename power->speed in the inner layer of the parsing
2015-12-02 Gabriel Corona[surf] Move the basic cluster creation logic out of...
2015-12-02 Gabriel Corona[surf] Remove code for the cpu tag
2015-12-02 Gabriel Corona[surf] Remove sg_platf_ASRoute_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_bypass{,AS}Route_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_trace_cb
2015-12-02 Gabriel Corona[surf] Remove sg_trace_connect_cb
2015-12-02 Gabriel Corona[surf] Remove sg_cabinet_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_prop_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_route_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_peer_cb
2015-12-02 Gabriel Corona[surf] Remove sg_platf_host_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_host_link_cb
2015-12-01 Gabriel Corona[surf] Remove sg_ callbacks for AS
2015-12-01 Gabriel Corona[surf] Remove sg_platf_router_cb
2015-12-01 Gabriel Corona[surf] Remove one sg_router_cb
2015-12-01 Gabriel Corona[surf] Remove one router callback
2015-12-01 Gabriel Corona[surf] Remove sg_platf_mount_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_mstorage_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_storage_type_cb
2015-12-01 Gabriel Corona[surf] Remove sg_platf_storage_cb
2015-11-30 Gabriel Corona[simix] Fix signatures of callbacks (timer and kill_pro...
2015-11-30 Gabriel Corona[platf] Move sg_platf_new_process in platf.cpp
2015-11-30 Gabriel Corona[platf] Kill sg_process_cb
2015-11-28 Martin Quinsonprotect against multiply create hosts in one location...
2015-11-28 Martin Quinsonpass netElm&CPU as parameter to the host constructor
2015-11-27 Gabriel Corona[surf] Change routing_parse_init() into routing_add_host()
2015-11-27 Gabriel Corona[surf] Remove some layers of indirections in sg_platf_n...
2015-11-25 Gabriel Corona[surf] Hardcode some of the sg_platf_host callbacks
2015-11-25 Gabriel Corona[surf] Switch sg_platf to C++