Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'udpor-phase6' into 'master'
[simgrid.git] / src / s4u /
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschDepreciate unused functions s4u::Comm::copy_{buffer...
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-25 Martin QuinsonSimplify the way Execs detect host failures
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-24 Martin QuinsonAdd a comment on why we need such a callback
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 Martin QuinsonPartially revert 2ad536e710c5936ff8e525e4bbb5e7046f292a...
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonCosmetics
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-17 Martin Quinsonmove the models to the right directory (empty src/surf...
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-14 Martin QuinsonMove the surf log categories elsewhere
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-11 Martin Quinsonmove the flatifier functions to the s4u::Engine, for...
2023-02-11 Martin QuinsonAdd a Link::get_concurrency_limit and use it in the...
2023-02-08 Fred Sutermake all Activity starts vetoable
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschUse pointer-to-const when possible (Sonar).
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Fred Sutercheck that disk has been given as argument before acces...
2022-10-28 Fred Suterintroduce s4u::Io::streamto
2022-10-27 Arnaud GierschDeclare functions "const" (Sonar).
2022-10-23 Martin QuinsonRename NetworkModelIntf into NetworkModelFactors
2022-10-23 Martin QuinsonAllow to set the network factors callback from userland...
2022-10-16 Martin QuinsonRename the transitions so that asynchronous ones clearl...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Arnaud GierschDo not expose Activity::set_remaining publicly.
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-08-29 Arnaud GierschUse the init-statement to declare variables inside...
2022-07-13 SUTER Fredericget access to Exec thread count
2022-06-30 Arnaud GierschCosmetics (indentation, codefactor.io).
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Fabien ChaixAnswer to Mt comments
2022-06-25 Fabien ChaixMake vm_by_name() public and modify c-cloud-migration...
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Fabien ChaixRemove post() calls when MailboxImpl::clear() is used...
2022-05-12 Arnaud GierschRename VM signals to distinguish them from Host::on_cre...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschRely on template argument deduction (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-22 Arnaud GierschType size_t for every variant of get_host_count().
2022-04-19 Bruno DonassoloSet s4u::VirtualMachine as deprecated
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-08 Bruno DonassoloSonar smells
2022-04-05 Fred Suterallow Engine::link_by_name_or_null(__loopback__)
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud GierschIndentation.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-25 Martin Quinsonkill a signal that never worked anyway
2022-03-25 Jean-Edouard BOULANGERAdd remaining Comm bindings and examples
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-21 Arnaud GierschReturning a value from simcall_blocking's lambda is...
2022-03-20 Martin QuinsonFail loudly when someone tries to use Actor::join(...
2022-03-19 Martin QuinsonGive users a way to debug their barriers
2022-03-17 Fabien ChaixGuard MailboxImpl::clear() in a simcall
2022-03-17 Fabien ChaixExpose MailboxImpl::clear() to improve handling of...
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-12 SUTER Fredericaugment example to check sharing of a thread-execute
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-08 Arnaud GierschMissing include.
2022-03-08 Arnaud GierschDefine Comm::send and Comm::recv (replace simcall_comm_...
2022-03-08 SUTER Fredericintroduce thread_execute
next