Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2020-07-27 Augustin Degommethese tests need debug messages, don't run them if...
2020-07-27 Augustin Degommewhen enable_debug is turned off, these tests were failing.
2020-07-25 Augustin Degommebetter this way.
2020-07-17 Arnaud GierschAdd an assert to please scan-build.
2020-07-16 Augustin Degommethat was failing and launching address for every saniti...
2020-07-15 Arnaud GierschRename examples: slave -> worker.
2020-07-15 Augustin Degommerevert some overzealous changes
2020-07-15 Augustin Degommeoptimize a bit
2020-07-15 Augustin Degommethese ones were critical actually.
2020-07-14 Augustin Degommecheck smpi compilation scripts with shellcheck.net
2020-07-14 Augustin Degommeshellcheck tools/jenkins scripts.
2020-07-14 Augustin Degommeuse shellcheck on smpirun
2020-07-10 Arnaud GierschRemove unused state.
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-10 Arnaud GierschCosmetics.
2020-07-09 Martin QuinsonFix make distcheck
2020-07-09 Martin QuinsonObey some of our coding standard
2020-07-09 Martin QuinsonMake the wifi_energy tests pass (+cosmetics)
2020-07-09 Martin QuinsonAdd the wifi energy plugin to the SimGrid build system...
2020-07-09 Arnaud GierschTry to fix for 32bits systems.
2020-07-09 Martin QuinsonAdd a WifiLink::get_host_count() function that is neede...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (src/xbt...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (teshsuite/).
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C++ examp...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C examples).
2020-07-09 adrien gougeonadded ns3 wifi doc
2020-07-09 Arnaud Gierschconst++
2020-07-09 Arnaud GierschStick with brutal C-style casts (and fix compilation...
2020-07-09 Arnaud GierschFix parentheses around macro arguments (and prefer...
2020-07-09 Arnaud GierschSuppress global variable.
2020-07-09 Martin QuinsonDocument recent changes
2020-07-09 Lucas Nesicast hugepages macros parameters to int64 (#344)
2020-07-09 Martin QuinsonAdd an example of wifi communication
2020-07-08 Martin QuinsonRemove this dupplicated and unused platform file
2020-07-08 Martin QuinsonProvide a S4U function to control the SNR level of...
2020-07-08 Martin QuinsonFix pip builds and distcheck
2020-07-08 adrien gougeonremoved usess global vector
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
2020-07-08 adrien gougeonadded possibility to change mcs, nss and distance betwe...
2020-07-07 Martin Quinsondoc: simplify a sentence
2020-07-07 Martin QuinsonFix pip build
2020-07-07 Martin Quinsonsmall improvements to the ns3 doc
2020-07-06 adrien gougeonupdate ns3 wifi to match loic's simgrid wifi
2020-07-06 Martin QuinsonRename the async-* tests into comm-*
2020-07-04 Arnaud GierschUse correct type for variables, and avoid loosing preci...
2020-07-04 Arnaud Giersch[sonar] Make cast explicit.
2020-07-04 Arnaud GierschFix return type.
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Clément Courageuxadded platform wifi_energy
2020-07-03 Clément Courageuxplugin wifi
2020-07-03 Arnaud GierschReindent.
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud GierschMissing declarations for some fortran bindings.
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud GierschFix simcalls.py after rename s/simcall/simcall_/.
2020-07-02 Arnaud GierschAny idea on how to fix this?
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in examples/ and...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/instr/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/mc/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/plugins/.
2020-07-02 Arnaud GierschMake Engine::set_config(...) static functions.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/s4u/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/simix/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/surf/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/xbt/.
2020-07-02 Arnaud GierschFix typo, and consider more files for exclusion.
2020-07-01 Arnaud Giersch[sonar] Add const qualifier for reference parameter.
2020-07-01 Arnaud Giersch[sonar] Declare function "noreturn".
2020-07-01 Arnaud Giersch[sonar] USe a typedef for type alias.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-07-01 Arnaud GierschIgnore sonar issues about concatenatable namespaces.
2020-07-01 Arnaud GierschKill unused ctor.
2020-06-25 Augustin DegommeMerge branch 'smpi' into 'master'
2020-06-25 adrien gougeoncorrected wifi with loic infos
2020-06-25 Julien EMMANUELTypo in SMPI gather algorithm (comment)
2020-06-24 adrien gougeonremoved standard to make it work
2020-06-22 adrien gougeonupdate ns3 wifi
2020-06-13 Martin Quinsonfix some long -> double faulty convertions reported...
2020-06-12 Arnaud GierschSpelling fix, just like the line below.
2020-06-12 Arnaud GierschUse std::vector.
2020-06-12 Arnaud GierschRemove redundant access specifier.
2020-06-12 Arnaud GierschRegenerated.
2020-06-12 Arnaud GierschPrefer using initialization lists in ctors.
2020-06-12 Augustin Degommetools and contrib spelling mistakes
2020-06-12 Augustin Degommespeeling mistakes in teshsuite (even mpich tests becaus...
2020-06-12 Augustin Degommespellings mistakes in doc/
next