Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove one of the many pimple: HostModel::p_cpuModel
[simgrid.git] / src / surf /
2015-07-20 Martin QuinsonRemove one of the many pimple: HostModel::p_cpuModel
2015-07-20 Martin Quinsonkill unused function
2015-07-20 Martin Quinsonmake a pimple smaller
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 Quinsonkill dead code: Action::recycle never got implemented
2015-07-20 Martin Quinsonmore cosmetics in doxygen comments
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 Quinsoninline a static function called only once
2015-07-19 Martin Quinsonsort my TODO list :-(
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-19 Martin Quinsonkill some remainings of sd_link_t
2015-07-19 Martin Quinsonstart refreshing and fixing the GTNetS interface (WIP)
2015-07-18 Martin QuinsonOverhaul of NS3 support in SimGrid
2015-07-18 Martin Quinsonsanitize C API of sg_link
2015-07-18 Martin Quinsonthere is no need for a SimDag's link type
2015-07-18 Martin Quinsonkill an unused field
2015-07-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin Quinsongive Link a proper public interface
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-07-18 Martin Quinsoncosmetics in the comments
2015-07-18 Martin Quinsonmake SD_HOST_LEVEL private
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-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-17 Christian Heinrich[SURF] Cosmetics - indented assignments in surf_routing...
2015-07-16 Christian Heinrich[SURF] Cosmetics in surfxml_parse.c
2015-07-14 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-12 Martin Quinsonwho needs such an empty constructor?
2015-07-12 Martin Quinsonless void*, new type: surf_host_t
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-06-11 Martin Quinsontiny small cleanup of a messssy code
2015-06-10 Millian PoquetMerge branch 'master' of https://scm.gforge.inria.fr...
2015-06-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-10 Martin QuinsonNew functions getWattMinAt and getWattMaxAt
2015-06-10 Gabriel CoronaFix dllexport/dllimport declarations (Windows)
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin QuinsonNew: MSG_host_get_pstate() and smpi_get_host_pstate()
2015-06-09 Martin Quinsonforgot that reference to a renamed function
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin Quinsonfurther energy interface cleanups (see changelog)
2015-06-09 Christian HeinrichFixed typo in documentation of surf_routing.hpp
2015-06-04 Christian Heinrich[SURF] Added comment for surf_share_resources
2015-06-04 Christian Heinrich[SURF] Added simple method comment for AsDijkstra:...
2015-05-26 Christian Heinrich[SURF] Fixed config option network/weight_S_parameter
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Christian HeinrichRemoved keyword 'register' from files.
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-04-04 Martin Quinsonrename parameters all around to make their meaning...
2015-04-04 Martin Quinsonno need for that include
2015-04-04 Martin Quinsondont segfault when exiting before everything is allocat...
2015-04-04 Martin Quinsondont mangle error messages when surf_exit segfaults
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-23 Martin Quinsonfix the formating of the energy plugin's documentation...
2015-02-23 Martin Quinsonsome more documentation to the energy plugin
2015-02-22 Martin Quinsoncosmetics
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-18 Arnaud LegrandImprove error message
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2015-02-03 Martin QuinsonNew property: watt_off to denote the disipation when...
2015-02-03 Martin QuinsonFix energy plugin wrt idle time
2015-02-02 Gabriel CoronaEnable C++11
2015-01-26 Martin Quinsonrename the property used by the energy plugin for clarity
2015-01-26 Martin Quinsonoops, remove verbose debug output
2015-01-25 Martin Quinsonmore informative (?) error message
2015-01-25 Martin Quinsonproperly pass the cluster's properties to the created...
2015-01-22 Christian HeinrichModified error messages when creating CPUs for more...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-13 Gabriel CoronaFix small leak in NetworkIBModel::NetworkIBMode()
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-17 Augustin DegommeAdd option to configure the factors used for IB model
2014-10-16 Augustin DegommeChange verbosity of debug messages
2014-10-16 Augustin DegommeAdd a new Infiniband network model, based on the works...
2014-10-16 Augustin DegommeAdd a safe version of lmm_get_var_from_cnst to avoid...
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-15 Martin QuinsonI'm not sure of why flexml generated a different flex...
2014-09-23 Augustin Degommeuse _XBT_GNUC_UNUSED instead of previous buggy fix.
2014-09-23 Augustin DegommeRevert "Don't use variables only for asserts."
2014-09-22 Augustin DegommeDon't use variables only for asserts.
2014-09-19 Augustin Degomme[xbt/surf] Change the costly heapremove+heapinsert...
2014-09-12 Augustin DegommeFix issue with precision in 394ea1fb (on 32 bits platfo...
2014-09-11 Augustin DegommeFix bug in lmm_solve, which triggered incorrect die_imp...
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-28 Augustin Degommebring back network model updateActionsStateFull functio...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
next