Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / surf / HostImpl.cpp
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 Martin QuinsonAllow to add a disk to a host after a load_platform...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-15 Fred SuterPrevent segfault when VM's host is created with pstate > 0
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Fabien ChaixCosmetics
2022-05-19 Fabien ChaixNo need to check for activities_ nullness
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschConst ref for catch.
2022-04-23 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-19 Bruno DonassoloSet s4u::VirtualMachine as deprecated
2022-04-19 Bruno DonassoloFix wrench test, use s4u method to generate the good...
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-20 SUTER Fredericextend failure to parallel activities owned by maestro
2021-12-20 SUTER Fredericmake Exec started by maestro fail when a host is turned off
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-04 SUTER FredericReorganize VM code
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-11 Bruno DonassoloSeal objects at Engine::run
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-12 SUTER Fredericplease clang (?) and make properties optional to create...
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-04-08 Bruno Donassolos4u::Host: moving create_disk impl to HostImpl
2021-04-07 SUTER Fredericcontinue to mess with platform creation
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Bruno DonassoloSeal NetZone
2021-04-01 Bruno DonassoloAdding seal() for Host
2021-03-30 Arnaud GierschRevert "Fix MC tests."
2021-03-30 Bruno DonassoloFix MC tests.
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloSay goodbye to last global: surf_host_model
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: clean surf of storage
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
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-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/surf/.
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-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-12-10 Frederic Sutera few process to actor changes
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-17 Frederic Sutera bit of cleanup, could go further but not now
2019-11-13 Frederic Sutermake piface_ private and have get_iface() everywhere
2019-10-31 Arnaud GierschHostImpl::turn_off(): SIMIX_process_self is maestro...
2019-10-31 Arnaud GierschUseless if().
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Frederic Suter[sonar] fix some bugs and smells related to disk addition
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' into disk
next