Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: Trade less use of executed_req for more network messages
[simgrid.git] / src / kernel / resource /
2022-02-03 Martin Quinsonpreshot sonar (dead code; equality test between double)
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-02 Clément Courageux... zero wifi rate
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-12 SUTER Fredericmake all VM signals private
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge branch 'issue95' into 'master'
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-12-26 SUTER Fredericbe sure the Exec is assigned before getting its host
2021-12-24 Mael Madonfix too loose assert for changing pstate
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-22 SUTER FredericActivity refactoring
2021-11-09 SUTER Frederic[sonar] Refactor to reduce cognitive complexity
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-05 SUTER Fredericcosmetics
2021-11-04 SUTER FredericReorganize VM code
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-09 Bruno DonassoloAdd interface to create Profile
2021-07-30 Bruno DonassoloFix set_read_bandwidth and set_write_bandwidth for...
2021-07-30 Bruno DonassoloCreate Disk::set_readwrite_bandwidth
2021-07-30 Bruno DonassoloI/O factors: noise for disks.
2021-07-16 Bruno DonassoloThe next day sonar commit
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschPrefer emplace_back.
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschMissing include.
2021-05-31 Bruno DonassoloFixes in UTs
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-04 SUTER Fredericadd Profile support for Disk
2021-05-04 SUTER Fredericcosmetics and typos
2021-05-04 SUTER Fredericdo not store name in s4u::Disk
2021-05-03 SUTER Fredericyet another revision of the disk internals
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-08 Arnaud GierschRedundant code (ctor is already inherited).
2021-04-07 Arnaud GierschInherited constructor.
2021-04-06 SUTER Fredericsimplify kernel part of disk. It's really shallow now
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-03-26 Arnaud GierschKill empty file.
2021-03-25 SUTER Fredericwhy do not implement this?
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 SUTER FredericCleaning and chaining around links
2021-03-25 Martin QuinsonMake model name constant
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-19 Arnaud GierschMake fields private; define getters.
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-11 Martin QuinsonRemove useless default destructor definitions
2021-03-10 Martin QuinsonTwo small sonar fixes
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno Donassolosurf_disk_model: remove it.
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-05 Frederic Suterclang ... override ... again
2021-03-05 Frederic Suteradd boolean state to resources and protect set_core_count
2021-03-03 Frederic Suteruse CRTP dor resources
2021-03-02 Frederic SuterSimplify namespaces
2021-03-01 Frederic Sutermore fluent version
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-26 Frederic Suterallow for programmatic creation of a disk
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-25 Frederic SuterMake progress towards a programmatic creation of disks
2021-02-25 Frederic Sutersee what can be done with method chaining in disk creation
2021-02-25 Frederic SuterChange way Resources are created: Empty ctor and setters
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-23 Arnaud GierschUse access modifier to disallow direct deletion. Remove...
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-01-27 Martin QuinsonY U NO test before commit/push??
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-12-16 Arnaud GierschAvoid useless creation of temporary objects with emplac...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschFix comments.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-23 Arnaud GierschOne more std::unique_ptr.
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-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschMore functions to declare "const".
next