Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Assert that the pointer is not null when dereferenced.
[simgrid.git] / examples /
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Frederic SuterThe creation of the pimpl needs no simcall
2019-02-28 Arnaud GierschMake destructors useless.
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschCapitalize constants.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-27 Arnaud GierschKill unused constants.
2019-02-27 Frederic Suterfix (#220) ?
2019-02-27 Frederic Suterfix typos in warning
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeAdd simple gemm example for SMPI with sampling macros.
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
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-23 Frederic Suterplease sonar
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-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-19 Augustin Degommereduce size of message sent ..
2019-02-13 Arnaud GierschPolish passage of std::string parameters.
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-11 Arnaud GierschRename file for the sake of consistency.
2019-02-09 Martin Quinsonremove a useless example profile
2019-02-09 Martin Quinsonmv examples/platforms/two_hosts_platform_with_availabil...
2019-02-09 Martin QuinsonIn <host> and <peer>, availability_file is now speed_file
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-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Martin Quinsonmv examples/platforms/trace examples/platforms/profiles
2019-02-08 Martin Quinsonimprove the doc of this example
2019-02-08 Martin Quinsonadd an example of speed profile in the platform
2019-02-06 Arnaud GierschFix URL for simgrid.dtd.
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschReset pointer to make it clear for cppcheck that it...
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-02 Martin Quinsonsonar: Replace this if-then-else statement by a single...
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-01-29 Arnaud GierschKill dead code in kademlia examples.
2019-01-29 Arnaud Giersch[java] Delete broken test.
2019-01-28 Martin Quinsonthis file should not be executable
2019-01-27 Martin QuinsonDocument a recent example
2019-01-26 Martin QuinsonProperly call Actor::on_destruction() in maestro context
2019-01-25 Arnaud GierschRestore final messages in Java examples.
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-23 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-01-23 Arnaud GierschUse $PYTHON_EXECUTABLE in tesh files.
2019-01-21 Arnaud GierschActivate test s4u-actor-exiting.
2019-01-20 Martin Quinsonnew (failing) example about on_exit and on_destruction
2019-01-16 Arnaud GierschFix paths.
2019-01-16 Arnaud GierschKill unused example simdag/goal_test.
2019-01-16 Arnaud GierschTypo².
2019-01-16 Martin QuinsonRevert "Disable parallel executions with non-thread...
2019-01-16 Arnaud GierschTypo.
2019-01-15 Martin Quinsonfix Java and MC examples
2019-01-15 Martin QuinsonMove MSG and SimDag examples out of the sight of users
2019-01-14 Martin Quinsonfix the sonar fix
2019-01-14 Martin QuinsonDoc improvement in this example
2019-01-14 Martin Quinsonplease sonar
2019-01-14 Augustin Degommefix dist
2019-01-14 Augustin Degommerename test to avoid name conflict (for sonarcloud...
2019-01-12 Martin Quinsonhopefully add all the missing binaries to the tests
2019-01-12 Martin QuinsonTests also need the java tests and simgrid-mc
2019-01-11 Augustin Degommeadd missing dependency
2019-01-11 Martin Quinsondo not build the examples by default, only when running...
2019-01-11 Martin Quinsonre-factorize examples/s4u/CMakeLists.txt
2019-01-11 Martin QuinsonFix signess that bother Qt Creator
2019-01-10 Arnaud GierschUse cmake's JAVA_EXECUTABLE to run Java tests.
2019-01-10 Arnaud GierschAvoid redefining built-in "list".
2019-01-10 Arnaud GierschChange string statement into comment.
2019-01-09 Augustin Degommeadd python coverage
2019-01-09 Arnaud GierschHappy new year.
2019-01-09 Martin Quinsonmore pythonic example
2019-01-08 Martin QuinsonMissing files
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin Quinsonnew python example: actor-kill
2019-01-08 Martin QuinsonDon't force on a factory that is not always avail
2019-01-08 Martin Quinsonautopep8 our python examples
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin QuinsonAlso test is_suspended in the s4u example
2019-01-08 Martin Quinsonpython: test Actor.is_suspended() and introduce this_ac...
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-08 Martin QuinsonNew python example: actor-daemon
2019-01-07 Arnaud GierschAnonymize unused variable.
2019-01-07 Arnaud GierschRemove trailing whitespaces.
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin QuinsonPlease sonar
2019-01-05 Martin Quinsonmake this test more robust to cruft that may remain...
2019-01-04 Martin Quinsonremove unecessary imports to please sonar
next