Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / kernel / routing / NetZoneImpl.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Fred SuterHave the disk model be part of the host models
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-01 Arnaud GierschSonar issues.
2022-06-30 Arnaud GierschCosmetics (indentation, codefactor.io).
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-27 Fabien ChaixAnswer to Mt comments
2022-06-24 Fabien ChaixQuick and dirty fix to speed up get_host_by_name
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-28 Arnaud GierschUse const references (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloIt seems important to keep destruction order for hosts...
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-08 Bruno DonassoloSonar smells
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-01-20 SUTER FredericCleanup in log categories
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
next