Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-03-11 Arnaud GierschCosmetics.
2020-03-11 Frederic Suterdeprecate a dynar based function
2020-03-10 Arnaud GierschMANIFEST.in
2020-03-10 Frederic Suterbummer
2020-03-10 Frederic Suterrahh it was called from within an example code. damnit
2020-03-10 Frederic Suterless test this example afterall
2020-03-10 Frederic Suterremove deprecated simdag/properties example
2020-03-10 Frederic Suterconvert, simplify, and disable mc-electric-fence
2020-03-10 Frederic Suterforgot that one
2020-03-10 Frederic Suterconvert platform-properties
2020-03-10 Frederic Suterdocument 2 more C examples
2020-03-10 Arnaud GierschDisable raw contexts for x32 ABI.
2020-03-10 Frederic Suterfix (thx agier)
2020-03-10 Frederic Suterdo not talk about tasks anymore
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-03-10 Frederic Suterconvert cloud-masterworker
2020-03-09 Arnaud GierschAlign sg_exec_wait* with sg_comm_wait*.
2020-03-09 Arnaud GierschFix more sg_comm_wait*.
2020-03-09 Arnaud GierschUse a smart pointer for RAII.
2020-03-09 Arnaud GierschPlug a mem leak.
2020-03-09 Arnaud GierschCosmetics: reduce scope for variables.
2020-03-09 Frederic Suterplug leak and use string
2020-03-09 Arnaud GierschMore const.
2020-03-09 Arnaud GierschCheck argc.
2020-03-09 Arnaud GierschMove declaration, and keep #include at th top of the...
2020-03-09 Arnaud GierschMark unused parameters.
2020-03-09 Arnaud GierschContext::get_actor() has become const.
2020-03-09 Arnaud GierschPlease sonar.
2020-03-08 Frederic Suterfix ns3
2020-03-08 Frederic Suterconvert and simplify network-ns3 example
2020-03-08 Frederic Suterconvert another MSG test
2020-03-08 Frederic Suterremove test
2020-03-08 Frederic Suterthese are not c++ tests
2020-03-08 Frederic Suterconvert trace-integration test
2020-03-07 Frederic Suterconvert platform-failures
2020-03-07 Frederic SuterC version of exec-waitany
2020-03-07 Frederic Suterif wait_any_for timeouts, unref remaining pending comms
2020-03-07 Frederic Sutermore sg_exec functions
2020-03-07 Frederic Suteruseless call
2020-03-07 Martin Quinsoncmake: add a comment for the future developers (ie...
2020-03-06 Martin Quinsonnevrotic cosmetics: alphabetical order in option listin...
2020-03-06 Augustin Degommeyes, I'm not testing before pushing
2020-03-06 Frederic Suteradd C version of exec-async
2020-03-06 Frederic Sutercouple of new sg_exec_* functions
2020-03-06 Frederic Suterthis is examples/c/exec-basic
2020-03-06 Augustin Degommerequalify some teshes
2020-03-06 Augustin Degommeupdate doc
2020-03-06 Augustin Degommetypo--
2020-03-06 Augustin DegommeUpdate changelog for loopback changes.
2020-03-06 Augustin DegommeFix shared seek when using something else than MPI_SEEK_SET
2020-03-06 Augustin Degommefix io-shared test, which was just a little bit too...
2020-03-06 Augustin Degommedisable SMPI/IO shared test pending investigation.
2020-03-06 Augustin Degommerequalify tesh to account for default value change...
2020-03-06 Augustin DegommeAdd an option to alter the default hidden and poorly...
2020-03-06 Frederic Suterhandle (some) exceptions for Comm and Exec in C
2020-03-06 Frederic Suteradd C version of actor-stacksize example
2020-03-06 Frederic Suteradd C version of Actor::set_stacksize
2020-03-05 Martin Quinsongitlab-ci: 'pages' waits only for 'ctest' again: 'pip...
2020-03-05 Martin Quinsonfix the execution of the bittorrent example
2020-03-05 Martin Quinsongitlab-ci: pages only waits for the pip build, to speed...
2020-03-05 Martin Quinsonfix make distcheck and pip builds, again
2020-03-05 Martin Quinsonforgot to document this new example :)
2020-03-05 Martin Quinsoncmake: also factorize the multi-files examples
2020-03-05 Martin Quinsonexamples/s4u/CMakeLists.txt: Also factorize the mc...
2020-03-05 Martin Quinsonfurther factorize our cmake code to run the s4u examples
2020-03-05 Martin Quinsonmove actor-stacksize from teshsuite to examples now...
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-05 Frederic Suteradd C version of exec-remote
2020-03-05 Frederic Suteradd sg_exec_set_host
2020-03-05 Frederic Suterremove redundant, old, and deprecated test
2020-03-05 Martin Quinsonsonar cleanups: pass large objects by const reference
2020-03-04 Arnaud GierschClosed GH#128.
2020-03-04 Arnaud GierschRemove unused lambda capture.
2020-03-04 Arnaud GierschFix tesh file.
2020-03-04 Arnaud GierschSimcall again, when updating content in s4u::File:...
2020-03-04 Arnaud GierschUse a simcall for s4u::File construction and destruction.
2020-03-04 Arnaud GierschUse a simcall to retrieve mounted storages.
2020-03-04 Arnaud GierschModify object property in kernel mode.
2020-03-04 Arnaud GierschClean surf_action on IoImpl::post.
2020-03-04 Arnaud GierschDuplicate assert (taken from FileSystemDiskExt::parse_c...
2020-03-04 Frederic Suterupdate doc
2020-03-04 Frederic Suteradd C version of exec-basic (including execute w/ priority)
2020-03-04 Frederic Suteradd sg_actor_execute_with_priority
2020-03-04 Frederic Suterconvert and simplify msg/process-lifetime
2020-03-04 Frederic Suterintroduce sg_actor_create and use it in C examples
2020-03-04 Martin Quinsonfix pip build
2020-03-04 Martin Quinsonpass large objects by const ref to please sonar
2020-03-04 Martin Quinsonuse std::function instead of pointers to functions...
2020-03-03 Martin Quinsonconvert another teshsuite/simix test into teshsuite...
2020-03-03 Augustin Degommeavoid cmake warning
2020-03-03 Martin Quinsonfix make distcheck, but the definition of this target...
2020-03-03 Martin Quinsonfix make dist, as usual
2020-03-03 Martin Quinsonclose gforge bug 18137 (allow different stack sizes...
2020-03-03 Martin Quinsondocs/find-missing: adapt to the fact that ExecPar and...
2020-03-03 Martin QuinsonAllow to set configuration items without parsing the...
2020-03-03 Martin Quinsondoc: fix a code snippet
2020-03-03 Augustin Degommegive up 3.8 for now.
2020-03-03 Martin Quinsondie verbosely when the content of a filesystem is not...
2020-03-02 Martin Quinsongitlab-ci: avoid recompiling the lib in 'pages' stage
2020-03-02 Martin Quinsonfix dead links in the doc
next