Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / routing /
2021-09-30 SUTER Frederic[sonar] fix a few recently introduced smells
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 SUTER Fredericmore refactoring of get_instance calls
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-13 SUTER Frederica few more implicit conversions removed
2021-09-06 SUTER Fredericdo not use unsigned there, -1 is used to indicate there...
2021-09-06 SUTER Fredericunsigned long-ing
2021-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-07-22 Arnaud GierschFactor common code.
2021-07-16 Arnaud Giersch[lgtm] Ensure that the type casting is done before...
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-08 Arnaud GierschFix debug message better [ci-skip]
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
2021-07-06 Arnaud GierschSimplify function calls (avoid explicit std::vector...
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-25 Arnaud GierschMore int -> unsigned long.
2021-06-24 Arnaud GierschThis is an unsigned integer.
2021-06-24 Arnaud GierschGraphNodeData::graph_id_ is an unsigned long.
2021-06-11 Arnaud GierschFactorize common code to assemble vector<LinkImpl*...
2021-06-11 Arnaud GierschFix loop: iterator is invalid after insertion.
2021-06-01 Arnaud GierschPrefer std algorithms.
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-06-01 Arnaud GierschPointer-to-const for Sonar.
2021-06-01 Arnaud GierschDie on unwanted function calls.
2021-05-31 Bruno DonassoloFixes in UTs
2021-05-31 Arnaud GierschA few more 'const'.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-28 Bruno DonassoloIssue#71: add check in add_route for gw_src/gw_dst
2021-05-25 Arnaud Gierschvector::back() is good enough + assert for scan_build.
2021-05-25 Arnaud Giersch[sonar] Extract assignments from expressions.
2021-05-24 Bruno DonassoloGet netzones traversed by a route
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-11 Arnaud GierschSome cleanup around model description tables.
2021-05-10 Bruno DonassoloFix NS-3 tests
2021-05-10 Bruno DonassoloAdjust tests after changes in cluster tag
2021-05-10 Bruno DonassoloClusterZone placeholder and kill some old code
2021-05-10 Arnaud Giersch[codefactor] Cosmetics.
2021-05-07 Bruno DonassoloChecks concerning StarZone and NS3
2021-05-06 SUTER Frederic[sonar] implicit casts
2021-05-05 Bruno DonassoloSome sonar stuff...
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 Bruno DonassoloTorusZone: Add limiter for destination node
2021-05-04 Bruno DonassoloFix leak on test.
2021-05-04 Arnaud GierschKill EngineWrapper hack and reduce code duplication.
2021-05-04 Bruno DonassoloMix create_host and add_route during platf creation.
2021-05-03 SUTER Fredericdo not use RouteCreationArgs outside of XML parsing
2021-04-30 SUTER Fredericdo not need ClusterCreationArgs anymore
2021-04-30 SUTER Fredericrefactor link characteristics management across Cluster...
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-29 SUTER Fredericdo not throw signal from sg_platf
2021-04-29 Bruno DonassoloUse new API to create Torus/Dragonfly/Fat-Tree clusters...
2021-04-28 Bruno DonassoloFatTreeZone: Do the checks earlier
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
2021-04-28 Bruno DonassoloCosmetics
2021-04-27 Bruno DonassoloNew: s4u::create_fatTree_zone
2021-04-27 Bruno DonassoloFix FatTreeZone with limiter links
2021-04-27 SUTER Fredericthrow signal from seal() directly
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloInitialize models together with netzone root
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
2021-04-23 Bruno DonassoloAdd some UT for TorusZone
2021-04-23 Bruno DonassoloNew: s4u::create_torus_zone
2021-04-22 Bruno DonassoloRaise exception for invalid parameters in StarZone
2021-04-21 Bruno DonassoloFix TorusZone with limiter links
2021-04-20 Arnaud GierschAvoid alternative keywords for boolean expressions.
2021-04-19 Arnaud GierschFix bound checking.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-17 Arnaud GierschSonar polishing.
2021-04-16 Arnaud GierschSimplify loop searching for a bypass route.
2021-04-16 Arnaud GierschReplace C-style arrays and remove const_cast.
2021-04-16 Arnaud GierschPointer-to-const.
2021-04-16 Bruno DonassoloSome code improvements.
2021-04-16 SUTER Fredericsimplification
2021-04-16 SUTER Fredericcosmetics
2021-04-16 SUTER Fredericcosmetics
2021-04-15 Bruno DonassoloPlease sonar, just a little
2021-04-14 Arnaud GierschMinor Sonar smells (const, etc).
2021-04-14 Bruno DonassoloVivaldi on top of StarZone
2021-04-14 Bruno DonassoloAdjust add_route to accept route between netzones
2021-04-14 Bruno DonassoloStarZone: implement get_graph method
2021-04-14 Bruno DonassoloNew netzone: Star Zone
2021-04-13 SUTER Fredericconstify
2021-04-13 SUTER Fredericthis is no useless
2021-04-13 SUTER Fredericdo not call sg_platf_new_link when creating Cluster...
2021-04-13 SUTER Fredericimprove router creation
2021-04-12 SUTER Fredericchange way vivaldi coordinates are managed internally
2021-04-12 Arnaud GierschReturn const reference to vector.
2021-04-06 Bruno DonassoloSingle way to create links in NetZone
2021-04-06 Bruno DonassoloSimplify NetZone's hierarchy
2021-04-06 Bruno DonassoloOne method to set netzone's relationship
next