Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2020-03-02 Augustin DegommeNew attempt
2020-03-02 Augustin DegommeTry to add simgrid path to the global system path,...
2020-03-02 Augustin DegommeYuck.
2020-03-02 Augustin DegommeBump system for appveyor (windows server 2012->2019).
2020-03-02 Martin QuinsonNote in SMPI introduction that ns-3 could be used as...
2020-03-01 Arnaud GierschKill unused member "name_".
2020-03-01 Arnaud GierschCosmetics: one typo, and fix alignment.
2020-03-01 Arnaud GierschClosed isssue.
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-28 Arnaud GierschComplete definition of exception's destructors in Excep...
2020-02-28 Arnaud GierschInline empty ctor; use default dtor.
2020-02-28 Augustin Degommelld does not have -version, actually, but -v
2020-02-28 Augustin DegommeWhen gfortran is used with llvm lld, it needs -ffat...
2020-02-28 Augustin DegommeOnly test fortran for LTO if compiler is present.
2020-02-28 Augustin Degommebump osx version for travis
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-27 Arnaud Giersch[sonar] The three expressions of a "for" statement...
2020-02-27 Arnaud GierschClose file after use.
2020-02-27 Arnaud GierschConst for sonar.
2020-02-27 Arnaud GierschHost is not null here (for scan-build).
2020-02-26 Arnaud GierschProject name has changed from SimGrid to simgrid.
2020-02-26 Arnaud Giersch[sonar] Don't modify condition variable twice in for...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-26 Arnaud Giersch[sonar] Comment unused parameter.
2020-02-26 Frederic SuterThis doesn't make sense but a segfault.
2020-02-26 Martin QuinsonSpecify the full install path in includeflag and libdir...
2020-02-26 Martin QuinsonAlso fire the on_connect signal for VMs
2020-02-25 Arnaud GierschFix version comparison in cmake.
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-25 Augustin DegommeMerge branch 'cmake-customizable-install-paths' into...
2020-02-25 Millian Poquetcmake: customizable installation directories
2020-02-25 Augustin Degommerequalify some java tests after surf precision change
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Frederic Suterrevalidate after merge of surf-precision branch
2020-02-25 Frederic Suterconvert energy-ptask to energy-exec-ptask
2020-02-25 Frederic Suterhandle (badly) the timeout exception in wait_for()
2020-02-25 Frederic Suteradd sg_actor_parallel_exec_init()
2020-02-25 Frederic Suteradd sg_actor_parallel_execute and rename sg_actor_self_...
2020-02-25 Frederic Suterplease sonar and codefactor
2020-02-25 Augustin Degommeactually do as intended. Thanks agier.
2020-02-25 Augustin Degommechangelog update
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-25 Martin Quinsonwrite in my own doc how to regenerate the docker images...
2020-02-25 Martin QuinsonFixups in the SMPI tutorial
2020-02-25 Martin Quinsonsmpi needs python3
2020-02-25 Augustin Degommefunny this did not break before, thank lto on freebsd
2020-02-25 Augustin Degommealso exclude lto for other tests
2020-02-24 Millian Poquetcmake: indent cosmetics
2020-02-24 Millian Poquetcmake: no manpages/javadoc when doc is disabled
2020-02-24 Augustin Degommetry to silence intel (and update the deprecated way...
2020-02-24 Frederic Sutercosmetic changes
2020-02-24 Frederic Suterrework this example too
2020-02-24 Augustin Degommeavoid LTO when multiple compilers may be involved on...
2020-02-24 Augustin Degommeoops
2020-02-24 Augustin Degommeremove antique (2013) cmake commands
2020-02-24 Augustin Degommefix build for cmake < 3.9
2020-02-24 Augustin DegommeTry to use parallel build/tests when possible
next