Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / src / surf / cpu_ti.cpp
2021-03-02 Frederic Sutercleanups
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-25 Martin QuinsonStart cleaning up the log channel hierarchy
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-10-11 Arnaud GierschDefine const is_used().
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-04 Arnaud GierschUseless cast to int.
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-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/surf/.
2020-03-10 Frederic SuterDo not call actors processes in S4U examples
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-13 Frederic Suternamespace cosmetics
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-01 Martin Quinsonanother batch of small improvements advised by clang...
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin Quinsoncleanup after the split of kernel/resource/profile...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for CpuTiProfile.
2019-04-17 Arnaud GierschUse std algorithm for binary search.
2019-04-12 Frederic Sutermove CPU models to kernel::resource too
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-25 Arnaud GierschNO_MAX_DURATION is a special value, use (in)equality...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Martin Quinsonsanitize the OOP of kernel::profile
2019-02-02 Martin Quinsonalign file position to the C++ namespaces
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
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-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-05 Frederic Suterproperly turn on and off hosts when apply trace event
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-09 Martin Quinsonprefer automatic memory management
2018-07-09 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-07-09 Martin Quinsonprefer automatic mem handling (std::vector<>* becomes...
2018-07-07 Martin Quinsonthe author of these lines loves complexity, but I don't
2018-07-07 Martin QuinsonCpuTiTmgr: further cleanups (make the enum class private)
2018-07-07 Martin QuinsonCpuTiTmgr: change a C enum into an enum class
2018-07-07 Martin Quinsoncosmetics around CpuTiModel
2018-05-22 Martin Quinsoncleanings in k:r:Cpu
2018-05-21 Martin Quinsonsnake_case k:r:CpuModel and sub-classes
2018-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-20 Martin Quinsonsnake_case some parts of kernel::resource::Cpu
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-05-12 Martin Quinsonsimplifications & cosmetics in CpuTi model
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-04-08 Arnaud GierschFix old typo: CpuTiTgmr -> CpuTiTmgr.
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-04-01 Martin Quinsonresource:: extract action_heap into its own class
2018-04-01 Martin Quinsoninline a useless function
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 Quinsoncosmetics in cpu_ti
2018-03-30 Martin QuinsonCpuCas01: set updateAlgo as initializer
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
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 QuinsonAction::is_suspended() does not need to be virtual...
2018-03-26 Martin Quinsonfinish(done) already sets remains to 0
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
next