Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use (const) references with range-based for loops.
[simgrid.git] / src / surf / HostImpl.cpp
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-07-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-11 Frederic Sutercleanups
2017-07-10 Frederic SuterFile mgmt looks like a plugin now \o/
2017-07-10 Frederic Sutermove some of the file mgmt logic out of the storage...
2017-07-10 Frederic Suterclosing a file is a noop. No need to deep down the...
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-05 Frederic Suteranother move to FileImpl
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Frederic Sutermodernize one more simcall
2017-07-04 Martin Quinsonrefactor: be explicit on what an action's priority is
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-28 Frederic Suterplease sonar and simplify simcalls (before killing...
2017-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-27 Frederic Suterclean up that mess of layers
2017-06-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-26 Frederic SuterWIP. crude surf_file_t to FileImpl conversion
2017-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-26 Frederic Suterplug leak of file unlink
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Sutermassive cleanups in the storage world.
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-16 Martin QuinsonRemove a debug message, sorry
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-15 Martin Quinsontry to fix the impact of a big full VM on its PM
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-08 Frederic Suterfix by not using lib at 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-06-01 Martin QuinsonAllow multicore VMs, and take this into account in...
2017-05-31 Martin Quinsoncosmetics
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-22 Martin QuinsonRemove attribute content_type of <storage_type>: was...
2017-05-22 Frederic Sutera vector of keyval structs is a map
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-30 Frederic Sutercomplete s4u::Storage interface, what a mess...
2017-03-24 Frederic Sutermatch new with delete in fact
2017-03-23 Frederic Suterstart to mess up with storage
2017-03-09 Frederic Suterplug leak
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-08 Frederic Sutersimplify storage internals
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermore stringification
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-28 Frederic Suterreindent
2017-02-17 Martin Quinsonstatic inline are the modern macros
2017-02-17 Frederic Suterdo not test equality on double
2017-02-10 Martin Quinsonobey our naming conventions
2017-01-20 Martin Quinsonplug a memleak
2017-01-14 Martin Quinsonremove a now unused parameter
2016-12-19 Martin Quinsoncut some useless includes
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-21 Martin Quinsonstore the VMs by their interface, not by their implemen...
2016-11-20 Martin QuinsonKill a VM-related function out of HostImpl
2016-11-16 Martin Quinsonmove virtual machines to the directory src/plugins/vm
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-13 Martin Quinsonreindent, no change
2016-11-13 Martin Quinsonthe property holder does not take a dict in its constructor
2016-11-12 Martin QuinsonMove some content out of HostImpl (into VirtualMachineImpl)
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin Quinsonrename surf::VirtualMachine to surf::VirtualMachineImpl
2016-10-20 Martin Quinsoncontinue removing content from HostImpl
2016-10-18 Martin Quinsonkill a useless constructor
2016-10-17 Martin QuinsonHOSTIMPL IS NO LONGER A RESOURCE! At least! \o/
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-17 Martin Quinsonsimplification: inline a virtual function that is never...
2016-10-16 Martin Quinsoncode simplifications around host construction
2016-10-14 Martin Quinsoncosmetics: kill some C type instances
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Martin Quinsonrename fields for consistency
2016-08-28 Martin QuinsonUse a deque instead of an intrusive hook for all VMs
2016-08-26 Martin Quinsonclasses can actually be created on demand
2016-08-26 Martin Quinsontry to initialize the class on demand
2016-08-19 Martin Quinsonrename the Storage fields to follow our naming conventions
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Frederic Suterdynar to std::vector
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-26 Martin QuinsonRename the S4U interface stored in internal objects...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-26 Martin Quinsonmore explicit error messages
2016-06-24 degommetypo
2016-06-24 degommeThis model can't handle 0 sized msg with 0 computation
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
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 Quinsontiny cleanups in the VMs and links
2016-04-01 Martin QuinsonRemove the properties from the host constructor
next