Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-10-07 Augustin Degommebump C++ to 14 in smpicxx as well
2020-10-06 Arnaud GierschBlack magic.
2020-10-06 Arnaud GierschCheck C++ standard in xbt/base.h.
2020-10-06 Arnaud GierschTravis/win: python has been upgraded to 3.9.
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-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (teshsuite/).
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (examples/).
2020-10-03 Arnaud GierschMention xxHash in COPYING.
2020-10-03 Arnaud GierschxxHash is not ours, exclude from analysis.
2020-10-02 Arnaud GierschMore s/c++11/c++14/.
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 Giersch[sonar] Don't take shared_ptr by rvalue reference.
2020-10-02 Arnaud GierschConst qualifier is useless.
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 GierschC++14 support is now required.
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-29 Arnaud GierschRevert "Enable ns3 for coverage build and hope that...
2020-09-29 Arnaud GierschEnable ns3 for coverage build and hope that it will...
2020-09-29 Arnaud GierschFix call to Process.yield() (keyword in java >= 13).
2020-09-29 Arnaud GierschAdd input file.
2020-09-28 Martin Quinsonproject description: show me the ns-3 version
2020-09-28 Martin Quinsonfix formatting in ns3 doc
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid...
2020-09-26 Martin Quinsonimprove the wifi ns-3 documentation a bit
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-22 Arnaud GierschFix distcheck.
2020-09-14 Martin Quinsondoc: fix more broken links
2020-09-13 Martin QuinsonCI: linkchecker is not part of Debian anymore
2020-09-13 Martin QuinsonCI: restore the dependency of pages onto ctest for...
2020-09-13 Martin Quinsondocs: we need a recent version of sphinx_tabs for sphinx 2
2020-09-13 Martin Quinsonautodoxy: allow to requalify types whose namespace...
2020-09-13 Martin QuinsonDockerfile: linkchecker is dying because it's not pytho...
2020-09-13 Martin Quinsondoc: fix formating and functions signatures
2020-09-13 Martin QuinsonCI: install our version of javasphinx
2020-09-13 Martin Quinsondocs/Build.sh: get verbose to see what's failing on CI
2020-09-13 Martin Quinsongitlab-ci: remove the dependency from pages onto ctest...
2020-09-13 Martin Quinsondoc: update sphinx to 3.2.1 in the hope that it fixes...
2020-09-13 Martin QuinsonAlso use the local javasphinx when compiling the doc
2020-09-13 Martin Quinsoninclude a copy of javasphinx so that we can fix it...
2020-09-13 Martin Quinsonshowfile: adapt to recent sphinx
2020-09-12 Martin QuinsonTutorial: A word about those nasty tesh files that...
2020-09-12 Martin Quinsonns3: inline 2 more functions
2020-09-01 Arnaud GierschImprove substitutions for smpi scripts (fix #346).
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-26 Martin QuinsonAdd some s4u::Link setters, and doc improvements
2020-08-26 Martin Quinsondoc: link++
2020-08-25 Arnaud GierschSort list of filtered libraries, and add libzstd to...
2020-08-25 Arnaud GierschValgrind: ignore more unwind cruft.
2020-08-12 Martin QuinsonMake sure that VM::get_speed() returns the correct...
2020-08-11 Martin QuinsonIgnore suspended VMs when computing the next_occurring_...
2020-08-11 Martin QuinsonVM: allow to chain some setters
2020-07-27 Augustin DegommeAdd jarfile generation script for github, using actions.
next