Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a useless constructor
[simgrid.git] / src / surf / HostImpl.cpp
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
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Martin Quinsonkill unused constructors of Resources and other cleanups
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
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