Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite in a simpler manner.
[simgrid.git] / src /
2020-10-15 Arnaud GierschRewrite in a simpler manner.
2020-10-15 Arnaud GierschMore char* -> std::string conversions.
2020-10-15 Arnaud GierschDefinitely remove deprecated stuff in private area.
2020-10-15 Arnaud GierschConstify a parameter, fix name for another, and simplif...
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-15 Martin Quinsonmmalloc: cosmetics in an error message
2020-10-14 Arnaud GierschCosmetics.
2020-10-14 Arnaud GierschDrop unused parameters.
2020-10-13 Augustin DegommeRevert "Try to help for freebsd and paths. Thanks Matth...
2020-10-13 Arnaud GierschEnsure type > 0.
2020-10-13 Arnaud GierschReduce scope for variables.
2020-10-13 Arnaud Giersch"s < 0" is always true here.
2020-10-13 Arnaud GierschDelete unused ctor.
2020-10-13 Augustin DegommeTry to help for freebsd and paths. Thanks Matthieu...
2020-10-13 Arnaud Gierschpopping_enum.h becomes an hpp.
2020-10-13 Arnaud Gierschconst again
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-12 Arnaud Giersch[sonar] Make parameter a pointer-to-const.
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 GierschMore const.
2020-10-11 Arnaud Giersch[sonar] Constructors of an "abstract" class should...
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 GierschFew more auto's.
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-11 Arnaud GierschDon't lookup twice.
2020-10-11 Arnaud GierschMake expression clear.
2020-10-11 Arnaud GierschUnused parameter.
2020-10-10 Arnaud GierschWhitespace cleanup (for codefactor.io).
2020-10-10 Arnaud GierschMerge branch 'master' into 'master'
2020-10-10 Julien EMMANUELplugin link_load: fix name in SIMGRID_REGISTER_PLUGIN
2020-10-10 Martin Quinsonplugin link_load: tiny logic error (thanks clang for...
2020-10-10 Martin QuinsonRename the link load plugin for decency (and consistency)
2020-10-10 Martin Quinsonfix a bug in an error message
2020-10-10 Arnaud GierschMerge branch 'link-cumload-plugin' into 'master'
2020-10-10 Millian Poquetintroduce new plugin: link_cumload
2020-10-08 Martin Quinsonnew option ns3/seed to seed the ns-3 random generator
2020-10-08 Arnaud GierschUse meaningful names for dragonfly coords.
2020-10-08 Arnaud GierschPrefer std::string for C++ API.
2020-10-08 Arnaud GierschMinor sonar issues.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-07 Augustin Degommebump C++ to 14 in smpicxx as well
2020-10-06 Arnaud GierschBlack magic.
2020-10-06 Arnaud GierschFix build with older clang (e.g. 3.8.1).
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 GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-05 Arnaud GierschModernize loop.
2020-10-05 Arnaud GierschFix lua_platf.
2020-10-05 Martin QuinsonFix a name conflict in Zones. No idea why gcc didn...
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 Giersch[sonar] Extract the assignment from sub-expression.
2020-10-04 Arnaud GierschUseless cast to int.
2020-10-04 Arnaud GierschSlight simplification.
2020-10-04 Arnaud GierschCorrectly print dots between elements.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/smpi/).
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/mc/).
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-10-02 Arnaud Giersch[sonar] Use "std::make_shared" to construct "std::share...
2020-10-02 Arnaud GierschUse empty() to check whether the container is empty...
2020-10-02 Arnaud GierschReduce scope for loop variables.
2020-10-02 Arnaud GierschRemove compatibility layer for pre-c++14.
2020-10-02 Arnaud GierschUse standard macro to check C++ version.
2020-10-02 Arnaud GierschNamespace s4u:: is implicit.
2020-10-02 Arnaud GierschTypos.
2020-10-01 Arnaud GierschObsolete declaration.
2020-10-01 Arnaud GierschCosmetics.
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
next