Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Type size_t for every variant of get_host_count().
[simgrid.git] / include / simgrid / s4u / NetZone.hpp
2022-04-22 Arnaud GierschType size_t for every variant of get_host_count().
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-07 SUTER Frederic[sonar] bunch of smells
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
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 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-08-16 Arnaud GierschTry to make linking succeed with mingw64 (appveyor).
2021-07-14 Arnaud GierschNetzone::get_children() is actually not deprecated.
2021-07-13 Martin QuinsonHide some deprecated symbols from doxygen
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-06 Arnaud GierschFix empty #ifndef..#endif. Annotate helper function...
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
2021-05-05 Bruno DonassoloSome sonar stuff...
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-28 Bruno DonassoloFatTreeZone: Do the checks earlier
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
2021-04-28 Bruno DonassoloCosmetics
2021-04-27 Bruno DonassoloNew: s4u::create_fatTree_zone
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloNetZone::get_netpoint: gets the netzone's netpoint
2021-04-23 Bruno DonassoloNew: s4u::create_torus_zone
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 SUTER Fredericadd wrappers with scalars on the user side
2021-04-15 Bruno Donassolos4u::NetZone::create_router.
2021-04-14 Bruno DonassoloSimplify add_route methods.
2021-04-14 Bruno DonassoloNew netzone: Star Zone
2021-04-08 Bruno Donassolos4u: allows full single-line initialization
2021-04-06 Bruno DonassoloOne method to set netzone's relationship
2021-04-06 Bruno DonassoloMinor fix in doc
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 Bruno DonassoloSeal NetZone
2021-04-02 Bruno DonassoloConstify list of links parameter
2021-04-02 Bruno DonassoloSimplified methods to add routes
2021-04-02 Bruno DonassoloFix error handling.
2021-04-01 Bruno DonassoloRenaming, snake_case
2021-04-01 Bruno DonassoloAdd create_link in s4u::NetZone
2021-04-01 Bruno DonassoloSimplyfying create_host and exporting it to s4u::NetZone
2021-04-01 Bruno DonassoloFactory functions for all Netzones
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Arnaud Giersch[sonar] Make parameter a pointer-to-const.
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
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-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-03-29 Frederic Suterthe extraction of the graph is a NetZone method
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-02 Martin Quinsonfinish the API under the new format
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-19 Arnaud GierschRemove empty functions
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud GierschUniformize get_impl(): const attribute, and return...
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-25 Martin Quinsonhide deprecated methods from doxygen
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-19 Martin Quinson'friend' keyworld is ok for the doc tooling as long...
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Martin Quinsonimprove doxygen comments in s4u
2018-07-17 Martin Quinsondoxygen: better handling of deprecated symbols
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Martin Quinsonstringify s4u::Engine
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-26 Arnaud GierschRemove redundant access specifier.
2018-06-26 Arnaud GierschMake member variables "private".
next