Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the prototype of s4u::Host::processes() to not return a swag of smx_actors
[simgrid.git] / src / s4u / s4u_host.cpp
2017-03-13 Martin Quinsonfix the prototype of s4u::Host::processes() to not...
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Martin Quinsonplease sonar
2017-03-08 Frederic Suteroptimize performances
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-07 Frederic Suteruse a map for host list and fix s4u example
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-10 Martin Quinsonexplicitly capture some other callback's scopes
2017-02-09 Martin Quinsonexplicitly capture the variables to please sonar
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-03 Martin Quinsoncosmetics
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-19 Martin Quinsonmake sure that the HostStateChange event is fired when...
2017-01-14 Martin Quinsonremove a now unused parameter
2017-01-14 Martin Quinsonadd the properties as argument to NetZoneImpl->createHost
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-18 Martin QuinsonMove all netcards into the dict, and the dict to the...
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-13 Martin Quinsonrename the class objects and C types for the As ->...
2016-12-06 Martin Quinsonmove NetCard to its own header file
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-03 Martin Quinsonless char*, more std::string
2016-10-28 Martin Quinsonfix MC builds
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-25 Martin Quinsonhost_list is now a std::map instead of xbt_dict
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin QuinsonCreate a s4u::VirtualMachine to clean things out.
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonreindent after previous changes
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsoncosmetics in the creation of NS3 clusters
2016-10-15 Martin Quinsonone step further to sort out the spagetti plate of...
2016-10-10 Martin QuinsonMerge branches, and adapt the new code to the new refac...
2016-10-10 Martin Quinsonunify the naming of that property
2016-09-22 Martin Quinsonhide a global data container
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Christian Heinrich[SURF/S4U] Rename Cpu::getCore() to Cpu::getCoreCount()
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-09-02 Martin QuinsonMerge pull request #112 from glesserd/teshpy
2016-09-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-01 Martin Quinsonchange a function as a method of simix::Host
2016-08-28 Martin Quinsonuse a typed extension for simix::Host
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-01 Martin QuinsonRename smx_process to ActorImpl
2016-07-31 Martin Quinsonkill two useless calls: SIMIX_process_get_host & simcal...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Martin Quinsonrename some methods of s4u::Host
2016-06-09 Christian Heinrich[S4U] NULL -> nullptr substitution
2016-05-30 Gabriel CoronaSet the levels to -1 by default
2016-05-06 Martin Quinsonkill smx_private.hpp We already have a smx_private.h
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Martin QuinsonAdd a way to set a property on s4u::Host
2016-03-21 Frederic Suterplug a i-am-everywhere leak
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Martin QuinsonRemove ROUTING_HOST_LEVEL: was not used anymore
2016-02-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-25 Martin QuinsonImplem? I meant Impl, as in pimpl. Sorry for the noise
2016-02-24 Martin Quinsonkill SD_HOST_LEVEL \o/. Its friends must follow.
2016-02-24 Martin QuinsonLet's call sg::surf::host a HostImplem
2016-02-24 Martin Quinsonconvert S4U to my current coding convention
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Martin Quinsonsort out related functions
2016-01-20 Ad(rien) LMerge branch 'master' of git://scm.gforge.inria.fr...
2016-01-20 Gabriel CoronaExplicit instanciation of Extendable<simgrid::s4u:...
2016-01-19 Gabriel Corona[s4u] Do not need to check for NULL before delet
2016-01-19 Gabriel CoronaDelete the CPU (fix a mem leak)
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-15 Gabriel Corona[s4u] Use const& references in Host::mounted_storages()
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[s4u] s/ByName/by_name/
2016-01-15 Gabriel Corona[s4u] Do not use containers of references
2016-01-15 Gabriel Corona[s4u] Removes unused simgrid::s4u::Host::hosts static...
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-09 Martin QuinsonCosmetics: rename host::on to host::turnOn
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
next