Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #218 from Takishipp/MSG2S4U
[simgrid.git] / src / surf / instr_routing.cpp
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
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-18 Takishippnormalize s_type class part 3
2017-08-18 Takishippnormalize s_type class part 2
2017-08-18 Takishippnormalize s_type class
2017-08-16 TakishippAdd type_stat_new to s_type class as a method
2017-08-16 TakishippAdd link_new to s_type class as a method
2017-08-16 TakishippAdd variable_new to s_type class as method
2017-08-16 TakishippAdd type_container_new to s_type class as method
2017-08-16 TakishippAdd s_type_get_or_null to s_type class as a method
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Frederic Sutermost dicts in instr were bare sets
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-20 Takishippgive s_val PJ_value as a constructor
2017-07-18 Takishippturn paje_value to a class
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-17 TakishippReplace a function by its contents
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Martin Quinsonplease codacy
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-30 Takishippget sg_instr_new_router through a signal
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Martin QuinsonMerge pull request #184 from Takishipp/signals
2017-06-08 Takishippgetting sg_instr_AS_end through a signal structure
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 Takishippremove the useless prototype of sg_instr_new_host
2017-06-02 Takishippcall sg_instr_new_host via signal call
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Martin QuinsonNow it works (if you don't look at the leaks)
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-27 Takishippsave final incorrect changes
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-02-27 Martin Quinsonrename some C type for consistency
2017-02-23 Frederic Sutersmells and bugs
2017-02-13 Martin Quinsonalign the Link callbacks with the ones of Host
2017-02-13 Martin Quinsonmove the Link signals to s4u
2017-02-10 Martin Quinsonobey our naming conventions
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-02 Martin Quinsonremove an unused parameter + cosmetics
2017-01-02 Martin Quinsonremove the s_sg_platf_router_cbarg_t structure
2016-12-21 Martin Quinsonhave only one callback for link creation
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 Quinsonstart renaming AS to NetZone
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-08 Martin Quinsonnormalize a bit the inst callbacks
2016-08-24 Frederic Suterdynar to vector
2016-08-14 Martin Quinsonreduce the amount of mallocs (and plug a memleak)
2016-08-12 Frederic Suterdynar to std::vector for pstates
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Martin Quinsonmove the routing logic to its own directory
2016-07-05 degommegrouped trace or not, MPI_LINK type should be tied...
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-03-20 Martin Quinsonget a better name for the speedPerPstate attribute...
2016-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-08 Martin Quinsonmove implementation bits of s4u::As into surf::AsImpl
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsonmove surf::As to s4u::As
2016-02-29 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Martin Quinsonrename some fields (ignorable)
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-24 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
next