Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel /
2023-06-01 Arnaud GierschAdd missing includes.
2023-05-31 Fred Suterfiring on_this_completion breaks a lot of tests and...
2023-05-31 Fred Suterforgot to fire signals
2023-05-31 Fred Suter add on_this_completion signal to Activities
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-24 Fred Sutermove handling of remote disks to platform parsing.
2023-05-24 Martin QuinsonSpecialize the Activity on_veto, on_suspend and on_resu...
2023-05-23 Martin QuinsonGive the on_this_ variant to all VM signals
2023-05-23 Martin QuinsonRename Resource::on_state_change to Resource::on_onoff...
2023-05-23 Martin QuinsonGive the _this_ variants to the Link signals
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Martin QuinsonVarious cleanups in the Host signals
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
2023-05-23 Arnaud GierschCompact namespaces.
2023-05-22 Fred Suterhave a on_completion per activity type to save users...
2023-05-22 Martin QuinsonAdd instance signals for all Disk signals
2023-05-22 Martin QuinsonAdd instance signals for all Actor signals
2023-05-22 Martin Quinsonno need to save all ns3 sink points
2023-05-22 Martin QuinsonRename cfg 'ns3/TcpModel' to 'ns3/UdpModel'
2023-05-22 Martin QuinsonTest that setting ns3 TCP models actually work
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-04 Martin QuinsonRename Link::get_usage() to Link::get_load() for consis...
2023-05-02 Arnaud GierschFix use-after-free observed with the s4u-operation...
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-16 Martin QuinsonLet resource profiles finish their initialization by...
2023-04-16 Martin QuinsonNo need to presolve the models to finish their initiali...
2023-04-16 Martin QuinsonOnly fire on_platform_created after creating the platfo...
2023-04-12 Martin QuinsonAllow to set a concurrency limit on disks and hosts
2023-04-11 Arnaud GierschFix bound checking in assert.
2023-04-06 Martin QuinsonAllow ns3 to be idempotent if correctly patched
2023-04-02 Martin QuinsonDon't override a method to the same content
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-04-01 Martin QuinsonFix an initialization race around the AppSide
2023-04-01 Martin QuinsonOnly compile stateless MC when libevent is found
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 Martin QuinsonAdd a small implementation note in MC
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-03-10 Arnaud GierschFix assert: min and max are both included in interval...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-10 Martin QuinsonTry to avoid a segfault on assert message
2023-03-09 Henri Casanovare-fixed assert message with up-to-date configuration...
2023-03-09 Henri CasanovaAssert message fix
2023-03-08 Arnaud GierschInline s4u::Comm::copy_pointer_callback which is the...
2023-03-08 Arnaud GierschUse #include <...> for foreign header files.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-05 Arnaud GierschDon't clear flops_amount on ExecImpl::reset.
2023-03-02 Arnaud GierschHelp to identify null values.
2023-03-02 Arnaud GierschLookup only once in map.
2023-02-26 Martin QuinsonUse bool for booleans
2023-02-26 Martin QuinsonKill a now useless field
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-26 Martin QuinsonAlso detect the disk failures
2023-02-26 Martin QuinsonFurther simplify the way host failures are detected
2023-02-25 Martin QuinsonSimplify the way Execs detect host failures
2023-02-24 Arnaud GierschClear timeout detectors on finish().
2023-02-24 Arnaud GierschFill cmdline_ for each instance of EngimeImpl.
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Martin QuinsonDo not clean twice in Activity::post(), so that even...
2023-02-23 Fred Suteruniformization: call post that calls finish
2023-02-23 Martin QuinsonSanitize the handling of timeouts in CommImpl, ExecImpl...
2023-02-23 Martin QuinsonPrefer ActivityImpl::post() to ::finish() that should die
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonCosmetics
2023-02-21 Martin QuinsonLet the xbt_log module register its finalizer itself
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-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-19 Martin QuinsonFinally kill surf_interface.hpp watched_host was actual...
2023-02-19 Martin Quinsonrename another file with had 'surf' in its name
2023-02-19 Martin QuinsonKill a file with 'surf' in its name, and further empty...
2023-02-19 Arnaud GierschMissing includes.
2023-02-18 Martin QuinsonMove the non-deprecated bits of simix to kernel::actor...
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin Quinsonreduce the amount of header includes in headers, to...
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Martin QuinsonMove the files related to the platform parsing to kerne...
2023-02-18 Martin Quinsonmove a symbol declaration out of surf_interface.hpp
2023-02-18 Martin QuinsonMove the ns3 helper files to kernel/models/ns3
2023-02-18 Martin QuinsonRemove some more occurence of 'surf' in comments and...
2023-02-18 Martin QuinsonFurther rename the identifiers of flexml to simgrid_parse_*
2023-02-18 Martin QuinsonTwo more references of the surf/precision option name
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 QuinsonAllow precision/bmf as a synonym to bmf/precision
2023-02-17 Martin QuinsonRename option maxmin/precision to precision/work-amount...
2023-02-17 Martin QuinsonRename option "surf/precision" to "precision/timing...
next