Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Move sg_host_surfcpu_register() out of createCpu()
[simgrid.git] / src / surf /
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 Quinsoninitialize fields at declaration, not everywhere in...
2015-12-15 Martin Quinsoncosmetics: use the implemented features
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 StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[surf] Fix compilation in enable_debug
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-07 Martin Quinsonsome documentation fixes
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-06 Martin Quinsonkill dead code
2015-12-04 Martin QuinsonRename power->speed in the inner layer of the parsing
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-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Martin Quinsonkill hollow doxygen comments
2015-12-02 Martin Quinsoncosmetics
2015-12-02 Martin Quinsonno need to override stuff to the exact same content
2015-12-02 Martin Quinsoninitialize fields at declaration, for clarity
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 unused stuff in storage
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[surf] Rename callback registration functions
2015-11-30 Gabriel Corona[surf] Expose (and use) storageCreatedCallbacks in C
2015-11-30 Gabriel Corona[surf] Expose (and use) hostCreatedCallbacks in C
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-30 Gabriel Corona[surf] Move the host ns3 hook to routingEdgeCreatedCall...
2015-11-30 Gabriel Corona[surf] Add routingEdgeCreatedCallbacks for RoutingEdge
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 Quinsonreimplement energy plugin using Host callbacks (not...
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-28 Martin Quinsonthe fabric of RoutingEdges should return the create one
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-27 Gabriel Corona[surf] Remove power related methods from CpuL07
2015-11-26 Gabriel Corona[surf] Switch instr_routing to C++
2015-11-26 Gabriel Corona[surf] Move host creation callbacks of Infiniband to...
2015-11-26 Gabriel Corona[ns3] Move host creation callbacks to hostCreatedCallbacks
2015-11-26 Gabriel Corona[ns3] Fix ns3 compilation
2015-11-25 Martin QuinsonMake HostL07 behave more like the regular Host
2015-11-25 Martin Quinsonhollow comments
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++
2015-11-25 Gabriel Corona[surf] Don't free power_peak from the caller
2015-11-24 Martin Quinson[surf] move gap-related definition to the subclass...
2015-11-24 Gabriel Corona[surf] Move VMCreatedCallbacks outside of constructor
2015-11-24 Gabriel Corona[surf] Move storageCreatedCallbacks outside of constructor
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-24 Gabriel Corona[surf] Move network_constant host callback from sg_plat...
2015-11-23 Gabriel Corona[surf] Wrap the sigc++ API to provide the same API...
2015-11-22 Martin QuinsonI hate hollow doxygen comments
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-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-11-14 Martin Quinsonmove all VM+energy code into callbacks
2015-11-14 Martin Quinsonunused variable
2015-11-14 Martin Quinsonmore explicit header inclusion guard
2015-11-14 Martin Quinsoncosmetics in the VM/energy code
2015-11-14 Martin Quinsonkill some dead code
2015-11-06 Martin Quinson[L07] Don't segfault on point-to-point communications
2015-10-31 Martin Quinsonkill two useless functions: surf_as_cluster_{get,set...
2015-10-31 Martin Quinsonkill an almost unused function: surf_model_name
2015-10-31 Martin Quinsonkill some dead (commented) code
2015-10-27 Martin Quinsonkill dead code
2015-10-27 Martin Quinson[surf] tiny cleanups around the virtual machines
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-21 Martin Quinsonchanging this line back, as it breaks half a dozen...
2015-10-21 Martin QuinsonDon't segfault when energy is not turned on
2015-10-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-20 Ad(rien) LFix conflict - Adrien
next