Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.cpp
2021-11-04 SUTER FredericReorganize VM code
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-30 SUTER Frederic[sonar] fix a few recently introduced smells
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 SUTER Fredericmore refactoring of get_instance calls
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-05-07 Arnaud GierschCapitalize enum class.
2021-04-23 Arnaud GierschRename VirtualMachine::get_impl() to not hide Host...
2021-04-01 Martin Quinsontypo (reported by lintian)
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 Martin QuinsonMake model name constant
2021-03-25 Martin QuinsonUse the models directly, not their names
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-16 Bruno DonassoloInitialize CPU model for VMs in init_HL13
2021-03-09 Arnaud GierschMerge branch 'bruno.donassolo/simgrid-add_model_shared...
2021-03-09 Bruno DonassoloEngine*::add_model: from unique to shared_ptr
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-09 Frederic Suterpropagate the user bound down to the action
2021-03-02 Arnaud GierschMake field private (fixme--).
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-19 Arnaud GierschFix dead stores.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-16 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-11 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
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-08-12 Martin QuinsonMake sure that VM::get_speed() returns the correct...
2020-08-11 Martin QuinsonIgnore suspended VMs when computing the next_occurring_...
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
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 Suter[sonar] Don't mix public/private data members
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-10-24 Frederic Suterboss not happy, partial revert
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Suterfix ns3
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-06 Frederic SuterMerge branch 'master' into disk
2019-09-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-05 Frederic Suterno more need to pass issuer to suspend
2019-07-02 Arnaud GierschDefine and throw simgrid::VmFailureException.
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-16 Arnaud GierschRemove declarations for never used signal slots.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-27 Arnaud GierschKill unused constants.
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-12 Arnaud GierschFix bad cast spotted by UBSan.
2019-02-12 Arnaud GierschSnake case.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-06 Frederic Suterfactor suspend/resume across Activities
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-20 Martin QuinsonUpdate src/plugins/vm/VirtualMachineImpl.cpp
next