Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar don't like to have commented code, so hide it a bit
[simgrid.git] / src / surf / plugins /
2018-02-06 Martin Quinsonsonar don't like to have commented code, so hide it...
2018-02-05 Arnaud GierschUse explicit extern "C" in cpp file.
2018-02-05 Arnaud GierschMake constructors explicit.
2018-02-05 Arnaud GierschParameter is not used.
2018-02-05 Arnaud GierschFix build with MC (simgrid::xbt::string).
2018-02-05 Martin Quinsonfix build of dvfs plugin with warning enabled
2018-02-05 Christian Heinrich[DVFS] Cosmetics / indent as suggested by clang-format
2018-02-05 Christian Heinrich[DVFS] Remove MSG from DVFS plugin and make it more...
2018-02-05 Christian Heinrich[DVFS] Rephrase debug statements
2018-02-05 Christian Heinrich[PLUGINS] Initial commit for the Dvfs plugin (frequency...
2018-01-31 Martin Quinsontry to ensure that link_energy plugin is inited in...
2018-01-30 Martin Quinsonmake an interesting error message when mixing link_ener...
2018-01-22 Frederic SuterClose #105
2018-01-17 Martin Quinsonfix sg_host_get_current_consumption() to do the same...
2018-01-11 Frederic SuterMessing up with VM
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Martin Quinsonreduce differences between host and link energy plugin
2017-11-27 Martin Quinsonlink energy: inline several callbacks
2017-11-27 Martin Quinsonlink energy: obey our naming conventions
2017-11-27 Martin Quinsonlink energy: code simplification
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-26 Arnaud GierschMake s_lmm_constraint_t a class with its methods.
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-24 Martin QuinsonMerge pull request #246 from danilo-carastan-santos...
2017-11-23 CARASTAN DOS SANTO... fixed energy plugin: getCurrentWattsValue was not retur...
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Martin Quinsonimprove the pedagogical interest of that plugin
2017-11-22 Frederic Suterbe consistent in namespaces
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Martin Quinsonfinish the integration of the new link_energy plugin
2017-11-21 Martin QuinsonMake the link_energy plugin actually compile
2017-11-07 Martin Quinsonstart integrating the link energy model
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-24 Arnaud GierschUnused parameters.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschCosmetics.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-01 Martin Quinsontypo found by lintian
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic Suterless dict, bprintf, and xbt_str_parse
2017-07-06 Christian Heinrich[ENERGY] Instead of using plain integers, use constants
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-05 Martin Quinsondon't fail on sg_host_energy_update_all() in presence...
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-25 Martin Quinsonplease codacy
2017-06-20 Martin Quinsona word about the energy model accuracy
2017-06-20 Martin Quinsonseparate the energy plugin from surf in the doc + impro...
2017-06-19 Martin Quinsonenergy: improve the documentation, and have a sensible...
2017-06-19 Martin QuinsonRevert "[ENERGY] Assert that 1-core systems are correct...
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-16 Christian Heinrich[ENERGY] Add API call for querying current consumption
2017-06-16 Christian Heinrich[ENERGY] Assert that 1-core systems are correctly confi...
2017-06-16 Christian HeinrichRevert "[ENERGY] Fixed wrong calculation for 1-core...
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-15 Christian Heinrich[ENERGY] Fixed wrong calculation for 1-core systems
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-13 Martin QuinsonEnergy: New function to update the consumption of all...
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-30 Martin Quinsonfix energy consumption when the host is turned off...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-05 Christian Heinrich[FIX] Fix broken commit 770f1cc88b3b35c90e505470753b70b...
2017-04-05 Christian Heinrich[PLUGINS] Added HostLoad::getAverageLoad() to the HostL...
2017-03-28 Lucas M. Schnorrtracing TODO marks
2017-03-22 Frederic Suterfix example (bummer)
2017-03-14 Christian Heinrich[PLUGIN] Added the HostLoad plugin
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-10 Christian Heinrich[ENERGY] Energy wasn't computed correctly when pstates...
2017-03-10 Christian Heinrich[ENERGY] Use a local variable instead of making the...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonplease AddressSan: match new/delete and plug a memleak
2017-03-06 Martin Quinsoncosmetics in the energy plugin
2017-03-06 Martin QuinsonThose damn VM keep getting in our way
2017-03-06 Frederic Suterboostify parsers
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 Christian Heinrich[Energy] Fix broken commit c6fc463d75e4daa67ddf9c460cbc...
2017-03-06 Christian Heinrich[ENERGY] Updated comment to reflect recent changes
next