Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thread factory + dlopen privatization seems to be working now on osx systems (at...
[simgrid.git] / src / kernel /
2021-11-19 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericrename synchro logging categories (simix->ker)
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-11-10 SUTER Frederic[sonar] constify
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericremove timeout_cb only once + cosmetics
2021-11-09 SUTER Frederic[sonar] Refactor to reduce cognitive complexity
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-05 SUTER Fredericcosmetics
2021-11-04 SUTER FredericReorganize VM code
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-10-24 Martin QuinsonDo not attempt to compile raw contextes when HAVE_RAW_C...
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-21 SUTER Fredericuse CommImpl::on_start instead of Link::on_communicate...
2021-10-20 SUTER Fredericintroduce Comm::on_start and Comm::on_completion
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-06 SUTER Fredericempty out src/simix/smx_context.cpp
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-10-02 Arnaud GierschUse type 'unsigned long' [lgtm/pvs-studio].
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-30 SUTER Frederic[sonar] fix a few recently introduced smells
2021-09-29 Augustin DegommeFix high memory usage when exec events are done.
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-24 SUTER Fredericfix proxy-apps but not the new smpi faulty test
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 SUTER Fredericmore refactoring of get_instance calls
2021-09-21 SUTER Fredericplease sonar
2021-09-21 SUTER Fredericremove smx_global.cpp
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-21 Arnaud GierschAdd comment to ease future deprecation process.
2021-09-21 SUTER FredericEngineImpl::shutdown doesn't have to be static
2021-09-21 SUTER Frederichandle suicidal MPI apps first
2021-09-21 SUTER Fredericget rid of surf_init
2021-09-20 SUTER Fredericsimplify writing in model setup + may fix issue with...
2021-09-19 Arnaud GierschSomewhat redo commit df93dfaab8d79f5e08088aedc95dd2712c...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericmove context_mod_init to EngineImpl
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-17 SUTER Frederictransfer some parts of the initialization from SIMIX_gl...
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-09-14 SUTER Fredericfix destruction order
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-13 SUTER Frederica few more implicit conversions removed
2021-09-06 SUTER Fredericdo not use unsigned there, -1 is used to indicate there...
2021-09-06 SUTER Fredericunsigned long-ing
2021-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-23 SUTER Frederic the issuer of a remote exec that fails should not die
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
2021-08-09 Bruno DonassoloReworking user_bound for Exec actions.
2021-08-09 Bruno DonassoloRemove old fixme
2021-08-09 Bruno DonassoloAdd interface to create Profile
2021-07-30 Bruno DonassoloFix set_read_bandwidth and set_write_bandwidth for...
2021-07-30 Bruno DonassoloCreate Disk::set_readwrite_bandwidth
2021-07-30 Bruno DonassoloI/O factors: noise for disks.
2021-07-22 Arnaud GierschFactor common code.
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-19 Arnaud Giersch[pvs-studio] Simplify boolean expressions.
2021-07-16 Arnaud Giersch[lgtm] Ensure that the type casting is done before...
2021-07-16 Bruno DonassoloThe next day sonar commit
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-07-09 Arnaud GierschMissing const.
2021-07-08 Arnaud GierschFix debug message better [ci-skip]
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-08 Arnaud GierschKill deprecated private field ActorImpl::userdata_...
2021-07-06 Arnaud GierschMake EngineImpl::tasksTemp a local variable.
2021-07-06 Arnaud GierschSimplify function calls (avoid explicit std::vector...
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-28 Bruno DonassoloDon't mix LMM sharing policy with S4U.
next