Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-cpuimpl-used' into 'master'
[simgrid.git] / src /
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
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-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-05 Arnaud GierschPropagate const attribute (sonar).
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 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-25 Arnaud GierschAvoid null dereference in assert (when !dst).
2022-05-25 Arnaud GierschMerge branch 'simgrid-platform_robustness'
2022-05-25 Tom CornebizeDeeper check on src and dst in add_route method
2022-05-24 Arnaud GierschSonar issues.
2022-05-20 Arnaud GierschToday's sonar/codefactor issues.
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
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 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 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 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-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-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-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-09 Arnaud GierschStructured binding here too.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-07 Arnaud GierschRemove superfluous parentheses.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-06 Arnaud GierschSlighly improve readbility.
2022-05-04 Arnaud GierschNested conditional operators are not Sonar-compliant...
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-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 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 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-22 Augustin Degomme... I'm certain I tested this yesterday
2022-04-22 Augustin DegommeUpdate network_ns3.cpp
2022-04-22 Arnaud GierschAlign exec-async with C++ example (also define python...
2022-04-22 Arnaud GierschType size_t for every variant of get_host_count().
2022-04-22 Arnaud GierschWorkaround build error with older versions of Eigen3.
2022-04-21 Augustin Degommetry to help clang builds
2022-04-21 Augustin Degommebump C++ requirement to 17 (ns3 will need it for v3.26)
2022-04-21 Augustin Degommeprepare for next NS3 release
2022-04-19 Arnaud GierschCosmetics: *elem is already null here.
2022-04-19 Bruno DonassoloSet s4u::VirtualMachine as deprecated
2022-04-19 Bruno DonassoloFix wrench test, use s4u method to generate the good...
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-12 Arnaud GierschPlug memleak seen by valgrind.
next