Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2022-05-03 Arnaud GierschSpurious blank line.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-05-03 Arnaud GierschSave an indirection for replay/action_queues.
2022-05-03 Arnaud GierschAvoid old-style C string processing in C++ example.
2022-05-01 Augustin Degomme[ci-skip] [no-ci] bigdft ci: temporary fix for nvidia...
2022-04-28 Arnaud GierschExplicit cast to double (sonar).
2022-04-28 Arnaud GierschUse const references (sonar).
2022-04-28 Arnaud GierschAdd comment for workaround.
2022-04-27 Arnaud GierschCosmetics: gcc is now always >= 5.0.
2022-04-27 Arnaud GierschFix build with -Werror on older g++.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDe-obfuscation.
2022-04-26 Arnaud GierschPointer-to-const (sonar).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschReplace is_xxx::value with is_xxx_v (sonar, c++17).
2022-04-25 Arnaud GierschRely on template argument deduction (sonar, c++17).
2022-04-25 Arnaud GierschDefine as "constexpr".
2022-04-25 Arnaud GierschRemaining "try_emplace" (sonar, c++!7).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-25 Arnaud GierschUse std::string.
2022-04-25 Arnaud GierschKill redundant code.
2022-04-25 Arnaud GierschConst ref for catch.
2022-04-23 Augustin Degomme[ci-skip] Update project_description.sh
2022-04-23 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-23 Augustin Degomme[ci-skip] help flags build finding ns3
next