Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Rename callback registration functions
[simgrid.git] / src / surf /
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
2015-10-20 Ad(rien) LAdd VM energy extensions - Adrien
2015-10-19 Martin Quinsonenergy: less code dupplication
2015-10-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-16 Gabriel CoronaFix build without lua
2015-10-15 Christian HeinrichAdded support for using lua platform files from C
2015-10-14 Martin Quinsontranslate a comment
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaDetect/fix conflicting visibility and fix visibility...
2015-10-01 Gabriel CoronaMark some internal symbols as hidden on ELF in surf
2015-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-25 Frederic SuterRevert "you can overwrite part of a file without mofiyi...
2015-09-25 Frederic Suteryou can overwrite part of a file without mofiying its...
2015-09-25 Frederic Suterbe sure that we don't try to read bytes after the end...
2015-09-24 Martin Quinsoncosmetics: Use a C++ syntax that I know :-3
2015-09-20 Martin Quinson[MSVC] try to shut some warnings in the right file
2015-09-19 Martin Quinsondisable a MSVC warning
2015-09-19 Martin Quinsonstop being foolish and deal with public data the regula...
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-09-17 Gabriel Corona[mc] Use member hooks for surf_interface
2015-09-17 Gabriel Corona[mc] Use member hooks for VM
2015-09-17 Gabriel Corona[mc] Use member hooks for CpuTi
2015-09-17 Martin Quinson[MSVC] help that stupid parser: we are not closing...
2015-09-17 Martin Quinsonbummer
2015-09-17 Martin QuinsonNew XBT module: file
2015-09-14 Martin Quinson[MSVC] help that stupid parser: we are not closing...
2015-09-13 Martin Quinsonbummer
2015-09-13 Martin QuinsonNew XBT module: file
2015-09-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-09-13 Martin Quinsonthere is no dirname() windows
2015-09-10 Martin Quinsonplug some memleaks
2015-08-12 Martin QuinsonMerge branch 'master' into S4U
2015-08-12 Martin Quinsonmove the cmake files in tools/cmake
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonCleanups in the Constant model
2015-08-05 Martin Quinsoninitialize some fields
2015-08-05 Martin Quinsondon't redeclare globals, use headers
2015-08-05 Martin QuinsonReduce the amount of (protected) multiple includes
2015-08-05 Martin QuinsonUpdate copyright notices
2015-08-02 Martin QuinsonMerge branch 'master' into S4U
2015-08-01 Martin QuinsonRemove GTNetS. It was not working anyway
2015-07-25 Martin Quinsonget it to compile on clang on my machine
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
next