Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / kernel / routing / NetZoneImpl.cpp
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-04 Bruno DonassoloMerge branch 'issue99' into 'master'
2022-01-03 Bruno DonassoloMix XML and C++ platforms
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
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-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-07-08 Arnaud GierschFix debug message better [ci-skip]
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
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-11 Arnaud GierschFactorize common code to assemble vector<LinkImpl*...
2021-06-01 Arnaud GierschPrefer std algorithms.
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-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-03 SUTER Fredericdo not use RouteCreationArgs outside of XML parsing
2021-04-29 SUTER Fredericdo not throw signal from sg_platf
2021-04-27 SUTER Fredericthrow signal from seal() directly
2021-04-23 Bruno DonassoloInitialize models together with netzone root
2021-04-19 Arnaud GierschFix bound checking.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschSimplify loop searching for a bypass route.
2021-04-13 SUTER Fredericimprove router creation
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
2021-04-06 Bruno DonassoloCopy models from parent netzone
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschA bool is OK in boolean context.
2021-04-02 SUTER Fredericchange way WIFI are create + make sharing_policy optional
2021-04-02 Bruno DonassoloSeal NetZone
2021-04-02 Bruno DonassoloConstify list of links parameter
2021-04-01 Bruno DonassoloSimplyfying create_host and exporting it to s4u::NetZone
2021-04-01 Bruno DonassoloAdding seal() for Host
2021-04-01 Bruno DonassoloMoving the models initialization to NetZoneImpl.
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-23 Martin QuinsonHumpf, time to sleep, obviously
2021-03-23 Martin QuinsonForbid to modify a sealed netzone
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
2021-03-11 Arnaud GierschMerge branch 'model_types_rework_part1' into 'master'
2021-03-11 Bruno DonassoloInitializing SimGrid's model in another way
2021-03-11 Bruno DonassoloSimple constructor for NetZone's child classes.
2021-03-11 Bruno DonassoloNetZoneImpl: simpler constructor
2021-03-11 Bruno DonassoloNetZoneImpl: rework seal
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloSay goodbye to last global: surf_host_model
2021-03-09 Bruno Donassolosurf_disk_model: remove it.
2021-03-09 Bruno Donassolosurf_cpu_model_pm: remove global
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloAvoid using surf_network_model global
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-07 Arnaud GierschAt most one resource allocation per statement (sonar).
2021-03-02 Frederic Sutercosmetics
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-24 Frederic Sutera bit more method chaining in the internals
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-24 Arnaud Giersch[sonar] Reduce number of 'break' in loop.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-11 Arnaud GierschFew more auto's.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Martin QuinsonLet netzones know about the links created in their...
2020-10-04 Martin Quinsonuseless cosmetics
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-01 Arnaud GierschCosmetics.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-02 Martin Quinsonfinish the API under the new format
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-15 Frederic Sutercleanups
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-11-27 Frederic Suterdon't know why this was still a struct
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
next