Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into adrien
[simgrid.git] / src / surf /
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 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 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
2020-04-20 Henri CasanovaTypo fix
2020-04-01 Loic GueganAdd WIFI decay model along with tesh tests.
2020-03-26 Frederic Suteruse signal to decouple instr from surf code
2020-03-26 Frederic SuterThis instrumentation module is a mess ...
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-06 Augustin DegommeAdd an option to alter the default hidden and poorly...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin Quinsonfix a FIXME
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Arnaud GierschEmit a warning when a link's latency is smaller than...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-15 Arnaud Giersch[sonar] Add const qualifier.
2020-01-15 Frederic Sutersimplification commit
2020-01-13 Frederic Suternamespace cosmetics
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members for...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Arnaud GierschCosmetics: use empty parentheses for new std::container.
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-21 Arnaud GierschKill unused includes, and put the remaining ones at...
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-16 Frederic Suterremove an instance of namespace surf
2019-12-16 Frederic Sutermornign cleanups
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-10 Frederic Suteran enum class of size of 2 is a well named bool
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-12-10 Frederic Sutera few process to actor changes
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
next