Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further snake_casing in resource::Action
[simgrid.git] / src / surf / ptask_L07.cpp
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-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 QuinsonKill typedef lmm_system_t
2018-03-24 Martin Quinsonstart snake_case()ing some private fields
2018-03-24 Martin Quinsonmore specific comments
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-02-13 Christian Heinrich[SURF] Move Action::suspended_ to new enum class Suspen...
2017-12-12 Arnaud GierschFields are declared in Model, delete them in ~Model.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-27 Arnaud GierschFix misleading method name.
2017-11-26 Arnaud GierschMake s_lmm_variable_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_constraint_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_system_t a class with its methods.
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Arnaud GierschUse references, and avoid disturbing expressions like...
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschSonar: constructors should only call non-overridable...
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Arnaud GierschIn MSG_parallel_task_create(), take a copy of flops_amo...
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-29 Arnaud GierschAction::finish() is never used without setState().
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-06-08 Frederic Suterremove useless includes
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-29 Martin Quinsontiny doc update and cosmetics
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-27 Frederic Suterfinish to plug ptaskL07 leak
2017-03-26 Frederic Sutersunday bug chase
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Sutervain attempt to chase last leak in ptaskL07
2017-03-22 Martin Quinsonplease sonar
2017-03-21 Frederic Suterplug (massive) leak with ptaskL07
2017-03-13 Frederic Suterminor bugs and smells
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-13 Martin Quinsonalign the Link callbacks with the ones of Host
2017-02-13 Martin Quinsonmove the Link signals to s4u
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-17 Martin Quinsonremove surf_routing.hpp
2016-12-11 Martin Quinsonplease sonar, and other small cleanups
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-12-05 Martin Quinsondon't really use netCards in the network model. Keep...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-15 Martin Quinsonkill a now useless function
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-15 Martin Quinsonempty RoutingPlatf: move the loopback link to the netwo...
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-11-12 Martin Quinsoncode simplification: we don't use non-LMM resources
2016-11-12 Martin Quinsonless useless new and explicit mallocs
2016-10-17 Martin Quinsonkill a bunch of empty ctor/dtor
2016-10-16 Martin Quinsonfurther ignorable cleanups
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
next