Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the scope of some #include, and cut useless ones
[simgrid.git] / src / s4u / s4u_host.cpp
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonCosmetics in HostImpl
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-14 Martin Quinsonadd Host::by_name(char*)
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-03 Arnaud GierschConvert simgrid::simix::Host::process_list to boost...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
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 GierschChange cname() to getCname() and add getName() in surf...
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-14 Martin QuinsonNew: s4u::Host.execute() for remote executions
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-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-31 Frederic Sutermove ugly dict closer to the C APIs
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Frederic Suteroverall optimization of map usage
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Sutermassive cleanups in the storage world.
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 Martin Quinsonkill all trailling whitespaces
2017-06-08 Martin QuinsonMerge pull request #184 from Takishipp/signals
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Frederic Suteruse pimpl/piface combo for s4u storage
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-03-26 Frederic Suterone more teshsuite convertion
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
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
next