Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix CPU consumption tracing for parallel tasks
[simgrid.git] / src / surf /
2018-07-09 Martin Quinsonprefer automatic memory management
2018-07-09 Frederic Suterattempt to fully trace ptasks
2018-07-09 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-07-09 Martin Quinsonplug a memleak
2018-07-09 Martin Quinsonhave each model register into all_existing_models by...
2018-07-09 Martin Quinsonprefer automatic mem handling (std::vector<>* becomes...
2018-07-09 Martin Quinsongive a network_model to each NetZone (unused for now)
2018-07-09 Martin Quinsoncosmetics
2018-07-09 Martin Quinsontiny speed optim
2018-07-09 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-08 Martin Quinsontiny speed optim
2018-07-08 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Martin Quinsonsurf/Cbindings: kill another unused function
2018-07-08 Martin Quinsonsurf/Cbinding: kill an unused and misnamed function
2018-07-08 Martin QuinsonI forgot once again to mark my constructors as explicit...
2018-07-08 Martin QuinsonC++ify some forgotten part of surf
2018-07-08 Martin QuinsonAllow to register plugins from their file, w/o touching...
2018-07-07 Martin Quinsonthe model descriptions also don't need to be public
2018-07-07 Martin Quinsoncleanup __surf_is_absolute_file_path + empty a bit...
2018-07-07 Martin Quinsonthe author of these lines loves complexity, but I don't
2018-07-07 Martin QuinsonCpuTiTmgr: further cleanups (make the enum class private)
2018-07-07 Martin QuinsonCpuTiTmgr: change a C enum into an enum class
2018-07-07 Martin Quinsoncosmetics around CpuTiModel
2018-07-07 Martin Quinsontiny cleanups in HostCLM03Model
2018-07-07 Martin Quinsonsnake_case kernel::resource::NetworkModel
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Christian Heinrich[DVFS] Make the Dvfs plugin available
2018-07-04 Martin Quinsontry to fix the build on centos
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-07-02 Martin Quinsonkill some include directives
2018-07-01 Martin Quinsonmerge extension<simgrid::simix::Host>() into HostImpl
2018-06-30 Martin Quinsonreplace SIMIX_process_auto_restart_set() with ActorImpl...
2018-06-29 Arnaud GierschFix some doxygen warnings.
2018-06-29 Christian Heinrich[SIMIX] Move std::function<void()> to simgrid::simix...
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-26 Arnaud GierschUse namespace aliases instead of "using" directives.
2018-06-23 Martin QuinsonRevert "simplification"
2018-06-23 Martin Quinsonsnake_case routing::NetPoint
2018-06-23 Martin Quinsonsplit NetZone and NetZoneImpl as it should in s4u realm
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-19 Martin Quinsonsnake_case VivaldiZone
2018-06-16 Martin Quinsonuseless cleanups to ease the tracking of stuff to snakecase
2018-06-16 Martin Quinsonsnake_case xbt/future.hpp
2018-06-14 Martin Quinsonstart snake_casing VirtualMachine
2018-06-10 Martin Quinsonnaming consistency (+snake_casing)
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-09 Martin Quinsonstart snake_casing NetZone. Many cleanups to come
2018-06-08 Frederic Sutersnake_case VirtualMachineImpl
2018-06-06 Frederic Sutersnake case storage
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Frederic Sutermv link map to the engine
2018-06-06 Frederic Suterfactor attachment of state traces to resources
2018-06-06 Frederic Sutersnake case for better consistency
2018-06-06 Frederic Sutersnake_case LinkImpl (but the part that should to the...
2018-06-03 Martin Quinsonsnake_case the s4u::NetZone signals
2018-06-01 Arnaud GierschSnake casing simgrid::xbt::Path.
2018-05-31 Martin QuinsonStart snake_casing s4u::NetZone
2018-05-30 Frederic Sutersimplification
2018-05-26 Martin Quinsonmove all plugins to their new home directory
2018-05-26 Martin Quinsonrename the plugins from the command line, and document it
2018-05-25 Martin Quinsonallow to activate the link energy plugin from the comma...
2018-05-24 Martin Quinsonenum class values should be UPPER_CASE
2018-05-24 Martin Quinsonmake all_existing_models visible from k:r:Model.hpp...
2018-05-24 Martin Quinsontrivial snake_casing of xbt::PropertyHolder
2018-05-23 Martin Quinsonfix NS3 builds
2018-05-23 Martin Quinsonfix a gramatical error all over our variables
2018-05-23 Martin Quinsonsnake_case some easy parts of s4u::Host
2018-05-22 Martin Quinsontiny doc improvements
2018-05-22 Martin Quinsoncleanings in k:r:Cpu
2018-05-21 Martin Quinsonsnake_case k:r:CpuModel and sub-classes
2018-05-21 Martin Quinsonmake 2 more fields of k:r:Cpu protected (should be...
2018-05-21 Martin Quinsonmake k:r:Cpu::speed_per_pstate_ private as it should
2018-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-20 Martin Quinsonprivatize some fields of kernel::resource::Cpu
2018-05-20 Martin Quinsonsnake_case some parts of kernel::resource::Cpu
2018-05-19 Frederic Suterremove last bits of tracing from cpu_interface \o/
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsoncleanup the resource::Action::State::IGNORED thing
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-17 Martin Quinsoncleanups in Action::State
2018-05-16 Frederic Suterthis should allow the tracing of resource usage with...
2018-05-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-16 Martin Quinsonsnake_case s4u::Link
2018-05-15 Frederic Sutercleanups in Storage-related signals
2018-05-15 Frederic Sutercosmetics
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-14 Frederic Suteryet another callbacks
2018-05-14 Frederic Suteruse signal to trace link usage
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-12 Martin Quinsonsimplifications & cosmetics in CpuTi model
2018-05-11 Martin Quinsondon't set a field to its default value from the constructor
2018-05-11 Martin Quinsoncosmetics: snake_case some random local variables,...
2018-05-11 Martin Quinsonsnake_case the signals in s4u::Link (no way to make...
2018-05-11 Martin Quinsonkill an unused method in HostImpl (that should be renam...
next