Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
list last modifications
[simgrid.git] / examples /
2019-07-09 Arnaud GierschFix duplicated entries.
2019-07-09 Arnaud GierschKill obsolete Fortran bindings for smpi/dvfs.
2019-07-03 Martin Quinsondoc: Migrate Deploying_your_Application to RST
2019-07-03 Arnaud Giersch[sonar] Set static field from static method.
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschCatch specialized exceptions instead of generic xbt_ex.
2019-07-02 Arnaud Giersch[sonar] Move include before any code.
2019-06-29 Martin QuinsonPut the documentation intro on the first page
2019-06-20 Arnaud GierschFix remaining links to pls_ns3.
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-14 Martin Quinsonkill dead code
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-06-03 Martin QuinsonRemove the lagrange-based models
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-22 Martin QuinsonMore borken link fixed
2019-05-21 Arnaud GierschDisable parallel ucontexts on 64bit SunOS.
2019-05-20 Martin Quinsonadd s4u-cloud-simple to the list of examples
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Sutercosmetics: remove occurrences of "msg_platform.xml"
2019-05-19 Frederic Sutercosmetics do not use msg in log class names
2019-05-18 Martin QuinsonFinish the conversion to python of the hostfile generation
2019-05-17 Martin Quinsondon't mess with argv before having SimGrid taking its...
2019-05-17 Frederic Suter32-bit friendly format
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
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-15 Arnaud GierschFix new/delete mismatch.
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-05-14 Martin QuinsonA first example with MC and S4U together
2019-05-14 Augustin Degomme--quiet long version is not supported on sunos
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-05-03 Arnaud GierschChange condition for infinite loops (make sonar believe...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
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-19 Martin Quinsondoc: 2 more internal references
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for examples/s4u/.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-04 Arnaud Giersch[sonar] Simplify nested try blocks.
2019-04-04 Arnaud Giersch[sonar] Prefer ArrayList to Vector.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-03-21 Arnaud GierschLame attempt to hide problems on Jenkins.
2019-03-21 Arnaud GierschCapitalize class name.
2019-03-20 Arnaud GierschTrailing whitespaces.
2019-03-19 Arnaud GierschCosmetic rename.
2019-03-19 Martin Quinsonpython: add exec-dvfs example
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-17 Martin Quinsonpython doc: add Comm and Exec to the refguide
2019-03-17 Martin Quinsonfix make distcheck + reindent
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-17 Martin QuinsonSimplify the exec-ptask example
2019-03-17 Martin Quinsonmerge exec-async and exec-monitor examples
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-03-17 Martin Quinsondocument the recent python examples
2019-03-17 Martin QuinsonPython: Add Comm.wait_any
2019-03-17 Martin Quinsonpython: add Comm.waitall
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonpython: Add Comm.wait() and Comm.test()
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-13 Arnaud GierschSimplification.
2019-03-12 Arnaud GierschEnsure field is initialized.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
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
next