Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / kernel / activity / ActivityImpl.cpp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-29 Arnaud GierschUse the init-statement to declare variables inside...
2022-08-27 Arnaud GierschGuard against invalid idx.
2022-05-19 Fabien ChaixCosmetics
2022-05-19 Fabien ChaixMove hosts_ to private, and deal with consequences
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-08 Arnaud GierschReduce scope for variables.
2022-02-08 SUTER Frederic[sonar] constify
2022-02-06 SUTER Frederictest and testany are non blocking simcalls
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Frederictake two on prepare() for Waitany and Testany observers
2022-02-02 SUTER Fredericbetter handling of ActivityImpl::wait_for with dying...
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-10-01 SUTER Fredericmore include cleanups
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-05-03 Arnaud GierschFix ActivityImpl::wait_for to not cancel the activity...
2021-05-03 Arnaud GierschKill dead code.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschPrint state_ in symbolic form.
2021-04-12 Arnaud GierschMore cosmetics around namespaces.
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-07 Arnaud GierschKill superfluous macros.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 Arnaud GierschFix includes.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for kernel::activity::State.
2021-02-04 Arnaud GierschPrefer std::array to map enum to string.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-27 Arnaud GierschDeclare methods 'const'.
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-02-10 Arnaud GierschMissing include.
2020-02-10 Arnaud GierschMove ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Suterfactor simcall/activity binding
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutermake more sense
2019-04-03 Frederic Suterfactoring with an ActivityImpl::clean_action() method
2019-04-02 Frederic Suterfactor cancel across activities
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Frederic Suterfactor get_remaining across acitvities
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic Suterlet base class dtor deal with surf action
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-06 Frederic Suterfactor suspend/resume across Activities
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Suterallow all activities to set their tracing category
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Frederic Sutercosmetics
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-04-08 Arnaud GierschUpdate copyright headers.
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-20 Martin Quinsonwoops, fix the refcounting of activityImpl
2017-06-20 Martin QuinsonSimplify intrusive_ptr_release to speed it up and fix...
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-13 Martin Quinsoneradicate all remaining manual refcounting on ActivityImpl
2017-06-13 Martin Quinsonrefcount should be automatic now, and initialized to 0
2017-06-13 Martin Quinsonfurther WIP on the ActivityImplPtr feature. Now it...
next