Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / surf / network_cm02.cpp
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschSonar: constructors should only call non-overridable...
2017-11-13 Arnaud GierschReplace xbt_heap with boost::heap for surf actions.
2017-11-12 Arnaud GierschDefine helper methods to access actionHeap_.
2017-11-12 Arnaud GierschMake Model::actionHeap_ private.
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-05 Frederic Suterplease sonar
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-03 Frederic Sutermore protected->private fields
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
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-29 Arnaud GierschAction::finish() is never used without setState().
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
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-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
2017-08-03 Arnaud GierschKill dead code: haveGap_/senderGap_ are never used.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-20 Frederic Suterremove useless function
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-05 Martin Quinsoncreate the loopback after the right configuration is set
2017-07-05 Frederic Suterdon't use old values in doc and alternate models
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 Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-11 Frederic Suterthese models want to please Sonar
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-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Sutervain attempt to chase last leak in ptaskL07
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-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-12 Martin Quinsondon't fool sonar if we can avoid it
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-15 Martin Quinsonkill a now useless function
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-15 Martin Quinsonempty RoutingPlatf: move the loopback link to the netwo...
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-11-12 Martin Quinsoncode simplification: we don't use non-LMM resources
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-10-02 Martin Quinsonrename next_occuring_event_isIdempotent() into nextOccu...
2016-10-02 Martin Quinsontiny code simplification
2016-10-02 Martin QuinsonselectiveUpdate is a bool
2016-10-02 Martin Quinsonadd a solve() fun pointer to maxmin datatype (+minor...
2016-10-02 Martin Quinsonpreparatory cleanups in model share computations
2016-09-22 Martin Quinsoncosmetics
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Frederic Suterdynar to std::vector
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-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-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaNormalize virtual/override usage
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-25 Martin QuinsonAll options are consistently in kebab-case (but the...
2016-04-17 Martin Quinsonplug some more memleaks
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin Quinsonfurther rework the config handling. Still much to do
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 Quinsonsimplify the prototype of LinkCM02 constructor
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Martin Quinsoninline a signal
2016-03-26 Martin Quinsonrename the fields of surf::Action
2016-03-26 Martin Quinsonsort out the Link::onCommunicate signal
2016-03-20 Martin Quinsonobjectifies surf::Action::State
2016-03-20 Martin Quinsonrename some fields to match our coding standards
2016-03-20 Martin Quinsonempty the link factories
2016-03-08 Martin QuinsonRename the fields of surf::Model
2016-03-08 Martin Quinsonremove bw and lat traces from the Link constructor
next