Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / kernel / activity /
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-22 SUTER FredericActivity refactoring
2021-12-22 SUTER Fredericassociate a s4u::Comm to a kernel::activity::CommImpl...
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
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-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericremove timeout_cb only once + cosmetics
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
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-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-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-29 Augustin DegommeFix high memory usage when exec events are done.
2021-09-21 Arnaud GierschAdd comment to ease future deprecation process.
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 Fredericget rid of simix_global and smx_private.hpp
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
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-07-30 Bruno DonassoloI/O factors: noise for disks.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-21 SUTER Fredericprocess -> actor
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-03 Arnaud GierschFix ActivityImpl::wait_for to not cancel the activity...
2021-05-03 Arnaud GierschKill dead code.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-05-03 SUTER Fredericyet another revision of the disk internals
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-20 Arnaud GierschReduce scope for variable.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschUse std::find_if when looking for a matching comm.
2021-04-13 Arnaud GierschNo need to duplicate variables.
2021-04-13 Arnaud GierschConst...
2021-04-12 Arnaud GierschDefine CommImpl::wait_for().
2021-04-12 Arnaud GierschPrint state_ in symbolic form.
2021-04-12 Arnaud GierschMore cosmetics around namespaces.
2021-04-12 Arnaud GierschInline function.
2021-04-12 Arnaud GierschDefine CommImp::wait_any_for().
2021-04-12 Arnaud GierschCosmetics.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-04-12 Arnaud GierschDefine CommImpl::test_any().
2021-04-12 Arnaud GierschSimcall COMM_TESTANY is not blocking either. Simplify.
2021-04-12 Arnaud GierschDefine CommImpl::test().
2021-04-12 Arnaud GierschSimcall COMM_TEST is not blocking.
2021-04-12 Arnaud GierschLittle simplification.
2021-04-12 Arnaud GierschFinalize current CommImpl only once.
2021-04-12 Arnaud GierschHomogenize debug messages across ActivityImpl's finish...
2021-04-12 Arnaud GierschEnsure there is only one simcall waiting.
2021-04-06 SUTER FredericMatch Io and Exec creation
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-31 Arnaud GierschMake ExecImpl::get_hosts return a const&.
2021-03-30 SUTER Frederictry to match Activity design to Resource design
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-23 Arnaud GierschKill "FIXME" comment.
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-22 Arnaud GierschActivityImpl::register_simcall does not need to be...
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-22 Arnaud GierschMake SIMIX_comm_copy_data_callback a member of CommImpl.
2021-03-22 Arnaud GierschMake fields private.
2021-03-19 Arnaud GierschMake cast explicit.
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschImplement simcall_HANDLER_execution_waitany_for into...
2021-03-18 Arnaud GierschMake simcall execution_waitany_for use a std::vector...
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-14 Arnaud GierschPointer-to-const for sonar.
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Arnaud GierschAdd SemaphoreImpl::piface_ (mimic MutexImpl).
2021-03-13 Arnaud GierschFix include.
next