Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / surf / network_cm02.hpp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-05-26 Bruno DonassoloMinor simplification in CM02::communicate
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloRefactor of NetworkCm02Model::communicate
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-07 Arnaud GierschMake virtual functions called from constructor "final".
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-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 Martin QuinsonMake model name constant
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-03 Frederic Suterremove model from Link constructors
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschKill two unused helper functions.
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-05-14 Martin Quinsonsave the source and destination hosts in the NetworkAction
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Martin Quinsonsplit the wifi model into its own files
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-01 Martin Quinsonfurther very small steps to modernize our code. thanks...
2019-08-27 Loic GueganWIFI: Now implemented
2019-07-10 Arnaud GierschMisc sonar threats.
2019-07-09 Martin Quinsonfix NS3 build + avoid vector copies
2019-07-09 Loic GueganWifi model interface:
2019-07-04 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-07-04 Loic GueganMerge branch 'master' of framagit.org:simgrid/simgrid
2019-07-04 Loic GueganRevert "Extend Link interface in order to handle links...
2019-07-04 Loic GueganExtend Link interface in order to handle links with...
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-09 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-08 Martin QuinsonActually, SMPI is playing by the rules now. Remove...
2018-07-07 Martin Quinsonsnake_case kernel::resource::NetworkModel
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Frederic Sutersnake_case LinkImpl (but the part that should to the...
2018-04-07 Martin Quinsonchange e_surf_link_sharing_policy_t into a proper enum...
2018-04-07 Martin Quinsonmove all network models to the kernel::resource namespace
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Arnaud GierschDefine FairBottleneck and Lagrange as subclasses of...
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Martin Quinsonstart snake_casing resource::Model
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin Quinsonsnake_case another method
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschKill dead code: haveGap_/senderGap_ are never used.
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-08 Martin QuinsonMerge pull request #184 from Takishipp/signals
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-07 Frederic Suterreindent
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-28 Martin Quinsondon't mix the refcount of s4u::Comm and the one of...
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-11 Frederic Suterthese models want to please Sonar
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Sutervain attempt to chase last leak in ptaskL07
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-10-06 Martin QuinsonUh? I cannot write explicit here??
next