Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / kernel /
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-05 Arnaud GierschMerge "else" branches.
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-22 Arnaud GierschFix doc.
2022-11-21 Fred Suterbetter failure handling for streams
2022-11-21 Arnaud GierschAddress misc Sonar issues.
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-11-09 Fred Suterthis belongs to the Impl not a specific model
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-06 Martin QuinsonMissing include
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-04 Martin QuinsonMove a function to the right file and other cleanups
2022-11-04 Martin QuinsonKill a now unused field
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-03 Arnaud GierschDon't call function with side effect twice in the same...
2022-11-02 Arnaud GierschVariable is declared in xbt/asserts.h.
2022-11-02 Arnaud GierschSpurious #include.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the mailbox name when showing a deadlocking...
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-31 Martin QuinsonAlign the behavior of MC and MC_replay in SMPI, so...
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-31 Fred Suterplug leak and more consistency with other models
2022-10-30 Martin QuinsonMC_replay: Ensure that times_considered is always set
2022-10-28 Fred Suterintroduce s4u::Io::streamto
2022-10-28 Fred Suterfixes
2022-10-28 Fred Sutertypo spotted by Henri during a call
2022-10-28 Fred Sutermove update_remains_lazy to the pimpl (as for CPUs)
2022-10-28 Fred Sutersimplify the way I/O actions are created (CPU style)
2022-10-28 Fred SuterHave the disk model be part of the host models
2022-10-27 Arnaud GierschDeclare functions "const" (Sonar).
2022-10-27 Arnaud GierschRemove redundant cast (Sonar).
2022-10-27 Arnaud GierschFix stack-use-after-scope (ASan).
2022-10-27 Arnaud GierschCosmetics.
2022-10-23 Martin QuinsonMake the factor callbacks private in NetworkModelFactors
2022-10-23 Martin QuinsonMove get_{bandwidth,latency}_factor to the NetworkModel...
2022-10-23 Martin QuinsonRename NetworkModelIntf into NetworkModelFactors
2022-10-23 Martin QuinsonMove set_lat_factor_cb and friends to NetworkModelFactors
2022-10-23 Martin QuinsonChange public NetworkModelIntf.hpp into private Network...
2022-10-23 Martin QuinsonMove FactorSet from smpi::utils to kernel::resource
2022-10-23 Martin QuinsonMerge network/bandwidth-factor and smpi/bw-factor ...
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-22 Martin QuinsonParameters 'network/latency-factor' and bandwidth-facto...
2022-10-22 Martin QuinsonAlso cleanup the network/weight-S parameter
2022-10-22 Martin QuinsonCleanups around network/latency-factor. Default latency...
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-12 Arnaud GierschRemove redundant guard.
2022-10-11 Arnaud GierschFix dead store (fbinfer).
2022-10-07 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-07 Clément Courageux... removed unused variable
2022-10-07 Arnaud GierschMisc sonar and codefactor.io issues.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Clément Courageux... syntax issues
2022-10-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
2022-10-04 Arnaud GierschRemove deprecated features for next release (3.33).
2022-09-16 Augustin Degommethis was not supposed to be modified, actually
2022-09-15 adegommefat tree routing: fix d-mod-k usage of cables when...
2022-09-09 Arnaud GierschCompletely remove detached comms when they are finished.
2022-09-09 Arnaud GierschAuto for sonar.
2022-09-06 Arnaud GierschFix double-free.
2022-08-31 Arnaud GierschUse std::string_view (sonar).
2022-08-31 Arnaud GierschReduce scope for global variables.
2022-08-29 Arnaud GierschUse the init-statement to declare variables inside...
2022-08-27 Arnaud GierschGuard against invalid idx.
2022-08-26 Arnaud GierschDon't throw an exception from destructor.
2022-08-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-08-01 Martin QuinsonEnsure that the verified application still works if...
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-07-13 SUTER FredericWhen multi-threaded Exec are launched on VM, account...
2022-07-13 SUTER Fredericget access to Exec thread count
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-07-01 Arnaud GierschSonar issues.
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-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
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 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Fabien ChaixQuick and dirty fix to speed up get_host_by_name
2022-06-24 Clément Courageux... callback mechanism
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-10 Fabien ChaixAlways advertise CpuImpl as used to trigger Engine...
2022-06-03 Arnaud GierschAddress a few "null dereference" warnings from fbinfer.
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-30 Arnaud GierschDelete unusable default constructor.
next