Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / routing /
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 DonassoloRenaming, snake_case
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 DonassoloFactory functions for all Netzones
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-22 SUTER Frederictrimming zones
2021-03-19 SUTER Fredericprivatize fields of ClusterZone + more explicit methods
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 DonassoloNetZoneImpl::network_model_: get() and private object
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 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschUseless assignment.
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud Giersch[pvs] A part of conditional expression is always false...
2020-11-25 Arnaud Giersch[pvs] The 'gw_src' pointer was utilized before it was...
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-11-23 Arnaud GierschMore std::vector's.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-21 adrien gougeondifferenciated signal on_route_creation depending if...
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 adrien gougeonadd WifiZone support for ns3 wifi
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-15 Arnaud GierschConstify a parameter, fix name for another, and simplif...
2020-10-14 Arnaud GierschCosmetics.
2020-10-14 Arnaud GierschDrop unused parameters.
2020-10-11 Arnaud GierschFew more auto's.
2020-10-08 Arnaud GierschUse meaningful names for dragonfly coords.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-05 Martin QuinsonFix a name conflict in Zones. No idea why gcc didn...
2020-10-05 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
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-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-03-29 Frederic Sutercosmetics
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suternothing to do with instr ...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-02 Martin Quinsonfinish the API under the new format
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Frederic Suternamespace cleanups
2020-01-15 Frederic Sutercleanups
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-04 Arnaud GierschUse a std::unique_ptr, and remove custom destructor.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
next