Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / surf / network_ns3.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-22 Augustin Degomme... I'm certain I tested this yesterday
2022-04-22 Augustin DegommeUpdate network_ns3.cpp
2022-04-21 Augustin Degommeprepare for next NS3 release
2022-02-19 Arnaud GierschExplicit casts for Sonar.
2022-02-18 Arnaud GierschFix sonar issues in ns3 bindings.
2022-02-08 Arnaud GierschFix memory leak with ns3 routing tables.
2022-01-28 Martin QuinsonAdd a destructor to the NetworkNS3Model to cleanup...
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 Bruno DonassoloFix MR74, workaround for s4u-network-ns3-wifi
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-11-09 SUTER Fredericfix ns3 build (missing namespace)
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-10-21 SUTER Fredericremove Link::on_communicate (use CommImpl::on_start...
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-20 SUTER Fredericsimplify writing in model setup + may fix issue with...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin Quinsonns-3: Make wifi creation compatible with ns-3 version...
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-05-10 Bruno DonassoloFix NS-3 tests
2021-05-07 Bruno DonassoloChecks concerning StarZone and NS3
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschUse const& for std::string parameters.
2021-04-12 SUTER Fredericdo not allocate/free radicals
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 SUTER Fredericchange way WIFI are create + make sharing_policy optional
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 SUTER FredericCleaning and chaining around links
2021-03-25 Martin QuinsonMake model name constant
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-19 SUTER Fredericreally set link latency for ns3
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
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-09 Arnaud GierschMerge branch 'bruno.donassolo/simgrid-add_model_shared...
2021-03-09 Bruno DonassoloEngine*::add_model: from unique to shared_ptr
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloAdjust code after rebase.
2021-03-09 Bruno DonassoloGetting rid off surf_network_model global
2021-03-09 Bruno DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-05 Frederic SuterRemove constraint from LinkImpl ctor
2021-03-03 Frederic Suterremove model from Link constructors
2021-03-01 Frederic Suterfix ns3
2021-02-26 Arnaud GierschDeclare function 'static' (and fix picky builders).
2021-02-25 Martin Quinsonns3: Fix build when compile warnings are enabled
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-24 agougeonadd wifi zone option to delay nodes start time
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-25 Augustin Degommethis constructor was removed in ns3 3.33 - apparently...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin Degommetest failure fix for #45.
2020-12-15 Augustin Degommewarning --
2020-12-15 Augustin Degommeuse new name for wifi standard in recent NS3.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschDon't keep port number 65535 apart.
2020-10-27 Martin Quinsonns3 does not accept 0 as a port_number so don't let...
2020-10-27 Martin Quinsonns3: Fix a debug message (s/socket/flow/)
2020-10-27 Martin QuinsonAccept very large port numbers, as ns-3 don't forbid...
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 gougeonswitched wifi model ns3 from the one using wifi links...
2020-10-20 adrien gougeonadded circle placement for ns3 wifi nodes
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud Giersch[codefactor] Blank line is redundant.
2020-10-19 adrien gougeonadd WifiZone support for ns3 wifi
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-12 Martin Quinsonns3: Improve a debug message [Mahesh Ketkar]
2020-10-12 Martin Quinsonns3: live with the fact that sometimes finished_ become...
2020-10-12 Martin QuinsonDon't display strings with %p [Mahesh Ketkar]
2020-10-11 Arnaud GierschConst get_bandwidth() and get_latency().
2020-10-08 Martin Quinsonnew option ns3/seed to seed the ns-3 random generator
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-01 Arnaud GierschPrefer const std::string&.
next