Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
getting closer: no more MSG_STORAGE_LEVEL
[simgrid.git] / src / surf / sg_platf.cpp
2017-06-08 Frederic Sutergetting closer: no more MSG_STORAGE_LEVEL
2017-06-07 Martin Quinsoncreate a NetZone::onCreation signal and use it from...
2017-06-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Takishippcall sg_instr_new_host via signal call
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
2017-05-23 Frederic Suterone level less in the last lib
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-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin Quinsonintroduce a few synonyms in XML to allow the use of...
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-04-24 Frederic Suterone xbt_lib less in storage
2017-04-24 Frederic Suterxbt_strbuff to std::string in cpp files
2017-03-26 Frederic Sutermostly cosmetics
2017-03-20 Martin Quinsondon't free the properties of the cluster before the...
2017-03-12 Martin Quinsonplug a memleak
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-09 Frederic Suterplug leak
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutersimplify storage internals
2017-03-01 Frederic Sutersmells and bugs
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 Frederic Suterallow users to create clusters with pstates
2017-02-24 Martin Quinsonfinish the transition from C structures to C++ objects
2017-02-24 Frederic Suterwoops
2017-02-24 Frederic SuterWIP stop using const char* in C++ layers
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
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-14 Martin Quinsonadd the properties as argument to NetZoneImpl->createHost
2017-01-02 Martin Quinsonremove an unused parameter + cosmetics
2017-01-02 Martin Quinsonremove the s_sg_platf_router_cbarg_t structure
2017-01-02 Martin Quinsonremove a useless pimple
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
2016-12-21 Martin Quinsonhave only one callback for link creation
2016-12-21 Martin Quinsoninline another function, plus some cleanups
2016-12-18 Martin QuinsonMove all netcards into the dict, and the dict to the...
2016-12-17 Martin Quinsonreduce the public exposure of netcards_dict
2016-12-17 Martin Quinsonno need for a lib to store the netcards. A dict is...
2016-12-13 Martin Quinsonupdate function documentation and variable names in...
2016-12-13 Martin Quinsonrename the class objects and C types for the As ->...
2016-12-13 Martin Quinsonclang-format changes related to the previous commit
2016-12-13 Martin Quinsonstart renaming AS to NetZone
2016-12-12 Martin Quinsoncontinue emptying the surf_routing files
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-11 Martin Quinsonplease sonar, and other small cleanups
2016-12-11 Martin Quinsonkill the s_surf_parsing_link_up_down_t datatype
2016-12-11 Martin Quinsonuse std::pair instead of s_surf_parsing_link_up_down_t...
2016-12-11 Martin QuinsonNo need for the AS creation callback
2016-12-11 Martin Quinsonrename a field for cosmetics
2016-12-11 Martin Quinsongreatly simplify the way peers are created in Vivaldi AS
2016-12-09 Martin Quinsonuse NetCard extension to store vivaldi coordinates
2016-12-08 Martin Quinsoncosmetics
2016-12-07 Martin QuinsonKill the fact that several model VM models may be provided.
2016-12-06 Martin Quinsonmove NetCard to its own header file
2016-12-06 Martin Quinsonno need for a NetCard and a NetCardImpl when both are...
2016-12-05 Martin Quinsonmove the rootAS from routing_platf into the EngineImpl
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsoncosmetics
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-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-11-13 Martin Quinsondon't pass property set to the storage constructor...
2016-11-12 Martin Quinsonthe AS can now create hosts.
2016-11-12 Martin Quinsonuseless cosmetics around the host creation
2016-11-08 Martin QuinsonMake a proper extension out of the Vivaldi coordinates
2016-11-08 Martin Quinsonnormalize a bit the inst callbacks
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 QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-24 Martin Quinsonmove some content out of parsing to the classes
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-20 Martin Quinsoncontinue removing content from HostImpl
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonsimplification: inline a virtual function that is never...
2016-10-16 Martin Quinsoncode simplifications around host construction
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsoncleanups in the model initialization
2016-10-15 Martin Quinsonfactorize some code between NS3 cluster creation and...
2016-10-15 Martin Quinsonone step further to sort out the spagetti plate of...
2016-10-15 Martin Quinsonmove content from the sg_platf to the object hierarchy
2016-10-15 Martin Quinsonmake some field private, to please sonar
2016-10-14 Martin Quinsonmake As->father_ protected
2016-09-22 Martin Quinsonhide a global data container
next