Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / examples /
2020-01-10 Augustin Degommeadd missing links in dragonfly fig gh #335
2020-01-09 Arnaud GierschOne import less.
2020-01-09 Arnaud GierschPut the loop right (easier to read and more efficient...
2020-01-08 Arnaud Giersch[sonar] Prefer lambda over anonymous class.
2020-01-08 Arnaud GierschUseless "import".
2020-01-08 Arnaud GierschRemove "--" from XML comments.
2020-01-08 Arnaud GierschAnother superfluous 'throws'.
2020-01-08 Arnaud Giersch[sonar] Avoid nested code block.
2020-01-08 Arnaud Giersch[sonar] Superfluous 'throws'.
2020-01-04 Martin Quinsonimprove the doc of condition variables
2020-01-04 Martin Quinsonadd an example for condition variables
2020-01-03 Martin Quinsonone void* less
2020-01-03 Arnaud GierschUse different strings (and please sonar).
2020-01-02 Arnaud GierschSmall cleanups in kademlia::Answer.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-28 Arnaud Giersch[sonar] More const for pointer and reference local...
2019-12-28 Arnaud GierschKill unused code.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-27 Arnaud Giersch[sonar] A few more const local pointers.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Martin QuinsonVarious docs update
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-21 Arnaud GierschKill unused includes, and put the remaining ones at...
2019-12-20 Arnaud Giersch[sonar] Fix casts to pointer type without const qualifier.
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-18 Frederic Suteruse same "main" syntax for this example as for others
2019-12-13 Frederic Suterdocument fixed issue GH#321
2019-12-13 Frederic Suterend the implementation of Io::test with a new simcall
2019-12-13 Frederic Suteradd waitfor of Io too
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
2019-12-08 Arnaud GierschFix portability issues in shellscripts (codefactor...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschReplace non-breaking spaces.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommerequalify tesh as one message changed category
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-20 Yann DuplouyReverting the change to xbt_uniform_int
2019-11-20 Yann DuplouyUpdating tests results for dht-chord (due to change...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Arnaud Giersch[python/pep8] Use "not in" to test for membership.
2019-11-10 Arnaud Giersch[python/pep8] Avoid wildcard imports.
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-03 Martin Quinsonmove the README.rst in examples/ as it also describes...
2019-11-03 Martin Quinsonfurther convert the example documentation to the tabbed RST
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-02 Arnaud GierschParameter for cleanup callback won't be null.
2019-11-02 Martin Quinsonbetter factorization of how examples are displayed...
2019-11-02 Martin QuinsonCosmetics on how we present examples in C++ and python
2019-10-24 Arnaud GierschEndgame mode is always enabled, remove option.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Martin Quinsonsonar: kill commented code
2019-10-21 Yann DuplouyThe dht-chord example now uses the new module
2019-10-21 Yann DuplouyThe bittorrent example now uses the new module
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschSpell check.
2019-10-20 Arnaud GierschTry to ensure test reproducibility.
2019-10-20 Arnaud GierschRemove remaining mentions of RngStream.
2019-10-19 Arnaud GierschKill dead code.
2019-10-19 Martin QuinsonMerge branch 'noRngStream' into 'master'
2019-10-19 Yann DuplouyRemoving RngStream
2019-10-12 Arnaud Giersch[sonar] Remove commented out code.
2019-10-10 Frederic SuterMerge branch 'master' into CRTP
2019-10-09 Martin QuinsonMerge branch 'master' into rework-energy-plugin-2.0
2019-10-09 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-10-09 Frederic Suterchange handling of nested <prop> declarations.
2019-10-07 Martin Quinsonsmall sonar cleanup
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-07 Frederic Suterimprove output (consistent with similar s4u example)
2019-10-05 Martin Quinsonfix that java example
2019-10-05 Martin QuinsonInstall a conversion path for our users wrt host_energy...
2019-10-03 Augustin Degommeoops
2019-10-03 Augustin Degommetimer on windows WSL seems less precise and was countin...
2019-10-03 Augustin Degommeadd test for call location with ti traces/replay/adjust...
2019-10-03 Augustin Degommereplay : allow to really use --cfg=smpi/simulate-comput...
2019-09-29 Martin QuinsonMerge branch 'rework-energy-plugin' into 'master'
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-25 Arnaud GierschPrefer sh to bash.
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-25 Martin QuinsonKill TRACE_smpi_finalize() and have the container unreg...
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-22 Martin QuinsonMerge the two wifi platform files
2019-09-22 Martin Quinsonmodernize these platform files
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Frederic SuterMerge branch 'master' into disk
next