Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-06-28 Arnaud GierschNo need to duplicate functions.
2022-06-28 Arnaud GierschUncomment code.
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-28 Arnaud GierschUse std::string.
2022-06-28 Arnaud GierschMissing return in the raw path.
2022-06-28 Arnaud GierschAvoid memory leak when exception is thrown.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschDistcheck!
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin Quinsonsthread is not a binary [anymore] but a library
2022-06-24 Martin Quinsonsthread does not exist on FreeBSD so don't break MC...
2022-06-24 Martin QuinsonDocument one recent change
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...
2022-06-24 Martin QuinsonAdd a function to determine whether SMPI is currently...
2022-06-23 Arnaud GierschChangeLog [ci-skip]
2022-06-23 Arnaud GierschMissing include (for uintptr_t).
2022-06-23 Tom CornebizeRemove the -Wformat-security warning
2022-06-21 Tom CornebizeRemove useless statements
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Arnaud GierschMissing 'override' specifier.
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-21 Tom CornebizeFix one tesh test
2022-06-21 Tom CornebizeUpdate the changelog for s4u_enforce
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-06-17 Arnaud GierschMerge branch 'fix_python' into 'master'
2022-06-17 Tom CornebizeFix the put/get(_async) mailbox methods in the Python...
2022-06-12 Martin QuinsonHint about how to configure with ninja instead of make
2022-06-10 Fabien ChaixFix regression tests
2022-06-10 Martin QuinsonMC: better encapsulation design
2022-06-10 Fabien ChaixAlways advertise CpuImpl as used to trigger Engine...
2022-06-09 Arnaud Gierschs/NULL/nullptr/ [ci-skip]
2022-06-08 Arnaud GierschFix build with graphviz >= 3.
2022-06-08 Arnaud GierschMatch xbt_malloc with xbt_free.
2022-06-05 Arnaud GierschUseless use of xargs.
2022-06-05 Arnaud GierschPropagate const attribute (sonar).
2022-06-05 Arnaud GierschUse xbt_malloc that never return null.
2022-06-03 Arnaud GierschAddress a few "null dereference" warnings from fbinfer.
2022-06-03 Arnaud GierschCoding style: snake_case.
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-06-01 Arnaud GierschCall smpi_mpi_init before smpi_bench_begin.
2022-06-01 Arnaud GierschVarious small fixes.
2022-05-30 Arnaud GierschAdd default value for every member variable (useful...
2022-05-30 Arnaud GierschDelete unusable default constructor.
2022-05-30 Augustin Degommearm systems have unsigned chars by default, enforce...
2022-05-30 Arnaud GierschChangeLog: move closed issue to the right section.
2022-05-30 Tom CornebizeChangelog update
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-30 Arnaud GierschPlease static checkers.
2022-05-25 Arnaud GierschMerge branch 'graphicator_seal' into 'master'
2022-05-25 Tom CornebizeSeal the platform in graphicator before dumping
2022-05-25 Arnaud GierschUpdate .mailmap [ci-skip].
2022-05-25 Arnaud GierschAvoid null dereference in assert (when !dst).
2022-05-25 Arnaud GierschMerge branch 'simgrid-platform_robustness'
2022-05-25 Arnaud GierschMerge branch 'simgrid-topo_simplification'
2022-05-25 Arnaud GierschTwo more sonar issues.
2022-05-25 Tom CornebizeDeeper check on src and dst in add_route method
2022-05-25 Tom CornebizeImprove the supernode.py script
2022-05-24 Arnaud GierschUnused import.
2022-05-24 Arnaud GierschSonar issues.
2022-05-20 Arnaud GierschUseless usage of c_str().
2022-05-20 Arnaud GierschModify test to run latest libsupernode.so at least...
2022-05-20 Arnaud GierschToday's sonar/codefactor issues.
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario2' into 'master'
2022-05-20 Fabien ChaixRemove debug messages from tesh because it makes the...
2022-05-20 Augustin Degommefix for 32 bits
2022-05-20 Fabien ChaixRun all scenarios now that other MRs have been accepted
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-20 Fabien ChaixRevert "Run all scenarios now that other MRs have been...
2022-05-20 Fabien ChaixRun all scenarios now that other MRs have been accepted
2022-05-19 Fabien Chaixmore enum to use Simgrid macros
2022-05-19 Fabien ChaixUse Simgrid macro to get cleaner enums
2022-05-19 Arnaud GierschUse std::unique_ptr instead of new/delete in xbt_replay...
2022-05-19 Arnaud GierschMake function "const" (sonar).
2022-05-19 Arnaud GierschDisallow template argument deduction for config::Flag.
2022-05-19 Arnaud GierschDefine xbt::type_identity_t (similar to C++20's std...
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Fabien ChaixCosmetics
2022-05-19 Arnaud GierschReorder (sort) file lists.
2022-05-19 Arnaud GierschMake distcheck.
2022-05-19 Fabien ChaixAdd comm_fault-scenarios to Tesh (only tests that pass...
2022-05-19 Fabien ChaixSpring refactoring of the comm_fault_cenarios test
2022-05-19 Arnaud GierschMerge branch 'Ezibenroc/simgrid-example_platform'
2022-05-19 Tom Cornebizeclang-format
2022-05-19 Tom CornebizeCosmetic
2022-05-19 Fabien ChaixHandle onesided=detached comms and clean up the comm_fa...
2022-05-19 Fabien ChaixAdded message before the test
2022-05-19 Fabien ChaixDecrease verbosity when test pass
2022-05-19 Fabien ChaixAdd the fault scenario test
2022-05-19 Fabien ChaixAdd fault scenarios to the manifest
2022-05-19 Fabien ChaixInitial versio of the fault scenario test
2022-05-19 Fabien ChaixNo need to check for activities_ nullness
2022-05-19 Fabien ChaixMove hosts_ to private, and deal with consequences
2022-05-19 Fabien ChaixRemove post() calls when MailboxImpl::clear() is used...
2022-05-18 Tom CornebizeAdd a 'supernode' example platform
next