Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need for \n here
[simgrid.git] / src / surf /
2018-03-15 degommetypo --
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommeprovide implementations for virtual method in subclasses
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-03-10 Martin Quinsonallow external models (eg, FMI) to also provide events
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin QuinsonAlso simplify the API of Engine::getLinkList
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-06 Martin Quinsonsonar don't like comments ending with ';'
2018-03-06 Martin Quinsonns3: inline a header file
2018-03-06 Martin Quinsonns3: kill dead prototypes
2018-03-06 Martin Quinsonns3: cleanups in the headers
2018-03-06 Martin Quinsonns3: inline a function
2018-03-01 Christian Heinrich[DVFS] Change pstate selection for conservative gov
2018-03-01 Christian Heinrich[DVFS] Use sg_host_get_avg_load() & reset the load
2018-03-01 Christian Heinrich[DVFS] Add class documentation
2018-03-01 Christian Heinrich[EXAMPLES] Make the HostLoad example more difficult
2018-03-01 Christian Heinrich[DVFS] Update HostDvfs class documentation
2018-03-01 Christian Heinrich[DVFS] Fix getAverageLoad(): Use theor_max_flops
2018-03-01 Christian Heinrich[DVFS] Fix reset() and getCurrentLoad()
2018-03-01 Christian Heinrich[DVFS] Fix the update() method.
2018-03-01 Christian Heinrich[DVFS] Add function sg_host_get_avg_load(host)
2018-03-01 Christian Heinrich[DVFS] Add function sg_host_get_idle_time(host)
2018-03-01 Christian Heinrich[DVFS] Add several new member vars for new features
2018-03-01 Christian Heinrich[DVFS] Move config names to a const variable
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-20 Frederic Sutercosmetics
2018-02-18 Martin Quinsondo not mix the enums (good catch, sonar)
2018-02-18 Martin Quinsonsonar prefers dupplicated code to missing breaks
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-18 Martin Quinsonuse SPLITDUPLEX internally instead of FULLDUPLEX
2018-02-16 Martin Quinsonsonar: don't use auto for pointers, but auto*
2018-02-14 Christian Heinrich[DVFS] Clean up the mess I made before; move to unique_ptr
2018-02-13 Christian Heinrich[DVFS] Move plugin::HostDvfs to plugin::dvfs::HostDvfs
2018-02-13 Christian Heinrich[DVFS] Make debug statement more verbose
2018-02-13 Christian Heinrich[DVFS] Added 'override' specifier
2018-02-13 Christian Heinrich[PLUGIN] Remove local variable and comment in host_load.cpp
2018-02-13 Christian Heinrich[DVFS] Cosmetics as proposed by clang-format
2018-02-13 Christian Heinrich[DVFS] Make governors individually configurable for...
2018-02-13 Christian Heinrich[DVFS] Add/change debug statements for dvfs governors
2018-02-13 Christian Heinrich[DVFS] Use local variable for pstate computation
2018-02-13 Christian Heinrich[DVFS] Fix load calculation for Dvfs governors
2018-02-13 Christian Heinrich[ENERGY] The energy now depends on the HostLoad plugin.
2018-02-13 Christian Heinrich[HostLoad] Load is currently 0 because of integer divis...
2018-02-13 Christian Heinrich[HostLoad] Ignore VM's ...
2018-02-13 Christian Heinrich[SURF] Move Action::suspended_ to new enum class Suspen...
2018-02-13 Martin Quinsoncosmetics
2018-02-13 Arnaud GierschKill unused function surf_parse_warn().
2018-02-13 Arnaud GierschKill unused function instr_platform_traced().
2018-02-13 Arnaud GierschKill unused function TRACE_surf_action().
2018-02-13 Arnaud GierschKill unused private variable surf_action_state_names[].
2018-02-13 Arnaud GierschHostAction was killed a long time ago.
2018-02-08 Martin Quinsonmore C++ around ns3
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschAdd virtual destructor.
2018-02-07 Arnaud GierschRemove semicolon (No, Sonar, it's not commented code).
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-02-03 Martin Quinsonobey our coding style
2018-01-31 Martin Quinsondirectly store the ns3Node, don't rely on a num ID...
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-29 Martin Quinsonfix formatting issues (%u for unsigned)
2018-01-28 Martin Quinsonns3: much more debug info, and restore the SetCloseCall...
2018-01-27 Martin Quinsonns3: no segfault anymore, but a deadlock when using...
2018-01-27 Martin Quinsonfix the creation of links in NS3
2018-01-25 Martin Quinsonget ns3 to compile (but still fails)
2018-01-23 Frederic Sutermessing around MSG
2018-01-22 Frederic SuterClose #105
2018-01-17 Martin Quinsonfix sg_host_get_current_consumption() to do the same...
2018-01-12 Frederic Suteruse enum class for cluster topology
2018-01-12 Frederic Suterone more class in platform creation
next