Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel /
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 Martin QuinsonCosmetics around the creation of the VM model
2023-02-15 Martin QuinsonFurther factorization: introduce ModuleGroup::init_from...
2023-02-15 Martin Quinson15 years later, I finally managed to kill host/model...
2023-02-15 Martin QuinsonObjectif the disk model
2023-02-15 Martin QuinsonThere is no way these names are empty, bc we give a...
2023-02-15 Martin QuinsonObjectifies the host models
2023-02-15 Martin QuinsonObjectifies the CPU model
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonConvert the network models to the new plugin-like mechanism
2023-02-14 Martin QuinsonObjectify the model containers
2023-02-14 Martin QuinsonMove the surf log categories elsewhere
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-02-11 Martin QuinsonAdd a Link::get_concurrency_limit and use it in the...
2023-02-09 Arnaud GierschKill a few globals.
2023-02-08 Arnaud GierschImplement ConditionWaitSimcall::to_string().
2023-02-08 Arnaud GierschCosmetics with spacings around colon (:).
2023-01-27 Arnaud GierschSonar smells after last changes.
2023-01-24 Arnaud GierschUnsigned cannot be < 0.
2023-01-20 Martin QuinsonMove a tiny bit of surf to xbt
2023-01-16 Martin QuinsonKill a useless function, and rename another one
2023-01-16 Martin Quinsonanother useless cleanup
2023-01-16 Martin QuinsonKill a parameter that was always nullptr
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-13 Arnaud GierschInstall SIGSEGV handler unconditionally.
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Martin Quinsonpthreads are not used anymore. Standard C++ ones are
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-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.
next