Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test with ASan.
[simgrid.git] / src /
2022-06-30 Arnaud GierschCosmetics (indentation, codefactor.io).
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-29 Tom CornebizeAdd ptasks in the Python bindings
2022-06-29 Martin QuinsonDisable sthread at the end of the sthread_main
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Martin QuinsonAdd a TESH for the new sthread feature
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
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 GierschMerge branch 's4u_enforce' into 'master'
2022-06-27 Fabien ChaixAnswer to Mt comments
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-06-25 Fabien ChaixMake vm_by_name() public and modify c-cloud-migration...
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 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-24 Fabien ChaixQuick and dirty fix to speed up get_host_by_name
2022-06-23 Arnaud GierschMissing include (for uintptr_t).
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 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-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-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).
next