Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More coding style updates for sg_host.
[simgrid.git] / src / surf /
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-20 Arnaud GierschNow is still not in the past.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud Giersch[codefactor] Blank line is redundant.
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Martin QuinsonFix another typo
2020-10-17 Arnaud GierschTypo.
2020-10-14 Arnaud GierschCosmetics.
2020-10-13 Arnaud GierschDelete unused ctor.
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 GierschFunctions are currenlty not overridden.
2020-10-11 Arnaud GierschConst get_bandwidth() and get_latency().
2020-10-11 Arnaud GierschDefine const is_used().
2020-10-11 Arnaud GierschConst in network_wifi and link_energy_wifi.
2020-10-11 Arnaud GierschDefine const get_sharing_policy().
2020-10-11 Arnaud GierschDefine const get_iface().
2020-10-11 Arnaud GierschRoute is not empty (already verified by xbt_assert).
2020-10-08 Martin Quinsonnew option ns3/seed to seed the ns-3 random generator
2020-10-08 Arnaud GierschMinor sonar issues.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-05 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
2020-10-04 Martin QuinsonDon't list the possible routings in DTD. We want to...
2020-10-04 Martin QuinsonRecompile the XML parser, and alleviate an ambiguity...
2020-10-04 Martin QuinsonLet netzones know about the links created in their...
2020-10-04 Martin Quinsonuseless cosmetics
2020-10-04 Arnaud GierschUseless cast to int.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-01 Arnaud GierschObsolete declaration.
2020-10-01 Arnaud GierschPrefer const std::string&.
2020-10-01 Arnaud GierschMinor corrections for commit e709643ef0c5b61c6c878016c4...
2020-10-01 Martin QuinsonMerge branch 'master' into 'master'
2020-10-01 adrien gougeonremove unused attribute name_ and method set_name()
2020-10-01 adrien gougeonfix host name issue with ns3 wifi, add ssid, set active...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-30 Augustin DegommeWeak attempt at fixing issue with recent ns3+gcc.
2020-09-29 adrien gougeonmoved a line for comprehension
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid...
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-09-25 adrien gougeonreadded active probing = false
2020-09-25 adrien gougeonactive probing return to default value for STA nodes
2020-09-25 adrien gougeonadded ssid for ns3 wifi
2020-09-12 Martin Quinsonns3: inline 2 more functions
2020-08-31 Martin Quinsonns3: mark some bits of the implem as private
2020-08-31 Martin Quinsonns3: get ride of the node_num field, that was only...
2020-08-31 Martin Quinsonns3: get ride of the IPV4addr global vector
2020-08-31 Martin Quinsonns3: get ride of the interfaces global
2020-08-31 Martin Quinsonns3: that assert is particularly useless
2020-08-31 Martin Quinsonns3: greatly simplify how hosts are added to clusters
2020-08-31 Martin Quinsonns3: inline a function used only once
2020-08-31 Martin Quinsonns3: kill an unused global container :(
2020-08-31 Arnaud GierschTry to fix crashing ns3 example. Not sure if it is...
2020-08-12 Martin QuinsonMake sure that VM::get_speed() returns the correct...
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-09 Martin QuinsonAdd a WifiLink::get_host_count() function that is neede...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (src/xbt...
2020-07-09 Martin QuinsonAdd an example of wifi communication
2020-07-08 adrien gougeonremoved usess global vector
2020-07-08 adrien gougeonadded possibility to change mcs, nss and distance betwe...
2020-07-06 adrien gougeonupdate ns3 wifi to match loic's simgrid wifi
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/surf/.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-25 adrien gougeoncorrected wifi with loic infos
2020-06-24 adrien gougeonremoved standard to make it work
2020-06-22 adrien gougeonupdate ns3 wifi
2020-06-12 Arnaud GierschPrefer using initialization lists in ctors.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-06-09 adrien gougeonns3 wifi working with 2 nodes 1 route, does not take...
2020-06-03 Augustin Degommetry to fix ns3 examples. Not sure this was the way...
2020-05-29 Martin Quinsonwifi: make room for the ns3-wifi binding
2020-05-27 Arnaud GierschRemove redundant blank lines (codefactor).
2020-05-25 Martin Quinsonlgtm: Add some missing header guards
2020-05-25 Martin QuinsonBetter explanations for the parameters of the decay...
2020-05-14 Martin Quinsonfix ns3 builds
2020-05-14 Martin Quinsonremove an extraneous ';' that fools codacy
2020-05-14 Martin QuinsonMissing const marker
2020-05-14 Martin QuinsonSave the src_wifi_link and dst_wifi_link in a subclass...
2020-05-14 Martin Quinsonfix how wifi's host_rate is used in communicate()
2020-05-14 Martin Quinsonfix save src/dst
2020-05-14 Martin Quinsonremove the src and dst from the Link::on_communicate...
2020-05-14 Martin Quinsonsave the source and destination hosts in the NetworkAction
2020-05-14 Martin Quinsonstick to our coding standards: getters should have...
2020-05-05 Martin QuinsonRemove a useless call in MC initialization
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-21 Frederic Suterplease sonar
next