Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv NetworkAction::rate_ to Action::user_bound_
[simgrid.git] / include / simgrid / kernel / resource / Action.hpp
2021-03-09 Frederic Sutermv NetworkAction::rate_ to Action::user_bound_
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-15 Frederic Sutersimplification commit
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-16 Frederic Sutercosmetics in kernel/resource
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-11 Martin Quinsonfurther API doc improvement
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-13 Frederic Suterplease sonar
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-02 Frederic SuterSave a cast per action completion
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschConstify.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschMethod is redundant with base class.
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-21 Frederic Suterplease clang
2018-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-21 Frederic Suterstringify tracing category
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-06-08 Frederic Sutercosmetics: this is a bool
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsoncleanup the resource::Action::State::IGNORED thing
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-17 Martin Quinsondoc improvement
2018-05-17 Martin Quinsoncleanups in Action::State
2018-04-03 Martin Quinsonsonar: make inheritance public
2018-04-01 Martin Quinsonresource:: extract action_heap into its own class
2018-04-01 Martin QuinsonCosmetics and snake_casing in Action and Model
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Martin Quinsonbetter approximation of a typed #define
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin Quinsonthese functions always take exactly the same parameter...
2018-03-26 Martin Quinsonfurther snake_casing in resource::Action
2018-03-26 Martin QuinsonAction::is_suspended() does not need to be virtual...
2018-03-26 Martin Quinsonsnake_case another method
2018-03-25 Martin Quinsoncleanup Action refcounting
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-24 Martin Quinsonstart snake_case()ing some private fields
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsondo not load a private header from s/k/resource/ headers
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...