Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case some resource::Action fields and cleanups
[simgrid.git] / src / surf / cpu_interface.cpp
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
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 Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonkill some internal C type aliases
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-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-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-12 Arnaud GierschDefine helper methods to access actionHeap_.
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-20 Martin Quinsonimprove an error message
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-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-29 Arnaud GierschAction::finish() is never used without setState().
2017-08-28 Martin Quinsonfix clang builds
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
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-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 bcamusfixing codacy issue
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-04 bcamusfixing a bug in PMs energy consumptions when suspending...
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-21 Martin Quinsoncreate the VMs with the right coreAmount
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsontmgr: kill a parameter that nobody uses
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Frederic Suterminor bugs and smells
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Suterfix
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Frederic Sutermore minor smells removed
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-15 Martin Quinsonput all of the host_energy plugin in one file only
2017-02-15 Martin Quinsonadd NetworkAction::links(), similar to CpuAction::cpus...
2017-02-10 Martin Quinsonobey our naming conventions
2017-01-11 Martin Quinsonfix a bug detected by mac (leading to segfault) but...
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-10-15 Martin Quinsoncleanups in the model initialization
2016-10-10 Martin QuinsonMerge branches, and adapt the new code to the new refac...
2016-10-10 Martin Quinsonunify the naming of that property
2016-10-02 Martin Quinsonadd a solve() fun pointer to maxmin datatype (+minor...
2016-10-02 Martin Quinsonkill (hopefully) dead code
2016-10-02 Martin Quinsonpreparatory cleanups in model share computations
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Christian Heinrich[SURF/S4U] Rename Cpu::getCore() to Cpu::getCoreCount()
2016-08-14 Martin Quinsonreduce the amount of mallocs (and plug a memleak)
2016-08-12 Martin Quinsonreduce the amount of unneed malloc
2016-08-12 Frederic Suterdynar to std::vector for pstates
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-06-17 Martin Quinsonrename some methods of s4u::Host
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
2016-05-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-05-31 Gabriel CoronaNormalize virtual/override usage
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Martin Quinsonrename the fields of surf::Action
2016-03-20 Martin Quinsonobjectifies surf::Action::State
2016-03-20 Martin Quinsonobjectifies a C function
2016-03-20 Martin Quinsoncleanups in (wanna be) surf::CpuImpl
2016-03-20 Martin Quinsonempty Cpu factories
2016-03-20 Martin Quinsonremove a redundant parameter to the Cpu constructor
2016-03-20 Martin Quinsonget a better name for the speedPerPstate attribute...
2016-03-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 Gabriel CoronaMerge the merges of merges
2016-03-16 Martin QuinsonMerge pull request #68 from glesserd/ptask_energy_bug
2016-03-16 David GlesserEnergy were not computed correctly for parallel tasks.
2016-03-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-14 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-14 Martin Quinsonsurf::cpu: apply the latest naming convention of fields...
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-24 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-24 Martin Quinsontry to sort out the surf headers a bit, if possible
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-24 Martin QuinsonIn <host> and <link>, attributes availability and state...
2016-02-24 Martin Quinsonsimplify a bit the CPU creation API
next