Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[KERNEL] Fix grammar in a comment
[simgrid.git] / src / kernel / resource / Action.cpp
2018-07-18 Christian Heinrich[KERNEL] Fix grammar in a comment
2018-06-08 Frederic Sutercosmetics: this is a bool
2018-05-24 Martin Quinsonenum class values should be UPPER_CASE
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 Quinsoncleanups in Action::State
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
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-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin Quinsonhave the maxmin system create by itself what it needs...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Martin Quinsonenum class for Model::UpdateAlgo
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Martin Quinsonstart snake_casing resource::Model
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 QuinsonWe are in UM=Lazy, that was tested 2 lines above
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...
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...