Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2022-05-18 Fabien ChaixFix mailbox::clear() to properly finish Comms
2022-05-18 Fabien ChaixFix the addition of detached comms to maestro
2022-05-18 Fabien ChaixAdd detached isend to maestro to allow tracking in...
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-18 Jesse McDonaldfixed a few typos
2022-05-17 Augustin Degommecosmetics
2022-05-17 Augustin DegommeMerge branch 'dev-unit_test_cleanup' into 'master'
2022-05-17 Fabien ChaixFix cosmetics
2022-05-17 Fabien ChaixAdd trace2selist and re-enable unit tests for the stoch...
2022-05-17 Arnaud GierschStarZone::get_graph: link to the gateway router when...
2022-05-17 Arnaud GierschCosmetics: declare graph edges with the "right" direction.
2022-05-17 Arnaud GierschMerge branch 'dev-s4u-dirty-termination' into 'master'
2022-05-17 Fabien ChaixMake S4u dirty termination better looking
2022-05-17 Augustin DegommeMerge branch 'dev-fix-get-eager-activities' into 'master'
2022-05-17 Fabien Chaixadd eager get comms to actor activities
2022-05-13 Arnaud GierschEnable test only on 64bits.
2022-05-13 Arnaud GierschGive another try to test mc-bugged1-liveness-visited...
2022-05-12 Arnaud GierschFix build with Eigen3 and Imtel compiler.
2022-05-12 Arnaud GierschRemove from CFLAGS warnings already enabled by -Wall.
2022-05-12 Arnaud GierschRename VM signals to distinguish them from Host::on_cre...
2022-05-12 Arnaud GierschReduce scope for variables.
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-12 Bruno DonassoloLink-load plugin: check no link exists
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Arnaud GierschApply last sonar-related changes to the new function...
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
2022-05-10 Arnaud GierschPrefer \n over std::endl (no need to flush at each...
2022-05-10 Arnaud GierschUpdate generator script to match the current code.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-10 Arnaud GierschRemove spurious "using" declarations.
2022-05-10 Arnaud GierschApply exclusion to any file in include/ (*.h may be...
2022-05-09 Arnaud Giersch[sonar] Ignore C++17 rules in public headers, where...
2022-05-09 Arnaud Giersch[sonar] IIUC, there is no need to duplicate exclusion...
2022-05-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-09 Arnaud GierschStructured binding here too.
2022-05-09 Arnaud GierschTest is normally always true: replace by an assert.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-07 Arnaud GierschRemove superfluous parentheses.
2022-05-06 Arnaud GierschDisable bogus warning with g++: add -Wno-free-nonheap...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-06 Arnaud GierschReduce scope for variables used for dynamic_cast to...
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-06 Arnaud GierschSlighly improve readbility.
2022-05-06 Arnaud GierschSearch in map once only.
2022-05-06 Arnaud GierschNo need to have two code paths.
2022-05-04 Arnaud GierschNested conditional operators are not Sonar-compliant...
2022-05-04 Arnaud GierschOops, it's stoi() for integers.
2022-05-03 Arnaud GierschKill unused variable.
next