Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Move include before any code.
[simgrid.git] / examples / deprecated /
2019-07-02 Arnaud Giersch[sonar] Move include before any code.
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-03 Arnaud GierschUnused parameters argc/argv.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-30 Martin Quinsonfix make dist
2019-05-30 Martin QuinsonMC: remove support for flat storage of regions
2019-05-21 Arnaud GierschDisable parallel ucontexts on 64bit SunOS.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-15 Martin Quinson[mc] enable model-check/record by default, and cosmetics
2019-05-09 Arnaud GierschTesh files: kill obsolete variables SG_TEST_EXENV and...
2019-05-07 Arnaud GierschEnsure the task is correctly destroyed when the host...
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 Frederic Suterkill some dead code
2019-04-24 Arnaud GierschUse bit shift operator (FIXME--).
2019-04-24 Arnaud GierschFIXME is irrelevant.
2019-04-04 Arnaud Giersch[sonar] Simplify nested try blocks.
2019-04-04 Arnaud Giersch[sonar] Prefer ArrayList to Vector.
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschTry to make tests succeed with coverage on Jenkins.
2019-03-14 Arnaud GierschMove test declaration in proper CMakeLists.txt.
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-27 Arnaud GierschCapitalize constants.
2019-02-27 Arnaud GierschKill unused constants.
2019-02-27 Frederic Suterfix typos in warning
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Frederic Sutersimplify these tests
2019-02-25 Frederic Suterdo not promote bad practices: use "accessor" to get...
2019-02-22 Frederic Suterconvert maestro-set to S4U
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suterremove doublons caused by extra pop
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suterrevalidate tesh file
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutermodernize a simcall in MSG
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Arnaud GierschNo need to answer to simcall when host is off.
2019-02-09 Arnaud GierschTests {msg,s4u}-platform-failures seem to work as expec...
2019-02-09 Arnaud GierschUpdate tesh files for {msg,s4u}-platform-failures.
2019-02-09 Arnaud GierschFile has been renamed.
2019-02-06 Arnaud GierschFix URL for simgrid.dtd.
2019-02-02 Martin Quinsonsonar: Replace this if-then-else statement by a single...
2019-01-29 Arnaud GierschKill dead code in kademlia examples.
2019-01-29 Arnaud Giersch[java] Delete broken test.
2019-01-26 Martin QuinsonProperly call Actor::on_destruction() in maestro context
2019-01-25 Arnaud GierschRestore final messages in Java examples.
2019-01-16 Arnaud GierschFix paths.
2019-01-16 Arnaud GierschKill unused example simdag/goal_test.
2019-01-16 Martin QuinsonRevert "Disable parallel executions with non-thread...
2019-01-15 Martin Quinsonfix Java and MC examples
2019-01-15 Martin QuinsonMove MSG and SimDag examples out of the sight of users